Estimation question
How many cars are on 101 between San Francisco and Mountain View?
- Estimation
- 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
Fermi estimation using distance, lane count and traffic density.
How to approach it
- Estimate the distance between the two points, roughly 35 miles.
- Assume the number of lanes each direction, e.g. 4.
- Assume average car spacing during a given time of day, e.g. one car every 100 feet per lane in moderate traffic.
- Convert spacing to cars per mile per lane, then multiply by lanes and distance.
- State assumptions clearly and give a range depending on time of day.
- Sanity-check the final number's order of magnitude.
What a strong answer includes
- Anchors on real distance rather than guessing the segment length.
- States the car-spacing assumption explicitly and converts it cleanly to cars per lane-mile.
- Distinguishes rush-hour density from off-peak, since the answer varies by an order of magnitude.
- Shows the full multiplication chain rather than asserting a final number.
Common mistakes
- Not accounting for time-of-day variation, which massively changes traffic density.
- Skipping the distance or lane-count assumption, leaving the math unclear.
Likely follow-up questions
- How would your estimate change during rush hour versus midnight?
- What's the biggest source of uncertainty in your assumptions?
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