
CTFL_Syll2018 Exam PDF [2022] Tests Free Updated Today with Correct 315 Questions
ISQI CTFL_Syll2018 Exam Preparation Guide and PDF Download
ISQI CTFL_Syll2018 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION 10
Which of the following is an example of black-box dynamic testing?
- A. Functional Testing
- B. Code inspection
- C. Checking memory leaks for a program by executing it
- D. Coverage analysis
Answer: A
NEW QUESTION 11
A Software was re-deployed because the backend database was changed from one vendor to another The Test
Manager decided to perform some functional tests on the redeployed system. This is an example of test of
which test type?
- A. Structural tests
- B. Regression tests
- C. Non-functional tests
- D. Unit tests
Answer: B
NEW QUESTION 12
What is static analysis?
- A. Executing software to validate the most common path through the code.
- B. A technique to find defects in software source code and software models, performed without executing
code. - C. It is a testing technique used during system testing.
- D. The decision between using white or black box test techniques.
Answer: B
NEW QUESTION 13
Which of the following is NOT a valid use of decision coverage?
- A. Checking that all decisions have been exercised in a single program
- B. Checking that all calls from one program module to another have been made correctly
- C. Checking that all decisions have been exercised in a business process
- D. Checking that at least 50% of decisions have been exercised by a test case suite
Answer: D
NEW QUESTION 14
Which of the following would achieve the HIGHEST level of testing independence for a project's test level?
- A. Training developers to design good tests for the test team to execute
- B. Minimising contact between testers and developers during test design to avoid bias
- C. Outsourcing test design and execution to a different company
- D. Having the company's independent test team design and execute the tests
Answer: A
NEW QUESTION 15
When a test case is created based on a Use Case, what type of test is created?
- A. Functional Test
- B. Regression Test
- C. Structural Test
- D. Performance test
Answer: C
NEW QUESTION 16
A garden irrigation system allows the user to specify 2 inputs:
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on; ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
- A. Frequency 0, 1, 5, 6; Duration 59 seconds, 1 minute, 60 minutes, 60 minutes 1 second
- B. Frequency 0, 1, 5, 6; Duration 0, 1, 30, 60, 61
- C. Frequency 1, 5; Duration 1, 60
- D. Frequency 0, 1, 2, 5, 6; Duration 0, 1, 30, 60, 61
Answer: A
NEW QUESTION 17
Which of the following processes ensures that all items of testware are identified, version controlled, tracked
for changes, so that traceability can be maintained throughout the test process?
- A. Software traceability process
- B. Configuration management process
- C. Testing design process
- D. Incidence management process
Answer: B
NEW QUESTION 18
Can "cost" be regarded as Exit criteria'?
- A. No The cost of testing cannot be measured effectively, so it is incorrect to use cost as an exit criteria
- B. Yes Going by cost as an exit criteria constrains the testing project which will help achieve the desired
quality level defined for the project - C. Yes. Spending too much money on testing will result in an unprofitable product, and having cost as an
exit criteria helps avoid this - D. No The financial value of product quality cannot be estimated so it is incorrect to use cost as an exit
criteria
Answer: B
NEW QUESTION 19
Which of the following would be the LEAST likely to be used as the basis fcr a test exit criteria?
- A. Test schedules
- B. Number of unfixed defects
- C. Confidence of testers in tested code
- D. Cost of testing performed so far
Answer: B
NEW QUESTION 20
Which of the following best describes the Black-box technique?
- A. It is based on the internal structure of the system.
- B. It ensures all possible branches in the code are tested.
- C. It can be done without reference to the internal structure of the component or system.
- D. It uses decision coverage for completeness.
Answer: C
NEW QUESTION 21
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software a. Create an invoice b. Amend an invoice c. Process an invoice (send to customer) d. Delete an invoice e. Create an account f. Create an account user g. Amend an account user h. Delete an account user i. Amend an account j. Delete an account Which of the following test procedures would enable all tests to be run? [K3]
- A. f, g, e, i, a, b, c, d, j, h
- B. e, i, f, g, a, c, b, d, h, j
- C. e, i, a, c, b, d, f, g, h, j
- D. f, g, a, c, b, d, e, i, j, h
Answer: A
NEW QUESTION 22
Which of the following would be a key difference between a peer review of code and static analysis of code
using a tool?
- A. Peer reviews cannot find missing requirements whereas static analysis can
- B. Static analysis targets the code technically whereas Peer review is applicable to further aspects.
- C. A peer reviews finds defects while static analysis finds failures
- D. A peer reviews find failures while static analysis finds defects
Answer: B
NEW QUESTION 23
What is the order in which the specifications for test cases, test conditions and test procedures are developed as
a part of the test development process?
- A. Test Procedure -> Test Case -> Test Condition
- B. Test Procedure --> Test Condition -> Test Case
- C. Test Condition --> Test Case --> Test Procedure
- D. Test Condition --> Test Procedure --> Test Case
Answer: B
NEW QUESTION 24
Which of the following statements is true?
- A. Regression testing is a technique for system testing and acceptance testing only.
- B. Regression testing is intended to find side-effects after changes have been applied to the system under test.
- C. Regression testing can be used in any level of testing, but must be done after white-box testing has been finished.
- D. Regression testing is an alternative term for re-testing
Answer: A
NEW QUESTION 25
Which of the following would be a good test technique to use when under severe time pressure?
- A. Specification based testing
- B. Structure based testing
- C. Exploratory testing
- D. Use Case testing
Answer: B
NEW QUESTION 26
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test Which of the following is the BEST detail on an incident report? [K3]
- A. Title. Screen TRN-003B validation of transaction date. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached. Validation of transaction entry on screen TRN-003B should not allow future dated transactions
- see PID ver 1.3 para 10b iv. - B. Title. End of Day failure.. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached.
- C. Title. Transaction input screen validation..Reproducible. Yes. Description. Script eod 1..4 fails . Screen shot of the failure attached. Validation of transaction entryon screen TRN-003B should not allow future dated transactions - see PID ver 1.3 para 10b iv.
- D. Title. Screen TRN-003B validation of transaction date.. Reproducible. No. Description. When a future dated transaction is processed by the end of day process, a failure can occur. This does not always happen. Screen shot of the failure attached.
Answer: A
NEW QUESTION 27
How does software testing contribute to the quality of delivered software? [K2]
- A. By detecting and removing all the defects in the delivered code and ensuring that all tests adhere to the quality standards set for the project
- B. By measuring reliability of the software and ensuring that it is always above 99.99%
- C. By identifying root causes of defects from past projects and using the lessons learned to improve processes and thus help to reduce the defect count
- D. By detecting all deviations from coding good practice and ensuring that these are corrected
Answer: C
NEW QUESTION 28
A new testing tool has been selected for an organisation and a pilot project has successfully completed. The
next step is to deploy the tool within the organization.
What is a key success factor in tool deployment?
- A. Assessment of organisational maturity, strengths and weaknesses
- B. Provide support for the test team using the tool
- C. Estimate a cost-benefit ratio based on a firm business case
- D. Determine whether benefits will be achieved at reasonable cost
Answer: C
NEW QUESTION 29
Which of the following BEST describes checklist-based testing?
- A. A procedure to derive and/or select test cases based on an analysis of the specification, either functional
or non-functional, of a component or system without reference to its internal structure. - B. An approach to testing whereby the testers dynamically design and execute tests based on their
knowledge, exploration of the test item and the results of previous tests. - C. An experience-based test technique whereby the experienced tester uses a high-level list of items to be
noted, checked or remembered, or a set of rules or criteria against which a product has to be verified. - D. A test design technique which ensures that test cases are checked for consistency and completeness
against an organisation's list of formatting rules and best practices.
Answer: C
NEW QUESTION 30
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID
ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1
passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data
entered during that test
Which of the following is the BEST detail on an incident report? [K3]
- A. Title. End of Day failure.. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction
of the day is a future dated transaction. Screen shot of the failure attached. - B. Title. Transaction input screen validation..Reproducible. Yes. Description. Script eod 1..4 fails . Screen
shot of the failure attached. Validation of transaction entryon screen TRN-003B should not allow future
dated transactions - see PID ver 1.3 para 10b iv. - C. Title. Screen TRN-003B validation of transaction date.. Reproducible. No. Description. When a future
dated transaction is processed by the end of day process, a failure can occur. This does not always
happen. Screen shot of the failure attached. - D. Title. Screen TRN-003B validation of transaction date. Reproducible. Yes. Description. Script eod 1.4
fails when the first transaction of the day is a future dated transaction. Screen shot of the failure
attached. Validation of transaction entry on screen TRN-003B should not allow future dated transactions
- see PID ver 1.3 para 10b iv.
Answer: D
NEW QUESTION 31
......
Verified & Correct CTFL_Syll2018 Practice Test Reliable Source Oct 13, 2022 Updated: https://www.vceprep.com/CTFL_Syll2018-latest-vce-prep.html
Free ISQI CTFL_Syll2018 Exam Files Downloaded Instantly: https://drive.google.com/open?id=1xIBGHYWkcLmmAfaN64CVffqs9GkH7Hb1