Estimation question
Estimate the number of bicycles required to start a bike sharing operation in a big city.
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 structured estimation of fleet size using population, adoption rate, and utilization assumptions for a shared mobility service.
How to approach it
- State the goal: estimate bicycles needed to launch bike-sharing in a big, dense city of about 1 million people.
- Estimate daily potential riders: assume 5% of the population rides on an average day, about 50,000 riders.
- Estimate rides per bike per day: assume each bike supports about 4 rides a day given rebalancing and downtime.
- Compute base fleet: 50,000 rides divided by 4 rides per bike, about 12,500 bikes needed to meet daily demand.
- Add a buffer for maintenance, rebalancing, and peak-hour clustering: assume 20%, bringing the total to roughly 15,000 bikes.
- Sanity-check against known real bike-share fleet sizes in comparable cities, noting this ignores seasonal and weather variation.
What a strong answer includes
- Builds the estimate from a clear formula, riders divided by rides-per-bike, rather than guessing a fleet size directly.
- States each assumption explicitly, adoption rate, rides per bike, buffer percentage, so the logic is auditable.
- Adds an explicit operational buffer for maintenance and rebalancing, a real-world factor many candidates skip.
- Sanity-checks against known comparable city bike-share fleet sizes to validate scale.
Common mistakes
- Guessing a total fleet number with no formula connecting it to ridership or bike utilization.
- Ignoring rebalancing, maintenance, and peak clustering, which meaningfully increase the needed fleet.
Likely follow-up questions
- How would this estimate change for a city with significant seasonal weather variation?
- How would you determine the right number of docking stations versus bikes?
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 these companies
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