Product design question
As a product manager, how would you design a communication solution for use by astronauts on a mission to Mars landing?
- Walmart
- Product design
- Hard
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 product design under extreme constraints, latency, reliability, and life-safety stakes, far outside typical consumer product norms.
How to approach it
- Define the core constraint: Earth-Mars communication has a delay of 4 to 24 minutes one-way depending on orbital position, ruling out real-time conversation.
- Design around asynchronous communication: structured message queues (text, voice, video) with clear delivery confirmation and priority tagging for urgent messages.
- Prioritize reliability over richness: a low-bandwidth, highly compressed text/telemetry channel as the guaranteed baseline, with video as a lower-priority, best-effort layer.
- Add redundancy: multiple relay paths (e.g. orbiting relay satellites) so a single link failure doesn't cut off communication entirely.
- Define success: message delivery reliability (percent successfully delivered) and time-to-acknowledgment for priority messages, not bandwidth or richness.
What a strong answer includes
- Correctly identifies the fundamental physics constraint (light-speed delay) that makes this an asynchronous, not real-time, design problem.
- Prioritizes reliability and redundancy over feature richness, appropriate for a life-safety-critical communication system.
- Uses a priority-tagging system for messages, recognizing not all communication (chit-chat versus emergency) has equal urgency.
- Picks reliability and acknowledgment-time metrics over typical consumer metrics like engagement, matching the actual use case.
Common mistakes
- Designing a real-time chat-like experience without accounting for the multi-minute communication delay.
- Ignoring redundancy and reliability, which matter far more here than in a typical consumer product.
Likely follow-up questions
- How would you handle a scenario where the primary relay satellite fails mid-mission?
- How would you prioritize which messages get bandwidth when the link is degraded?
More product design questions
- Redesign Twitter for eCommerce.Shopify · Product design · Hard
- Develop a seller score algorithm for Walmart Marketplace.Walmart · Product design · Hard
- How can Google help improve the grocery shopping experience of users?PayPal · Product design · Easy
- Design a Supermarket for older people.Google · Product design · Medium
- How would you improve Facebook for commuters?Walmart · Product design · Medium
- How would you improve Uber?PayPal · Product design · Easy
More questions from Walmart
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 4: Discovery and strategy for AI products
- Chapter 7: AI UX and human oversight: design for a system that is wrong sometimes
- Chapter 14: Get the job: the AI PM interview loop