Product design question

How is the payment distributed between the app provider and Google? Design the system architecture.

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

System design for a revenue-split and payout pipeline, the real mechanics behind an app store's commission model.

How to approach it

  1. Clarify: this is about how app store purchase and subscription revenue is split between the platform and developers, a well-known commission model.
  2. Identify the core components: payment processing to charge the user, a ledger recording the gross transaction and the split, and a payout system disbursing developer earnings.
  3. Design the flow: the payment is processed and held, a rules engine applies the commission split, varying by developer tier or subscription type, then the ledger records both shares.
  4. Address reliability: the ledger must be the source of truth with idempotent transaction recording, so a retried or failed payment never double-charges or double-pays.
  5. Address payouts: batch developer payouts on a schedule with reconciliation against the ledger, and clawback logic for refunds and chargebacks against the developer's share.
  6. Define success as payout accuracy, zero discrepancy between ledger and actual payout, and time from transaction to developer payout.

What a strong answer includes

Common mistakes

Likely follow-up questions

More product design questions

More questions from Google

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank