E-Commerce Development Product Management 4 — Questions and Answers
Question 1: What is 'technical debt' and how does it affect e-commerce product velocity?
- Unpaid vendor invoices that slow procurement
- Accumulated shortcuts in code that slow future development and increase bug risk (Correct answer)
- Server costs that compound over time
- Outstanding feature requests from customers
Correct answer: Accumulated shortcuts in code that slow future development and increase bug risk
Technical debt refers to suboptimal code choices made for speed that must eventually be refactored, progressively slowing a team's ability to ship new features.
Question 2: A product team is debating whether to build a custom recommendation engine or use a third-party SaaS solution. Which factor most favors building in-house?
- The third-party solution costs $200/month
- Proprietary data and differentiation make custom logic a strategic competitive advantage (Correct answer)
- The team has never built ML models before
- The SaaS vendor has good documentation
Correct answer: Proprietary data and differentiation make custom logic a strategic competitive advantage
Custom builds are justified when unique data or differentiated algorithms would be impossible to replicate with a standard third-party solution.
Question 3: What does 'north star metric' mean in e-commerce product management?
- The geographic market with highest revenue
- A single metric that best captures the core value delivered to customers (Correct answer)
- The most-searched product in a catalog
- The KPI tracked by the CEO only
Correct answer: A single metric that best captures the core value delivered to customers
A north star metric (e.g., weekly active buyers) aligns the entire team around one number that best represents sustainable value creation for customers.
Question 4: In agile product development, what is the difference between a 'sprint' and a 'release'?
- Sprints ship to customers; releases are internal milestones
- A sprint is a fixed development timebox; a release ships features to end users (Correct answer)
- They are the same thing with different names
- Releases happen weekly; sprints happen monthly
Correct answer: A sprint is a fixed development timebox; a release ships features to end users
A sprint is a time-boxed work cycle (typically 1–2 weeks), while a release is a deployment of completed features to production that may span multiple sprints.
Question 5: What is 'opportunity scoring' in product discovery?
- Ranking potential markets by total addressable revenue
- A framework that surfaces gaps where customer importance is high but satisfaction is low (Correct answer)
- Calculating the probability of a feature passing QA
- Scoring sales leads for product upsells
Correct answer: A framework that surfaces gaps where customer importance is high but satisfaction is low
Opportunity scoring, from Tony Ulwick's ODI, identifies underserved needs by comparing how important an outcome is to customers versus how satisfied they currently are.
Question 6: Which behavior indicates a product has achieved strong retention in e-commerce?
- High traffic from paid ads month over month
- Users returning to purchase without being prompted by marketing campaigns (Correct answer)
- Large catalog size relative to competitors
- High number of customer support tickets resolved
Correct answer: Users returning to purchase without being prompted by marketing campaigns
Organic repeat purchases driven by habit or loyalty — not marketing spend — signal that the product itself is retaining customers through genuine value.
Question 7: A product manager wants to validate a new checkout UX before full development. What is the fastest approach?
- Build the feature and monitor production metrics for 30 days
- Create a clickable prototype and test it with 5–8 users (Correct answer)
- Survey 1,000 customers via email
- Benchmark 10 competitor checkout flows
Correct answer: Create a clickable prototype and test it with 5–8 users
Clickable prototypes with a small user sample surface major usability issues in hours at minimal cost, before any engineering investment is made.
What is 'technical debt' and how does it affect e-commerce product velocity?