PracHub
QuestionsLearningGuidesInterview Prep
|Home/System Design/Whatnot

Design A WhatsApp-Style Messaging System

Last updated: Jul 8, 2026

Quick Overview

Study a WhatsApp-style messaging system design prompt covering durable message storage and near real-time delivery. The question targets conversation models, WebSocket fanout, offline sync, ordering, idempotency, group messaging, and operational metrics.

  • medium
  • Whatnot
  • System Design
  • Software Engineer

Design A WhatsApp-Style Messaging System

Company: Whatnot

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Technical Screen

Design a messaging system similar to WhatsApp. Users should send one-to-one and group messages, receive messages in near real time, and recover message history after reconnecting. <details> <summary>Hint 1</summary> Start by naming the core entities, constraints, and success criteria. </details> <details> <summary>Hint 2</summary> Make the trade-offs explicit before going deep on implementation details. </details> ### Constraints & Assumptions - The design should cover core messaging, not every social feature. - Messages must be durable. - Online users should receive low-latency delivery. - Offline users should receive messages when they reconnect. ### Clarifying Questions to Ask - Are end-to-end encryption and media attachments required? - What scale should be assumed for daily active users and messages per second? - Are read receipts and typing indicators required? - What ordering guarantees are needed within a conversation? - How long should message history be retained? ### What a Strong Answer Covers ```premium-lock What a Strong Answer Covers ``` ### Follow-up Questions - How would you add read receipts? - How would you handle a user sending the same message twice? - How would you scale a group with thousands of members? - What changes for end-to-end encryption?

Quick Answer: Study a WhatsApp-style messaging system design prompt covering durable message storage and near real-time delivery. The question targets conversation models, WebSocket fanout, offline sync, ordering, idempotency, group messaging, and operational metrics.

Related Interview Questions

  • Design a Direct Messaging System for an E-commerce Marketplace - Whatnot (medium)
  • Design a Charity Donation Website - Whatnot (medium)
  • Design an Online Coding Judge - Whatnot (easy)
  • Design an Online Coding Contest Platform - Whatnot (medium)
|Home/System Design/Whatnot

Design A WhatsApp-Style Messaging System

Whatnot logo
Whatnot
May 8, 2026, 12:00 AM
mediumSoftware EngineerTechnical ScreenSystem Design
3
0

Design a messaging system similar to WhatsApp. Users should send one-to-one and group messages, receive messages in near real time, and recover message history after reconnecting.

<details> <summary>Hint 1</summary> Start by naming the core entities, constraints, and success criteria. </details> <details> <summary>Hint 2</summary> Make the trade-offs explicit before going deep on implementation details. </details>

Constraints & Assumptions

  • The design should cover core messaging, not every social feature.
  • Messages must be durable.
  • Online users should receive low-latency delivery.
  • Offline users should receive messages when they reconnect.

Clarifying Questions to Ask Guidance

  • Are end-to-end encryption and media attachments required?
  • What scale should be assumed for daily active users and messages per second?
  • Are read receipts and typing indicators required?
  • What ordering guarantees are needed within a conversation?
  • How long should message history be retained?

What a Strong Answer Covers Premium

Follow-up Questions Guidance

  • How would you add read receipts?
  • How would you handle a user sending the same message twice?
  • How would you scale a group with thousands of members?
  • What changes for end-to-end encryption?

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Whatnot•More Software Engineer•Whatnot Software Engineer•Whatnot System Design•Software Engineer System Design

Your design canvas — auto-saved

PracHub

Master your tech interviews with 8,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • AI Coding Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.