Estimation question
Estimate the number of groups on Facebook
- Meta
- 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
Tests structured estimation using known user-base scale and reasonable group-membership assumptions.
How to approach it
- State the goal: estimate the total number of active Facebook Groups worldwide.
- Start from a known anchor: assume roughly 2 billion monthly active Facebook users.
- Estimate group participation rate: assume 50% of users are in at least one active group.
- Estimate average groups joined per participating user: assume an average of 3 groups per participating user.
- Estimate average group size: assume a typical group averages 500 members, spanning small local groups and larger communities.
- Compute: 1 billion participating users times 3 memberships divided by 500 average size, roughly 6 million groups, then sanity-check the order of magnitude.
What a strong answer includes
- Anchors the estimate in a known, defensible number, total MAU, before layering assumptions on top.
- States a clear formula, total memberships divided by average group size, rather than guessing a group count directly.
- Uses round, explainable assumptions, 50% participation, 3 groups per user, 500 average size, instead of false precision.
- Sanity-checks against Facebook's own public statements about Groups to validate the order of magnitude.
Common mistakes
- Guessing a total number directly with no formula connecting it to user base or membership patterns.
- Ignoring that group sizes vary hugely, from a handful to millions, without an averaging assumption.
Likely follow-up questions
- How would you adjust for very large public groups versus small private ones?
- How sensitive is your estimate to the average group size assumption?
More estimation questions
- Estimate the number of WhatsApp chats occuring in India.Flipkart · Estimation · Easy
- Estimate the number of Facebook users in India.Meta · Estimation · Easy
- Estimate the number of bicycles required to start a bike sharing operation in a big city.Google · Estimation · Medium
- How many passengers are in planes in the air at any given time in the U.S.A.?Google · Estimation · Easy
- Estimate how many product managers work at Google?Google · Estimation · Easy
- Estimate how much budget is required for Facebook to maintain Facebook Photos.Meta · Estimation · Hard
More questions from Meta
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