Metrics question
Your new feature boosts Amazon Search by 10%, adds 2s to load time. What do you do?
- Amazon
- Metrics
- Hard
Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.
Start a mock interview on this question · Mock interview from a job description
What this question tests
Tests how you resolve a metrics tradeoff between a short-term conversion win and a long-term retention risk from latency.
How to approach it
- Confirm the numbers: 10% lift in search conversion or relevance against a 2 second increase in page load, and ask over what test duration.
- State the known tradeoff: Amazon's own data has tied every 100ms of latency to measurable sales loss, so 2s is a real cost.
- Check whether the 10% is a short-term novelty effect by holding out a longer-running cohort before deciding.
- Segment the impact: does the 2s hit mobile users or slow-network regions harder than desktop, since that changes the net effect.
- Recommend optimizing the feature to cut load time before full rollout, or gating it behind lazy-loading, rather than shipping either metric blind.
What a strong answer includes
- Quantifies the latency cost using known industry data (Amazon found 100ms of latency costs about 1% in sales) to argue 2s is not trivial.
- Proposes a staged rollout: ship to a segment, measure conversion and 7 or 30-day retention together, not just the immediate search metric.
- Suggests a technical mitigation, like progressive rendering so the perceived latency drops even if total load time doesn't, as a way to keep both wins.
- Recommends deciding by net revenue impact (conversion lift minus estimated churn from slowness) rather than by feature-owner instinct.
Common mistakes
- Accepting the 10% lift at face value without questioning whether it holds up long-term.
- Ignoring that latency compounds; a single feature adding 2s can be part of a much larger latency budget being eaten away.
Likely follow-up questions
- How would you set up the A/B test to isolate a long-term retention effect from a short-term novelty effect?
- What latency budget would you set for future features on this page?
More metrics questions
- Walmart's order return rate is increasing. As a product manager, what things would you look into to isolate the problem?Amazon · Metrics · Medium
- One of the brands in the grocery category is not selling and has stocks left that are soon to expire. Specify all possible reasons for it and also suggest solutions for each of the reasons.Shopify · Metrics · Medium
- A metric for a video streaming service dropped by 80%. What do you do?Google · Metrics · Medium
- You are a PM for an e-commerce company. Due to some mistakes, the data team lost all key metrics. What are the metrics you will track as PM?Amazon · Metrics · Medium
- How would you change the Amazon Fresh experience and how would you measure them?Amazon · Metrics · Medium
- Imagine you are a PM in Amazon. How would you reduce the rate of returns?Amazon · Metrics · Medium
More questions from Amazon
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 9: Prove it paid off: outcomes, economics, and pricing
- Chapter 2: Data fluency: SQL, logs, and reading the truth yourself
- Chapter 14: Get the job: the AI PM interview loop