Product design question

Design a system that transfers large quantities of data from Earth to a different planet.

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 systems design under extreme physical constraints, like latency and intermittent connectivity, unlike typical networking problems.

How to approach it

  1. Clarify the use case: continuous science-data streaming versus periodic large-batch transfer.
  2. Identify the core constraint: massive latency makes real-time handshake protocols like TCP impractical.
  3. Design around a disruption-tolerant approach: store-and-forward relay nodes that forward data as links open up.
  4. Prioritize data by criticality: safety telemetry sent first, bulk data queued and sent opportunistically.
  5. Add redundancy: error-correction coding to handle likely transmission errors without costly full retransmission.
  6. Define success as the percentage of prioritized data delivered within its required window, plus total throughput.

What a strong answer includes

Common mistakes

Likely follow-up questions

More product design questions

More questions from PayPal

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