Estimation question
Estimate the number of rideshare rides that happen for airport commutes.
- Estimation
- 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
Tests estimation using a top-down and segmented approach for a specific, well-defined use case within a larger market.
How to approach it
- Clarify scope: a specific country or a representative country like the US, and define 'rideshare' as Uber and Lyft combined, as explicit assumptions.
- Estimate total daily air passengers nationally using known aviation statistics as a reference point, such as roughly 2 million daily passengers pre-pandemic in the US.
- Estimate the fraction using ground transport to or from the airport, versus parking, transit, or being dropped off by family.
- Estimate the fraction of that ground-transport group using rideshare specifically versus taxi or shuttle.
- Multiply the layers together and adjust for round trips, since each passenger likely generates two rideshare trips (arrival and departure).
- Sanity check the result against general knowledge that airport rides are a well-known, sizable segment of rideshare revenue.
What a strong answer includes
- Anchors the estimate to a known reference statistic (daily air passengers) instead of guessing a population number from scratch.
- Layers multiple conversion rates (ground transport share, then rideshare share within that) rather than jumping straight to a final percentage.
- Accounts for round trips explicitly, since arrival and departure each generate a separate ride.
- States each assumption clearly and shows the multiplication chain rather than presenting a single unexplained number.
Common mistakes
- Estimating from total city population instead of anchoring to actual air passenger volume, which is a more direct and accurate starting point.
- Forgetting to double the count for round trips (arrival plus departure).
Likely follow-up questions
- How would this estimate change for a smaller regional airport versus a major hub?
- How would you validate this against Uber or Lyft's public airport ride data if you had it?
More estimation questions
- YouTube Red is a premium service without ads. Assume that 1.5% of initial YouTube user base signs up for the service. What is the lifetime revenue Google generates from those users?Google · Estimation · Hard
- How much would it cost to set up WiFi in New York?Google · Estimation · Medium
- How many dentists are there in New York?Google · Estimation · Easy
- How many Pianists are there in New York city?Google · Estimation · Easy
- Estimate the total number of videos on YouTube.Google · Estimation · Easy
- How many airports are in the US and in the World?Google · Estimation · Easy
More questions from Google
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 2: Data fluency: SQL, logs, and reading the truth yourself
- Chapter 9: Prove it paid off: outcomes, economics, and pricing
- Chapter 14: Get the job: the AI PM interview loop