Product Management Product Quality Management 5 — Questions and Answers
Question 1: A PM is evaluating whether to fix a known bug or ship the feature on schedule. Which framework helps weigh the risk of leaving a defect in production?
- RICE scoring
- Risk matrix (Probability × Impact) (Correct answer)
- Story mapping
- OKR framework
Correct answer: Risk matrix (Probability × Impact)
A risk matrix evaluates defects by multiplying the probability of harm by its impact, helping PMs make data-driven decisions about acceptable risk.
Question 2: What is 'shift-left testing' in software product development?
- Moving QA resources to a different timezone
- Introducing testing earlier in the development lifecycle (Correct answer)
- Removing manual testing in favor of automation
- Delaying testing until after user research
Correct answer: Introducing testing earlier in the development lifecycle
Shift-left testing moves quality checks earlier (to the 'left' of the timeline), catching defects when they are cheapest to fix.
Question 3: Which of the following BEST describes a 'quality gate' in a product delivery pipeline?
- A feature flag that controls rollout
- A checkpoint where defined quality criteria must be met before work proceeds to the next stage (Correct answer)
- A sprint planning meeting
- A customer feedback survey
Correct answer: A checkpoint where defined quality criteria must be met before work proceeds to the next stage
A quality gate is a mandatory checkpoint in the delivery pipeline where predefined quality standards must be satisfied before the product advances.
Question 4: A product team uses error budgets to manage reliability. If the error budget is exhausted, what should the team do?
- Launch additional features immediately
- Halt new feature work and focus on reliability improvements (Correct answer)
- Increase server capacity
- Reduce testing frequency
Correct answer: Halt new feature work and focus on reliability improvements
When an error budget is depleted, teams should pause feature development and prioritize reliability work until the budget is restored.
Question 5: What does 'voice of the customer' (VoC) data primarily help a PM do in quality management?
- Set engineering sprint velocity
- Align product quality priorities with actual customer expectations and pain points (Correct answer)
- Automate regression testing
- Measure defect density
Correct answer: Align product quality priorities with actual customer expectations and pain points
VoC captures customer needs, expectations, and complaints, enabling PMs to prioritize quality improvements that have the highest customer impact.
Question 6: Which concept describes the practice of making quality everyone's responsibility rather than solely the QA team's job?
- Siloed QA
- Total Quality Management (TQM) (Correct answer)
- Acceptance testing
- Defect triage
Correct answer: Total Quality Management (TQM)
Total Quality Management (TQM) is a philosophy where every team member—engineering, design, PM, and beyond—shares ownership of product quality.
Question 7: A PM wants to reduce the number of post-launch defects over successive releases. Which metric should they track over time?
- Average handle time
- Defect density (defects per unit of software) (Correct answer)
- Sprint burndown rate
- Customer lifetime value
Correct answer: Defect density (defects per unit of software)
Defect density tracks the number of defects relative to the size of software delivered, making it the best metric to observe quality improvement trends across releases.
A PM is evaluating whether to fix a known bug or ship the feature on schedule.
Which framework helps weigh the risk of leaving a defect in production?