PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/System Design/Airbnb

Design a booking system

Last updated: Apr 23, 2026

Quick Overview

This question evaluates system design skills including distributed systems, data modeling, concurrency control, consistency models, API design, scalability, low-latency querying, and reliability for transactional booking flows.

  • medium
  • Airbnb
  • System Design
  • Software Engineer

Design a booking system

Company: Airbnb

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design an online booking system (e.g., for hotel rooms, meeting rooms, or appointment slots). ### Requirements Cover the following in your design: - **Core flows**: search availability, create booking (reserve), confirm, cancel, modify. - **Correctness**: prevent double-booking under high concurrency. - **Scale**: support many users and a large inventory (properties/rooms/slots). - **Latency**: fast availability queries. - **Reliability**: handle retries, partial failures, idempotency. ### Clarifications to address - What consistency guarantees are needed for availability and booking creation? - Do you need a “hold” (temporary reservation) with expiration? - How do you model inventory (per day, per time slot, per resource)? Provide APIs, data model, and a high-level architecture, and discuss tradeoffs.

Quick Answer: This question evaluates system design skills including distributed systems, data modeling, concurrency control, consistency models, API design, scalability, low-latency querying, and reliability for transactional booking flows.

Related Interview Questions

  • Design a Rental Marketplace Backend - Airbnb (hard)
  • Design a group chat system - Airbnb (medium)
  • Design a real-time chat system with hot groups - Airbnb (hard)
  • Design a group chat system - Airbnb (hard)
  • Design a Distributed Key-Value Store - Airbnb (medium)
Airbnb logo
Airbnb
Feb 12, 2026, 12:00 AM
Software Engineer
Onsite
System Design
35
0
Loading...

Design an online booking system (e.g., for hotel rooms, meeting rooms, or appointment slots).

Requirements

Cover the following in your design:

  • Core flows : search availability, create booking (reserve), confirm, cancel, modify.
  • Correctness : prevent double-booking under high concurrency.
  • Scale : support many users and a large inventory (properties/rooms/slots).
  • Latency : fast availability queries.
  • Reliability : handle retries, partial failures, idempotency.

Clarifications to address

  • What consistency guarantees are needed for availability and booking creation?
  • Do you need a “hold” (temporary reservation) with expiration?
  • How do you model inventory (per day, per time slot, per resource)?

Provide APIs, data model, and a high-level architecture, and discuss tradeoffs.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Airbnb•More Software Engineer•Airbnb Software Engineer•Airbnb System Design•Software Engineer System Design
PracHub

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

Product

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

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL 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.