PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design ticketing and coding practice platforms

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's ability to design large-scale, distributed systems focusing on data modeling, API design, concurrency control, transactional guarantees, scalability, and secure execution environments.

  • medium
  • Meta
  • System Design
  • Software Engineer

Design ticketing and coding practice platforms

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

You are asked two separate system design questions. --- ### 1. Design an online event ticketing platform (like Ticketmaster) Design a large-scale web service where users can: - Browse events (concerts, sports, theater) by city/date/venue. - View seating charts and real-time seat availability. - Select specific seats and purchase tickets. - Receive a digital ticket/QR code. Assume: - Millions of users, with traffic spikes when popular events go on sale. - Each event has a finite set of seats, and overselling must not happen. - There may be waitlists or temporary seat holds while a user is checking out. Describe a high-level design that covers: - Main functional requirements and non-functional goals (availability, consistency, latency). - Core APIs (e.g., search events, hold seats, purchase tickets). - Data model for events, venues, seats, reservations, and orders. - How to prevent double-booking the same seat under high concurrency. - Overall architecture: services, databases, caches, message queues. - Strategies for scaling, handling flash-sale spikes, and ensuring reliability. --- ### 2. Design an online coding practice & interview-prep platform Design a web platform where users can: - Browse and search a catalog of coding problems by tags/difficulty. - View problem statements and constraints. - Write code in the browser in multiple languages. - Run code against sample tests and hidden test cases. - Submit solutions and see whether they passed, with basic statistics. Assume: - Millions of registered users, globally distributed. - Spiky traffic (e.g., evenings and weekends are busier). - Code must run in a secure, resource-isolated environment. Describe a high-level design that covers: - Key functional requirements and non-functional goals. - Core APIs (e.g., list problems, get problem details, submit code, get results). - Data model for users, problems, test cases, submissions, and results. - Architecture for the code-execution service (sandboxing, job queue, worker nodes). - Storage choices for code, problem metadata, and execution logs. - Strategies for scaling, ensuring fairness in resource usage, and system reliability. For both systems, state reasonable assumptions and provide a clear, component-level architecture with major trade-offs explained.

Quick Answer: This question evaluates a candidate's ability to design large-scale, distributed systems focusing on data modeling, API design, concurrency control, transactional guarantees, scalability, and secure execution environments.

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
Oct 18, 2025, 12:00 AM
Software Engineer
Onsite
System Design
1
0

You are asked two separate system design questions.

1. Design an online event ticketing platform (like Ticketmaster)

Design a large-scale web service where users can:

  • Browse events (concerts, sports, theater) by city/date/venue.
  • View seating charts and real-time seat availability.
  • Select specific seats and purchase tickets.
  • Receive a digital ticket/QR code.

Assume:

  • Millions of users, with traffic spikes when popular events go on sale.
  • Each event has a finite set of seats, and overselling must not happen.
  • There may be waitlists or temporary seat holds while a user is checking out.

Describe a high-level design that covers:

  • Main functional requirements and non-functional goals (availability, consistency, latency).
  • Core APIs (e.g., search events, hold seats, purchase tickets).
  • Data model for events, venues, seats, reservations, and orders.
  • How to prevent double-booking the same seat under high concurrency.
  • Overall architecture: services, databases, caches, message queues.
  • Strategies for scaling, handling flash-sale spikes, and ensuring reliability.

2. Design an online coding practice & interview-prep platform

Design a web platform where users can:

  • Browse and search a catalog of coding problems by tags/difficulty.
  • View problem statements and constraints.
  • Write code in the browser in multiple languages.
  • Run code against sample tests and hidden test cases.
  • Submit solutions and see whether they passed, with basic statistics.

Assume:

  • Millions of registered users, globally distributed.
  • Spiky traffic (e.g., evenings and weekends are busier).
  • Code must run in a secure, resource-isolated environment.

Describe a high-level design that covers:

  • Key functional requirements and non-functional goals.
  • Core APIs (e.g., list problems, get problem details, submit code, get results).
  • Data model for users, problems, test cases, submissions, and results.
  • Architecture for the code-execution service (sandboxing, job queue, worker nodes).
  • Storage choices for code, problem metadata, and execution logs.
  • Strategies for scaling, ensuring fairness in resource usage, and system reliability.

For both systems, state reasonable assumptions and provide a clear, component-level architecture with major trade-offs explained.

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.