Metrics question

How does the mean and median compare for search response times in Google?

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

Statistical reasoning applied to a real metrics question, checking you understand what mean versus median reveals about a distribution.

How to approach it

  1. Clarify what response time is being measured, likely server-side query latency for search results, and over what population of queries.
  2. State the general relationship: for a right-skewed latency distribution, mean is typically higher than median because a small number of slow outlier queries pull the average up.
  3. Explain what causes the skew specifically for search, such as complex queries, cold cache hits, or geographic distance from serving infrastructure.
  4. Discuss why this matters for product decisions, since median reflects typical user experience while mean can be dominated by rare slow requests.
  5. Recommend using percentile metrics like p95 or p99 alongside median, since those better capture the tail experience that mean and median alone can hide.
  6. Confirm whether the interviewer wants the general statistical relationship or a discussion of why Google's specific latency might behave this way.

What a strong answer includes

Common mistakes

Likely follow-up questions

More metrics questions

More questions from Google

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank