Product Management Certification Program Software Product Management Certification Program 3 — Questions and Answers
Question 1: Which discovery technique involves observing users in their natural environment to uncover unarticulated needs?
- Usability testing
- Contextual inquiry (Correct answer)
- A/B testing
- Net Promoter Score survey
Correct answer: Contextual inquiry
Contextual inquiry is an ethnographic method where researchers observe and interview users while they work in their own context to reveal tacit pain points.
Question 2: What distinguishes a product vision from a product strategy?
- The vision is tactical while the strategy is aspirational
- The vision describes the long-term destination while the strategy outlines how to reach it (Correct answer)
- The vision is owned by engineering while the strategy is owned by marketing
- The vision covers a single sprint while the strategy covers a quarter
Correct answer: The vision describes the long-term destination while the strategy outlines how to reach it
A product vision is an inspiring, long-term picture of the future the product will create, whereas the strategy defines the choices and approach to achieve that vision.
Question 3: A product team is deciding between two features: Feature A has an estimated reach of 500 users, impact score 3, confidence 80%, and effort 2 weeks. Feature B has reach 200, impact 5, confidence 50%, effort 1 week. Using RICE scoring, which should be prioritized?
- Feature A, because it reaches more users
- Feature B, because it has higher impact
- Feature A, because its RICE score is higher (Correct answer)
- Feature B, because it takes less effort
Correct answer: Feature A, because its RICE score is higher
RICE = (Reach × Impact × Confidence) / Effort; Feature A scores (500×3×0.8)/2 = 600, Feature B scores (200×5×0.5)/1 = 500, so Feature A wins.
Question 4: Which type of roadmap is most appropriate when communicating with external customers and stakeholders?
- Sprint-level roadmap with story points
- Now-Next-Later roadmap focused on themes and outcomes (Correct answer)
- Internal engineering backlog with ticket IDs
- Gantt chart with exact delivery dates
Correct answer: Now-Next-Later roadmap focused on themes and outcomes
A Now-Next-Later (or theme-based) roadmap communicates strategic direction and priorities without over-committing to specific dates, which is safer for external audiences.
Question 5: What is 'technical debt' in software product management?
- The total cost of all software licenses the team uses
- The implied cost of future rework caused by choosing a quick solution over a better long-term approach (Correct answer)
- The number of unresolved bugs in the backlog
- The budget allocated to infrastructure and DevOps
Correct answer: The implied cost of future rework caused by choosing a quick solution over a better long-term approach
Technical debt accumulates when teams take shortcuts that make the codebase harder to change later, requiring future investment to pay it back.
Question 6: In continuous delivery, what does a 'feature flag' (feature toggle) allow a product team to do?
- Automatically generate release notes for each deployment
- Deploy code to production while controlling which users can see or use a feature (Correct answer)
- Enforce code review requirements before merging pull requests
- Track which features each team member contributed to
Correct answer: Deploy code to production while controlling which users can see or use a feature
Feature flags decouple deployment from release, letting teams ship code safely and then gradually expose new features to selected user segments.
Question 7: What is the primary purpose of a go-to-market (GTM) strategy for a new software product?
- Define the internal sprint schedule for the launch sprint
- Outline how the product will reach target customers and achieve competitive advantage at launch (Correct answer)
- Document the technical architecture chosen by the engineering team
- Establish the on-call rotation for post-launch support
Correct answer: Outline how the product will reach target customers and achieve competitive advantage at launch
A GTM strategy coordinates pricing, distribution, messaging, and sales channels to deliver the product to the right audience and drive adoption at launch.
Which discovery technique involves observing users in their natural environment to uncover unarticulated needs?