Estimation question
How much space would you need for a photo storage device?
- 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
Estimation skill applied to a technical capacity question: converting user behavior into storage volume with clear unit assumptions.
How to approach it
- Clarify the scope: storage for one service's users over one year, and confirm whether video is included.
- Estimate the user base, for example 1 billion active users.
- Estimate photos uploaded per user per day, say 2 to 3, and average file size, roughly 3 to 5 MB.
- Multiply users by photos per day by file size by 365 to get annual raw storage.
- Adjust for compression and replication factors typical of cloud storage before giving a final number.
What a strong answer includes
- Separates raw storage from replicated storage, since production systems typically keep 2 to 3 copies for durability.
- Converts the result into a familiar unit, for example several exabytes per year, so the number is easy to sanity check.
- Notes that thumbnails and multiple resolutions add meaningfully to total footprint.
Common mistakes
- Forgetting replication and backup copies, which understates real storage needs by 2 to 3x.
- Picking an unrealistic file size assumption without stating it as an assumption.
Likely follow-up questions
- How would storage needs change if the service added 4K video?
- How would you design the system to reduce storage cost over time?
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