Metrics question
Google search revenue was down. Figure out why.
- 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
Diagnosing a revenue metric by decomposing it into its real underlying drivers.
How to approach it
- Decompose search revenue into query volume, ad-eligible query rate, click-through rate on ads, and cost-per-click, since revenue is a function of all four.
- Check for measurement issues first: a reporting pipeline bug, currency conversion issue, or a change in what counts as ad revenue.
- Check query volume: did total search queries drop, which would suggest a competitor or platform shift issue, not a monetization problem.
- Check ad-eligible rate and CTR: did an algorithm or UI change reduce ad visibility or relevance, hurting clicks even with stable query volume.
- Check CPC: did advertiser demand or bidding activity drop, perhaps due to a macroeconomic pullback in ad spend or a policy change.
- Segment by geography, device, and query category (commercial vs informational) to isolate where the drop concentrates.
What a strong answer includes
- Uses the explicit revenue formula (volume x eligible rate x CTR x CPC) to structure the whole investigation, not a scattershot list.
- Separates a demand-side cause (advertiser spend down) from a supply-side cause (fewer or lower-quality queries), since the fix differs completely.
- Gives an illustrative finding, e.g. CPC dropped 15% due to a macro ad-spend pullback while volume held steady, marked as an assumption.
- Flags a possible internal cause, like an algorithm change reducing ad relevance, as equally plausible as external market factors.
Common mistakes
- Jumping to 'the economy is bad' without decomposing revenue into its component drivers.
- Not distinguishing an external market cause from an internal product or algorithm cause.
Likely follow-up questions
- Which of the four revenue drivers would you check first and why?
- How would you tell if this is a company-specific issue or an industry-wide trend?
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