Metrics question
Suppose you're the PM of an API that can analyse and categorize user's spends. What are the key metrics you would track to measure the success of this feature?
- PayPal
- Metrics
- Medium
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
Metrics for a feature, not a whole product, focused on model quality, coverage, and downstream usage.
How to approach it
- Clarify the goal: helping users or downstream apps understand spending patterns automatically, likely powering budgeting or insight features.
- Define the core quality metric: categorization accuracy, the percent of transactions correctly auto-categorized without user correction.
- Add a coverage metric: percent of eligible transactions assigned a category, plus how often users manually recategorize.
- Add a downstream business metric: usage of features built on top, budgeting alerts triggered, or partner API call volume if this is B2B.
- Add a guardrail: API latency, since a slow API breaks the consuming product's experience.
- Track manual correction rate over time as a proxy for model quality improving or degrading.
What a strong answer includes
- Separates model-quality metrics, accuracy and coverage, from product-adoption metrics, correction rate and downstream usage, a distinction many miss.
- Gives a concrete bar, for example aiming for over 90% auto-categorization accuracy before it drives user-facing budgeting insights.
- Adds API latency as a guardrail since this is infrastructure other products depend on.
Common mistakes
- Only listing accuracy and ignoring coverage, transactions the model can't confidently categorize at all.
- Forgetting this is likely a B2B or internal API, so partner adoption matters as much as end-user metrics.
Likely follow-up questions
- How would you measure accuracy without ground-truth labels at scale?
- What would you do about transactions the model can't confidently categorize?
More metrics questions
- Consider there is a company say LinkedIn. Which are the top three metrics you would see first thing in the morning?PayPal · Metrics · Easy
- Late deliveries lead to customer churn. What data we should look at to prove this hypothesis for a food delivery app?PayPal · Metrics · Medium
- Spotify installs increased 25%. What are reasons this might have happened? Give at least four.PayPal · Metrics · Easy
- What success metrics would you use to measure a payment gateway product?PayPal · 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
- Drivers are dropping out of a city on Lyft. How do you figure out what's going on?PayPal · Metrics · Medium
More questions from PayPal
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