Estimation question
What are the network implications of a handheld device meant for elementary schools kids?
- 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
Structured estimation under an unusual technical framing, checking whether you can translate a vague prompt into a bandwidth and network-load calculation.
How to approach it
- Clarify scope: assume a Chromebook-like device used in US elementary schools, and confirm whether the question wants per-device or district-wide load.
- Estimate device count: roughly 50 million US elementary and middle schoolers, assume 60 percent have a 1:1 device, about 30 million devices.
- Estimate per-device usage: 2 hours of school time online daily, mostly text, video streaming for lessons, and light app sync.
- Assign bandwidth per activity: video streaming around 1 to 3 Mbps, text and sync under 0.1 Mbps, blend to roughly 0.5 Mbps average per active device.
- Compute peak concurrent load: assume 70 percent of devices active during school hours, so about 21 million devices at 0.5 Mbps, roughly 10 Gbps aggregate demand.
- State the implication: schools need robust local Wi-Fi and filtered, low-latency backhaul, not just raw bandwidth, plus offline caching for lessons.
What a strong answer includes
- States assumptions explicitly and marks them as assumptions, for example device penetration and average video bitrate.
- Distinguishes local network implications, Wi-Fi density and device contention, from wide-area bandwidth, which most candidates conflate.
- Notes second-order implications: content filtering, latency for real-time video calls, and offline-first design for unreliable school Wi-Fi.
Common mistakes
- Treating this as a pure math problem and never connecting the number to a network design implication.
- Ignoring peak concurrency and instead averaging usage across 24 hours, which understates real network stress.
Likely follow-up questions
- How would rural schools with limited broadband change your design?
- What would you cache locally versus stream live?
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