Free iSQI CTFL_Syll_4.0 Exam Actual Questions

The questions for CTFL_Syll_4.0 were last updated On Jan 18, 2025

Question No. 1

An e-commerce site accepts credit cards for processing the payment. The payment processing form has a field for the amount of money to be deducted. The minimum amount of money that can be processed is $10. The credit cards have a limit of $5,000 (Five Thousand). Assume that only integers can be accepted as inputs. Which of the following set of boundary values you will choose for EFFICIENT testing for the amount of money that can be spent?

Show Answer Hide Answer
Correct Answer: C

Boundary value analysis involves testing at the boundaries between partitions. The most efficient boundary values to test are those at the edge of the input ranges:

Just below the minimum value (9)

At the minimum value (10)

Just above the minimum value (11)

Just below the maximum value (4999)

At the maximum value (5000)

Just above the maximum value (5001)

Testing these values ensures that the program handles the boundaries correctly, covering both valid and invalid input scenarios.

Top of Form

Bottom of Form


Question No. 2

Match the Work Product with the category it belongs to:

Work Product:

1. Risk register

2. Risk information

3. Test cases

4. Test conditions

Category of work products:

A . Test planning work products

B . Test analysis work products.

C . Test design work products

D . Test monitoring and control work products

Show Answer Hide Answer
Correct Answer: C

Risk register is a test planning work product as it documents identified risks and their mitigation strategies.

Risk information falls under test monitoring and control work products as it involves ongoing evaluation and reporting of risks.

Test cases are part of test design work products as they are derived from test conditions and designed to execute the testing scenarios.

Test conditions belong to test analysis work products as they define the items or events of a system that are to be tested.


Question No. 3

In which of the following test documents would you expect to find test exit criteria described9

Show Answer Hide Answer
Correct Answer: D

Test exit criteria are the conditions that must be fulfilled before concluding a particular testing phase.These criteria act as a checkpoint to assess whether we have achieved the testing objectives and are done with testing1. Test exit criteria are typically defined in the test plan document, which is one of the outputs of the test planning phase. The test plan document describes the scope, approach, resources, and schedule of the testing activities.It also identifies the test items, the features to be tested, the testing tasks, the risks, and the test deliverables2.According to the ISTQB Certified Tester Foundation Level Syllabus v4.0, the test plan document should include the following information related to the test exit criteria3:

The criteria for evaluating test completion, such as the percentage of test cases executed, the percentage of test coverage achieved, the number and severity of defects found and fixed, the quality and reliability of the software product, and the stakeholder satisfaction.

The criteria for evaluating test process improvement, such as the adherence to the test strategy, the efficiency and effectiveness of the testing activities, the lessons learned and best practices identified, and the recommendations for future improvements.

Therefore, the test plan document is the most appropriate test document to find the test exit criteria described. The other options, such as test design specification, project plan, and requirements specification, are not directly related to the test exit criteria.The test design specification describes the test cases and test procedures for a specific test level or test type3.The project plan describes the overall objectives, scope, assumptions, risks, and deliverables of the software project4.The requirements specification describes the functional and non-functional requirements of the software product5. None of these documents specify the conditions for ending the testing process or evaluating the testing outcomes.Reference=ISTQB Certified Tester Foundation Level Syllabus v4.0,Entry and Exit Criteria in Software Testing | Baeldung on Computer Science,Entry And Exit Criteria In Software Testing - Rishabh Software,Entry and Exit Criteria in Software Testing Life Cycle - STLC [2022 Updated] - Testsigma Blog,ISTQB releases Certified Tester Foundation Level v4.0 (CTFL).


Question No. 4

Which of the following statements is true?

Show Answer Hide Answer
Correct Answer: D

Both black-box test techniques and experience-based test techniques can be applied to functional and non-functional testing. Functional testing focuses on what the system does, while non-functional testing examines how the system performs. These techniques provide flexible and effective methods for assessing various aspects of the system.


ISTQB CTFL Syllabus 4.0, Chapter 4.4, page 42: Experience-Based Testing Techniques

Question No. 5

Which of the following is a task the Author is responsible for, as part of a typical formal review?

Show Answer Hide Answer
Correct Answer: C

This answer is correct because identifying potential anomalies in the work product under review is one of the tasks the Author is responsible for, as part of a typical formal review. The Author is the person who creates the work product to be reviewed, such as a requirement specification, a design document, or a test case. The Author's tasks include preparing the work product for the review, identifying potential anomalies in the work product, and fixing the anomalies found in the work product after the review.Reference: ISTQB Glossary of Testing Terms v4.0, ISTQB Foundation Level Syllabus v4.0, Section 2.4.2.1