Estimation question
How much app related data does the Google iOS app store transmit each month?
- Estimation
- Medium
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 reasoning about data transfer volume from user behavior and app metadata size.
How to approach it
- Break the estimate into components, number of monthly active app store users, actions per user, e.g. searches, page views, and downloads, and data size per action.
- Estimate monthly active users of the app store, anchored to a known scale of iOS users globally, marked as an assumption.
- Estimate actions per user per month, e.g. average searches, listing views, and screenshots loaded per session.
- Estimate data size per action, a listing page with screenshots and metadata might be a few hundred KB to a few MB.
- Multiply users by actions by data size per action to reach a total monthly data volume.
- State the final estimate with a clear range and flag every input, users, actions, and data size, as an assumption.
What a strong answer includes
- Breaks the estimate into three explicit components, users, actions, and data size per action, rather than guessing a single number.
- Anchors each component to a plausible real world reference, e.g. hundreds of millions of iOS users globally.
- Shows the full multiplication chain to arrive at a total, e.g. terabytes or petabytes per month.
- Sanity checks the final figure against plausibility for a company operating at Apple's scale.
Common mistakes
- Giving a final number with no visible calculation.
- Not accounting for images and screenshots, which dominate data size versus text metadata.
- Skipping a sanity check on the final order of magnitude.
Likely follow-up questions
- How would this estimate change if most traffic is search versus browsing.
- What would reduce this data volume.
- How confident are you in this estimate.
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