Metrics question
How could you use logs to determine if a new product is successful?
- Metrics
- Easy
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 understands how raw event logs translate into meaningful product health signals.
How to approach it
- Clarify what 'successful' means for the specific new product, such as habitual use, task completion, or conversion to a paid tier.
- Identify which raw log events map to that definition, for example session start and end events, feature-click events, and error or crash events.
- Derive higher-level metrics from logs: daily active users, session frequency and length, feature adoption rate, and funnel completion between key steps.
- Use logs to detect friction, such as repeated failed attempts at the same action or high drop-off between two consecutive logged steps.
- Combine quantitative log signals with qualitative context (support tickets, reviews) since logs show what happened but not always why.
What a strong answer includes
- Ties log-derived metrics back to a specific definition of success for this product rather than listing generic analytics terms.
- Uses funnel drop-off between logged steps as a concrete way to find friction, not just aggregate activity counts.
- Notes logs alone can't explain why users drop off, so pairs them with qualitative signals for a complete picture.
Common mistakes
- Listing generic metrics (DAU, session length) without tying them to a specific definition of product success.
- Treating logs as sufficient on their own without acknowledging they don't explain user intent or motivation.
Likely follow-up questions
- How would you distinguish a genuinely engaged user from one stuck in a confusing loop, using logs alone?
- What would you do if logging is incomplete or unreliable for a new feature?
More metrics questions
- How do you define success for Yelp reviews?Google · Metrics · Medium
- Utilization went down by 45% on app XYZ in Italy for the month of August. Give a reason why and draft a plan to fix it.Spotify · Metrics · Medium
- You launched a new signup flow to encourage new users to add more profile information. A/B test results indicate that the % of people that added more information increased by 8%. However, 7 day retention decreased by 2%. What do you do?Google · Metrics · Hard
- Define the metrics for YouTube search.Google · Metrics · Medium
- You walk in to your office and find that Google cloud subscription has gone down by 20%. What do you do as a product manager?Google · Metrics · Medium
- What would be the top six metrics for WhatsApp? Now pick one from the six. Tell me three things you would do to improve that metric.Google · Metrics · Medium
More questions from Google
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