Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

ISQI certification CTFL_Syll_4.0 Book

ISTQB Certified Tester Foundation Level (CTFL) v4.0 Questions and Answers

Question 29

Which of the following is not an example of a typical generic skill required for testing?

Options:

A.

Be able to apply test-driven development

B.

Be able to use test management tools and defect tracking tools

C.

Be able to communicate defects and failures to developers as objectively as possible

D.

Possess the necessary social skills that support effective teamwork

Question 30

Which ONE of the following statements about maintenance testing is CORRECT?

Options:

A.

Maintenance testing is performed exclusively for adaptive maintenance.

B.

Maintenance testing is only required when defects are reported in production.

C.

Maintenance testing should be performed when enhancements, fixes, or updates are applied to an existing system.

D.

Maintenance testing does not require test cases since it focuses solely on defect verification.

Question 31

Shripriya is defining the guidelines for the review process implementation in her company. Which of the following statements is LEAST likely to have been recommended by her?

Options:

A.

Independent of the size of the work products, planning for the review should be performed

B.

Review initiation is the stage when the review team starts the discussion on the review comments

C.

Large sized work products should be reviewed in one go because you will have to spend too much time if you split it into multiple reviews.

D.

Defect reports should be created for every review found

Question 32

The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).

If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than 40k€, the bonus is 15%. Finally, if the TAS

exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.

Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).

Which one of the following answers contain only test cases that belong to the same equivalence partition?

Options:

A.

TC1 = 81 k€; TC2= 97k€; TC3=111k€; TC4=118k€

B.

TC1 = 40k€; TC2= 46k€; TC3=51k€; TC4=53k€

C.

TC1 = 79k€; TC2= 80k€; TC3=81k€; TC4=82k€

D.

TC1 = 90k€; TC2= 110k€; TC3=125k€: TC4=140k€