ISTQB ISTQB-CTFL ISTQB-Foundation Level Exam Online Training
ISTQB ISTQB-CTFL Online Training
The questions for ISTQB-CTFL were last updated at Feb 16,2025.
- Exam Code: ISTQB-CTFL
- Exam Name: ISTQB-Foundation Level Exam
- Certification Provider: ISTQB
- Latest update: Feb 16,2025
The following requirement is given “Set X to be the sum of Y and Z”.
All the following four implementations have bugs.
Which one of the following bugs can be caught by Static Analysis?
- A . int x = 1. int y = 2. int y = 3. X = y=z;
- B . int x = 1. int y = 2. int z = 3. X = z-y
- C . int x = 1. Int y = 2. Int z = 3. Z = x +y
- D . int y = 2 Int z = 3. Y = z+y
For a mandatory input field "ZIP code" the following rules are given:
1 – The valid ZIP code format is 5 numeric digits.
2 – The code has to exist in the post office’s official ZIP code list
Using equivalence classes partitioning, how many test cases are required to test this field?
- A . 8
- B . 3
- C . 6
- D . 4
A bank software has a feature of locking down accounts that have and overdraft higher than $10,000.
Due to a bug in the code, the system locks down accounts once they reached $1000 overdraft.
Based on this context, which of the following is correct statement
- A . It is an example of a defect that it goes undetected, will cause harm to the end customer and to the company (the bank)
- B . It is an example of a defect, that if goes undetected, will cause harm to the end customer but not to the company (the bank)
- C . It is an example of a defect that if goes undetected, will not cause harm to the end customer, but will cause harm to the company (the bank)
- D . It is an example of a defect that if goes undetected, will not cause any real harm to either the end customer or to the company (the bank)
Which of the following is a function of a dynamic analysis tool?
- A . Provide support for traceability of tests, test results and incidents to source documents
- B . Monitor the allocation, use and de-allocation of memory during run-time of a program
- C . Execute programs step-by-step in order to reproduce failures and find corresponding defects
- D . Provide support for release of baselines consisting of configuration items
Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect?
- A . S0->S1->S2->S3->S4
- B . S0->S1->S2->S3->S5^>S1
- C . S0->S1->S2->S3->S5->S1->S2->S3
- D . S0->S1->S2->S3->S5->S3->S4
Which of the following statements about Experience Based Techniques (EBT) is correct?
- A . EBT use tests derived from the test engineers’ previous experience with similar technologies.
- B . EBT is based on the ability of the test engineer to implement various testing techniques.
- C . EBT is done as a second stage of testing, after non-experienced-based testing took place.
- D . EBT require broad and deep knowledge in testing but not necessarily in the application or technological domain.
Software was found lo take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of
- A . It is not a defect
- B . Defect
- C . Error
- D . Failure
Which of the following statements about independent testing is WRONG?
- A . Independent testing is necessary because developers don’t know any testing.
- B . Independent testing is best suited for the system test level.
- C . A certain degree of independence makes the tester more effective at finding defects.
- D . Independent test teams may find other types of detects than developers who are familiar with the system’s structure.
In which of the following cases you would NOT execute maintenance testing?
- A . Retirement of the software or system
- B . Modifications to a released software or system
- C . Migration of the system data to a replacement system
- D . Update to the Maintainability requirements during the development phase
Manager responsibilities in formal review includes ad except one of the following:
- A . Planning the review
- B . Determines if the review objectives have been met
- C . Decide on the execution of reviews
- D . Allocate time for review