November 14, 2021 7:00 PM PST


This document summarizes a mock system design interview focused on the Ticketmaster platform. The discussion revolved around the design requirements, functional and non-functional specifications, and the proposed architecture for handling a large-scale ticket sales event.

Interview Details
Requirements
Functional Requirements
Non-Functional Requirements
Audience Feedback
System Design
API Endpoints
Database Schema
System Design Diagram
Discussion Points
Scalability and Performance
Order Processing
  1. User visits the website.
  2. API gateway sends a request to the ticket service.
  3. Ticket service checks Redis for available ticket count.
  4. Ticket service places an order with the order service.
  5. Order service updates the ticket count in the database.
  6. Order service responds with success or failure.
Cache Management
Handling High Traffic
Data Consistency
Session Management
Feedback and Improvements
Conclusion

The interview covered various aspects of designing a ticket sales system, focusing on scalability, performance, and data integrity. The discussions highlighted the complexities involved in handling a high volume of requests and the necessity of a well-structured architecture to ensure a seamless user experience.