PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design ticketing system with seat hold

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's skills in system design, distributed systems, concurrency control, data modeling, and scalability, testing their ability to reason about correctness and performance under high contention and heavy traffic as well as trade-offs between consistency and availability.

  • medium
  • Meta
  • System Design
  • Software Engineer

Design ticketing system with seat hold

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design an online ticketing system (similar to Ticketmaster) that allows users to browse events, select seats, and place a temporary 5-minute hold on seats while they complete the purchase. The system should: - Allow users to search for events, view seating charts, and select specific seats. - Allow a user to place a 5-minute hold on selected seats so they are not sold to others during that time. - Automatically release held seats if the user does not complete payment within 5 minutes. - Ensure that no two users can successfully purchase the same seat. - Scale to handle very high traffic during popular events (e.g., tens of thousands of concurrent users for a big concert). Describe: - The main use cases and external APIs. - The high-level architecture and key components. - The data model for events, seats, orders, and seat holds. - How you will implement the 5-minute hold and its expiration. - How you will handle high concurrency and prevent overselling seats. - Consistency and availability trade-offs, and how you would scale the system. Assume this is an internet-scale service deployed across multiple servers and data centers.

Quick Answer: This question evaluates a candidate's skills in system design, distributed systems, concurrency control, data modeling, and scalability, testing their ability to reason about correctness and performance under high contention and heavy traffic as well as trade-offs between consistency and availability.

Related Interview Questions

  • Design Top-K, Crawler, and Chess Systems - Meta (hard)
  • Design Search And Web Crawling Systems - Meta (medium)
  • Design an Instagram-Style Social Feed - Meta (medium)
  • Design an Online Game Leaderboard - Meta (hard)
  • Design an On-Demand Delivery Platform - Meta (medium)
Meta logo
Meta
Dec 8, 2025, 7:54 PM
Software Engineer
Onsite
System Design
3
0

Design an online ticketing system (similar to Ticketmaster) that allows users to browse events, select seats, and place a temporary 5-minute hold on seats while they complete the purchase.

The system should:

  • Allow users to search for events, view seating charts, and select specific seats.
  • Allow a user to place a 5-minute hold on selected seats so they are not sold to others during that time.
  • Automatically release held seats if the user does not complete payment within 5 minutes.
  • Ensure that no two users can successfully purchase the same seat.
  • Scale to handle very high traffic during popular events (e.g., tens of thousands of concurrent users for a big concert).

Describe:

  • The main use cases and external APIs.
  • The high-level architecture and key components.
  • The data model for events, seats, orders, and seat holds.
  • How you will implement the 5-minute hold and its expiration.
  • How you will handle high concurrency and prevent overselling seats.
  • Consistency and availability trade-offs, and how you would scale the system.

Assume this is an internet-scale service deployed across multiple servers and data centers.

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Meta•More Software Engineer•Meta Software Engineer•Meta System Design•Software Engineer System Design
PracHub

Master your tech interviews with 8,000+ 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.