Metrics question
What metrics would you use to measure success in designing the estimated time of arrival?
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
Whether the candidate can define both accuracy and trust metrics for a prediction feature that directly affects user behavior.
How to approach it
- Clarify the goal: ETA accuracy drives trust in the platform and reduces cancellations, so both prediction quality and behavioral impact matter.
- Define the core accuracy metric: mean absolute error between predicted and actual arrival time, in minutes.
- Add a directional bias check: whether errors skew toward overestimating or underestimating time, since underestimating erodes trust more.
- Tie accuracy to behavior metrics: cancellation rate before pickup, and rider or customer satisfaction ratings tied to on-time arrival.
- Set a guardrail for edge cases, such as ETA error during peak traffic or bad weather, where accuracy typically degrades most.
What a strong answer includes
- Separates raw accuracy (mean absolute error) from perceived trust (cancellations, ratings), since both matter differently.
- Flags that underestimating ETA is worse than overestimating, since it breaks trust more visibly.
- Names a specific edge case, peak traffic or weather, where accuracy needs separate monitoring.
Common mistakes
- Measuring only average accuracy without checking for a systematic overestimate or underestimate bias.
- Ignoring how ETA errors affect cancellation rate and trust, not just the number itself.
Likely follow-up questions
- How would you handle ETA accuracy differently for first time versus repeat users?
- What would you do if accuracy is good on average but bad in dense urban cores?
More metrics questions
- Late deliveries lead to customer churn. What data we should look at to prove this hypothesis for a food delivery app?PayPal · Metrics · Medium
- How would reduce cancellations for Uber?Shopify · Metrics · Medium
- There is a data point that indicates that there are more Uber drop-offs at the airport than pick-ups from the airport. Why is this the case and what would you do within the product to change that?PayPal · Metrics · Hard
- How would you measure the success of Uber Ride?Lyft · Metrics · Easy
- If a large number of drivers are dropping out of a particular city, why would it be?Lyft · Metrics · Medium
- Drivers are dropping out of a city on Lyft. How do you figure out what's going on?PayPal · Metrics · Medium
More questions from these companies
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