advancedReal System Design Problems
Design a Flight Booking System — seat inventory and concurrent reservation across dates.
The seat-inventory-and-concurrent-reservation problem: how seat availability is queried efficiently across many flights and dates, how two users racing to book the last seat on a flight are handled correctly, and how the booking and payment complete as one consistent operation.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
Design a Flight Booking System — seat inventory and concurrent reservation across dates.