ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 133 - CTFL4 discussion

Report
Export

A software application incorrectly provided customers discounts of 50% off their total purchases if the purchases exceeded S100. It was discovered through an audit that the discount should have been only 5% off these purchases. A root cause analysis uncovered that the requirements Incorrectly stated 50% instead of 5% in this scenario.

Which of the following MOST accurately reflects this scenario?

A.
The audit finding Is the root cause, the incorrect calculation of 50% Is the defect, and the Incorrect requirement Is the effect
Answers
A.
The audit finding Is the root cause, the incorrect calculation of 50% Is the defect, and the Incorrect requirement Is the effect
B.
The incorrect customer discount is the effect and the reason for the requirement error is the root cause
Answers
B.
The incorrect customer discount is the effect and the reason for the requirement error is the root cause
C.
The incorrect discount is the root cause, requiring a root cause analysis which led to investigating the software code, design, and requirements
Answers
C.
The incorrect discount is the root cause, requiring a root cause analysis which led to investigating the software code, design, and requirements
D.
A defect in the code is determined to be the root cause of the incorrect calculation
Answers
D.
A defect in the code is determined to be the root cause of the incorrect calculation
Suggested answer: B

Explanation:

According to the ISTQB CTFL syllabus, a defect is a deviation from the expected result which in this scenario is the incorrect discount applied to the customers. The root cause, as per the ISTQB definition, is the originating cause of a defect, which in this case is the incorrect requirement stating 50% instead of 5%. Therefore, the incorrect requirement is the root cause and the customer receiving the wrong discount is the effect of this root cause.

Reference: ISTQB Certified Tester Foundation Level Syllabus v4.0, Section 1.4.3 'Defects, Root Causes, and Effects'.

asked 18/09/2024
Bob Tole
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first