Estimation question
How long does an average person wait at an intersection?
- 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
Whether you can build a clean estimation from reasonable assumptions and check the answer for sanity.
How to approach it
- Clarify scope: average across all intersections, all times of day, one country like the US.
- Break it into intersection types: signaled versus stop sign versus roundabout, and estimate the share of each.
- Assume signal cycle length, say 90 seconds, with roughly 40 seconds of green and 50 seconds red or yellow for a given direction.
- Estimate a person hits a red light roughly half the time they approach a signaled intersection.
- Combine: expected wait when hitting red is about half the red duration, so roughly 25 seconds, weighted by the chance of hitting red.
- Sanity check: a blended average across all intersection types likely lands between 10 and 20 seconds per intersection.
What a strong answer includes
- States assumptions explicitly, for example 90 second cycle and 50 percent chance of arriving on red (assumption).
- Shows the math: 0.5 times 25 seconds plus a lower wait for stop signs, blending to a single number.
- Arrives at a defensible range, 10 to 20 seconds, rather than a single false-precise number.
Common mistakes
- Skipping the cycle length assumption entirely.
- Giving a single number with no shown math.
- Confusing wait time with total crossing time.
Likely follow-up questions
- How would your estimate change in a dense city versus a suburb?
- What data would you pull to validate this estimate?
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