Estimation question
Estimate the number of servers required for YouTube.
- Estimation
- Hard
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
Advanced technical estimation combining traffic scale, bandwidth, and server capacity reasoning.
How to approach it
- Clarify scope: servers for video delivery specifically, likely meaning CDN edge capacity rather than just core data center compute.
- Estimate concurrent peak viewers globally, a fraction of YouTube's roughly 2 to 3 billion monthly users, say 50 to 100 million concurrent at peak (assumption).
- Estimate average bitrate per stream, roughly 3 to 5 Mbps for a typical HD stream (assumption).
- Calculate total peak bandwidth: 75 million concurrent viewers times roughly 4 Mbps equals roughly 300 terabits per second at peak.
- Estimate throughput per server, a modern edge server might handle roughly 10 to 40 Gbps of video delivery (assumption).
- Divide total bandwidth by per-server throughput to estimate server count, landing in the range of tens of thousands of edge servers globally, before accounting for redundancy and geographic distribution.
What a strong answer includes
- Breaks the problem into concurrent viewers, bitrate, and per-server throughput as three distinct assumptions, each stated explicitly (assumption).
- Shows the full calculation chain from total bandwidth demand to a server count estimate.
- Notes that redundancy and geographic distribution would push the real number meaningfully higher than the raw calculated figure.
Common mistakes
- Skipping the bandwidth-to-server-count conversion and giving an arbitrary number.
- No concurrent viewer or bitrate assumption stated before calculating.
- Ignoring redundancy and global distribution needs, undercounting the real requirement.
Likely follow-up questions
- How would this estimate change during a major global live event?
- Which assumption in this chain are you least confident about?
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