How to answer Estimation questions
Interview Guide
Answers (1)
You'll get access to over 3,000 product manager interview questions and answers
Recommended by over 100k members
First, before answering this Google estimation question, I would like to make sure we're aligned on the exercise. A few questions:
- By trains, you mean a set of train cars joined together? Or individual train cars? Train = Set of train cars.
- By operating, you mean trains that took at least one ride on a given day? Or train rides? E.g. if a train does three two-way trips per day, should we count it as one train or 6 trains? It should count as one unique train.
- What time period should I use? A week day.
Ok, let's start the estimation. Here are a few things I'd like to know:
- Number of riders taking a subway train ride on an average day in NYC
- Average number of train ride per day per rider
- Average capacity of a train
- Average utilization of a train
- Average rides per day per train
# of trains operating in NYC = [Number of riders taking at least one subway train ride on an average day in NYC * Average number of train rides per day per rider] / [Average capacity of a train (in riders per train) * Average utilization of a train (in % of train capacity utilized * nr of rides per train per day]
Number of riders taking at least one subway train ride on an average day in NYC | Average number of train rides per day per rider | Average capacity of a train (in riders per train) | Average utilization of a train (in % of train capacity utilized] | # of rides per train per day |
NYC population * % taking subway on a given day 10M * 30% = 3M | Return trip + some other addl trips 2.5 rides per day | Avg 6 cars, 80 max capacity per car: 480 riders per train = ~500 | 100% peak hours, 20% outside of peak hours (100%*5hrs +20%*15hrs)/20 hrs operating in a day = (5+3)/20 = 40% | Average 10 hours operating per day / 2 hours per ride ( + cleaning, changing driving engineer, etc) = 5 rides per train per day |
# of trains operating in NYC = (3M * 2.5) / (500*.4*5) = 7.5 M / 1,000 = ~7.5k trains
This number seems high to me. I would guess that given we're not only talking about Manhattan, but NYC, there is a smaller % of population taking the subway every weekday.
3 likes | 0 feedback
Top Google interview questions
- What is your favorite product? Why?89 answers | 263k views
- How would you design a bicycle renting app for tourists?62 answers | 82.5k views
- Build a product to buy and sell antiques.54 answers | 66.8k views
- See Google PM Interview Questions
Top Estimation interview questions
- Calculate the number of queries answered by Google per second.45 answers | 78.5k views
- How do you decide how many cash registers you need for a new Walmart store?33 answers | 39.4k views
- How many dentists are there in New York?33 answers | 36.7k views
- See Estimation PM Interview Questions
Top Google interview questions
- How would you improve Google Maps?53 answers | 228k views
- A metric for a video streaming service dropped by 80%. What do you do?50 answers | 135k views
- How would you design a web search engine for children below 14 years old?36 answers | 42.9k views
- See Google PM Interview Questions
Top Estimation interview questions
- Estimate the number of Uber rides.30 answers | 51.3k views
- Estimate the number of bicycles required to start a bike sharing operation in a big city.18 answers | 15.8k views
- Estimate the number of WhatsApp chats occuring in India.14 answers | 13.3k views
- See Estimation PM Interview Questions