You have assembled the following cost of quality numbers 1 000 defects were found prior to release and 100 were found after.

Given this information what should you conclude?
Answer : B
Cost of Quality Analysis:
The given table lists costs for defect prevention, appraisal, internal failure, and external failure.
Defect prevention cost is $50,000, while costs for appraisal, internal failures, and external failures are $250,000, $200,000, and $200,000, respectively.
The combined cost of internal and external failures is significantly high compared to defect prevention costs.
Defect Detection and Prevention (DDP):
DDP measures the effectiveness of defect prevention activities and early detection mechanisms.
In this case, 1,000 defects were caught before release (appraisal) and 100 defects escaped to production.
DDP = (Defects found before release / Total defects) = 1000 / (1000 + 100) = 90.91%.
While this DDP is relatively high, the costs of appraisal and failures indicate that prevention strategies need more investment.
Key Cost Drivers:
High internal and external failure costs indicate inefficiencies in earlier stages of quality assurance.
Shifting investments from appraisal and failure costs towards defect prevention would reduce the overall cost of quality.
Evaluating Options:
Option A ('More testing needed because DDP < 90%') is invalid since DDP is above 90%.
Option C ('The cost of testing is justified') does not address the imbalance between high failure costs and low prevention spending.
Option D ('More effort on appraisal') contradicts the cost-benefit focus of investing in prevention.
Option B is correct because enhancing defect prevention strategies will reduce downstream costs.
Reference and Syllabus Alignment:
This conclusion aligns with the ISTQB Advanced Test Management syllabus section on 'Cost of Quality' and strategies to optimize testing investments. Specifically, prevention is emphasized as more cost-effective than appraisal and failure management.
Your team has been working on an Agile project for two months. There is a retrospective at the end of each sprint One of the data items reviewed is how many defects are being caught by users rather than by testers. The test team is being blamed for these escapes
What do you need to do to make these sessions more productive?
Answer : D
Understanding the Agile Context:
Retrospectives aim to identify and implement process improvements collaboratively.
Focusing on solutions, not blame, aligns with Agile principles.
Evaluation of Options:
A . You should attend the retrospective instead of the individual testers:
Incorrect. Retrospectives are team-wide events; excluding testers undermines collaboration.
B . You should do root cause analysis to prove the developers are responsible:
Incorrect. Assigning blame contradicts Agile's collaborative ethos.
C . You should gather metrics to present to the team regarding all the hours spent testing:
Incorrect. Metrics may provide insights but are insufficient to address process improvement.
D . You should help the team brainstorm ideas on how to improve the testing to eliminate the escapes:
Correct. Encouraging collaborative problem-solving directly addresses the root causes of defects escaping to users.
Syllabus Alignment:
ISTQB highlights retrospectives as opportunities for continuous improvement in Agile projects (TM-1.2.4).
ISTQB Advanced Level Test Management Syllabus (TM-1.2.4)
Which of the following aspects should test progress metrics be mapped to? [1]
Answer : B
Test progress metrics should be mapped to exit criteria to ensure that the testing process aligns with the predefined standards for completion. Exit criteria typically include conditions such as coverage of test cases, pass rates, and the resolution of major defects, which are essential for determining the end of the test phase.
Reference: The ISTQB Advanced Level Test Manager syllabus includes the evaluation of exit criteria as part of the test monitoring and control process1.It is crucial for test managers to define and evaluate these criteria to ensure that the testing objectives have been met and that the product is ready for releas
Which two of the following activities would normally occur in the Acquisition stage of a tool's lifecycle?
a) Assign a tool administrator to decide on best use of the tool
b) Establish a backup and restore strategy for the tool
c) Review other tools provided by the same vendor
d) Determine how the tool may be impacted by a change to the operating environment
e) Develop and implement a training plan for new users of the tool
SELECT ONE OPTION
Answer : A
What is the purpose of process improvement assessment models? [1]
Answer : A
Process improvement assessment models are designed to ensure a consistent approach is used in evaluating and improving processes within an organization. They provide a structured framework for assessing the current state of processes, identifying areas for improvement, and implementing changes in a systematic manner.
Which testing metric identifies defect density? [1]
Answer : B
Defect density is a testing metric that measures the number of defects identified in a component or system divided by the size of the component or system (expressed in standard measurement terms, e.g., lines-of-code, number of classes or function points)1.Defect density is a product metric, as it evaluates the quality or reliability of a software product2. Therefore, option B is the correct answer.Option A is incorrect because project metrics are metrics that measure the characteristics of the software project, such as cost, schedule, effort, scope, or resources3. Option C is incorrect because process metrics are metrics that measure the characteristics of the software process, such as effectiveness, efficiency, productivity, or maturity.Option D is incorrect because people metrics are metrics that measure the characteristics of the software personnel, such as skills, experience, motivation, or satisfaction.Reference:1: Defect Density | ISTQB Glossary2:Software Testing Metrics: What is, Types & Example3: [Project Metrics - Software Testing Fundamentals] : [Process Metrics - Software Testing Fundamentals] : [People Metrics - Software Testing Fundamentals]
The diagram shows a defect workflow in which two states do not have appropriate names.
Which option could correctly provide the missing state names?
Answer : A
In a standard defect lifecycle, typical early states include:
Open: when the defect has been logged and confirmed.
Clarification: when more information is needed before further action can be taken.
According to the ISTQB CTFL Syllabus:
'Defects typically go through a life cycle: new, open, assigned, fixed, retested, closed. Variants like 'in clarification' or 'duplicate' may be used depending on the organization's workflow.'
--- ISTQB CTFL Syllabus 2018, Section 5.6
These terms fit the typical transitions in a defect lifecycle, making Option A the correct match.