Тёмный

Design Ticketmaster - System Design Interview (with Senior Amazon TPM) 

Exponent
Подписаться 342 тыс.
Просмотров 25 тыс.
50% 1

Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/3ZNtB37
A Senior Technical Product Manager at Amazon, delves into the intricacies of system design with a comprehensive breakdown of creating Ticketmaster, a robust ticket booking platform. Sam explores the challenges and solutions associated with building a system that can handle massive user traffic, ensure data consistency, and provide an optimal user experience.
Chapters (Powered by ChapterMe) -
00:00 - Intro
01:13 - Ticketmaster-style ticket reservation system
03:00 - Creating scalable secure renovation system
04:40 - API endpoints for events, seats, registration
08:26 - Post purchases, check history, estimate system size
09:18 - How many events can be calculated using ticket reservation systems
14:48 - Managing big event tickets efficiently
17:56 - Data schema for event management
21:22 - Add event IDs, user ID, credit card information
24:51 - Separate purchase tables for users with no accounts
27:02 - User IDs and ticket retrieval options
28:54 - Handling large events with multiple users
31:03 - Multiple requests for seat availability
33:10 - Double booking risks mitigate with asset-based transactions
36:57 - Changing seat status in database
43:05 - Optimize database for popular events
48:01 - Discussing topics in interview flow
50:05 - Treat problems like a working relationship with a coworker
Watch more system design videos here:
- Meta engineering manager answers a rate limiter interview question: • System Design Mock Int...
- Google SWE answers an algorithms interview question: • Google Software Engine...
- Google TPM answers Tiktok system design interview question: • System Design Mock Int...
- Flipkart EM “Design Amazon Prime Video” system design interview question: • System Design Intervie...
👉 Subscribe to our channel: bit.ly/exponentyt
🕊️ Follow us on Twitter: bit.ly/exptweet
💙 Like us on Facebook for special discounts: bit.ly/exponentfb
📷 Check us out on Instagram: bit.ly/exponentig
📹 Watch us on TikTok: bit.ly/exponenttikttok
ABOUT US:
Did you enjoy this video? Want to land your dream career? Exponent is an online community, course, and coaching platform to help you ace your upcoming interview. Exponent has helped people land their dream careers at companies like Google, Microsoft, Amazon, and high-growth startups. Exponent is currently licensed by Stanford, Yale, UW, and others.
Our courses include interview lessons, questions, and complete answers with video walkthroughs. Access hours of real interview videos, where we analyze what went right or wrong, and our 1000+ community of expert coaches and industry professionals, to help you get your dream job and more!
#SystemDesignInterview #TechInterviewPrep #systemdesigninterviewprep #systemdesigninterview #systemdesign #systemdesignquestions #SystemDesignBreakdown #RobustTicketBooking #OptimalUserExperience #tryexponent #mockinterview

Опубликовано:

 

9 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@tryexponent
@tryexponent 6 месяцев назад
Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/3ZNtB37
@kevinding0218
@kevinding0218 9 месяцев назад
a lot of current system design videos including this one, lean towards an object-oriented design with box drawing, which might not meet the expectations for senior or higher-level discussions. I look forward to future opportunities for in-depth conversations on topics like resilience, scalability, availability, fault tolerance, data consistency, and their associated trade-offs.
@PratikShah123
@PratikShah123 4 месяца назад
Great. A small suggestion: Seat table contains isAvailable. However if there are multiple shows in same theatre, this variable doesn't have connectivity with associated event. Hence, we need either 1) eventId in same table, where for every event+seat you need to have a separate row or 2) Separate table that shows availability of seat for every event, hence containing eventId+seatId together.
@KY-en2ns
@KY-en2ns 8 месяцев назад
In my opinion, system design is essential for every engineer, so I think it's a great learning resource. I am grateful for the content!
@gabrielferreira4948
@gabrielferreira4948 2 месяца назад
Thank you! Yours videos are helping me a lot.
@stupidsimple272
@stupidsimple272 11 дней назад
Any reason why he didn't have the payload data for the POST endpoints in the body rather than the query params? I feel like that would have made more sense to me...
@codewithglen8189
@codewithglen8189 8 месяцев назад
He did an incredible job! Thanks for this, very helpful!
@user-oy3ry9zb3t
@user-oy3ry9zb3t 4 месяца назад
Mentioning that you plan to store user credit card numbers in the database is likely to lead to a failed interview.
@kh-bi7yx
@kh-bi7yx 8 месяцев назад
If you don't get a chance to demonstrate all of your skills during the system design interview, that's okay; interviewers aren't always as knowledgeable as you. This could imply that the system's depth/horizon is highly dependent on the outcome of the conversation. I've been watching this great channel for a while, and I believe that having good communication skills is more important than system design itself in most system design interviews. Returning to the question. If I were conducting the interview, I would probably go into more detail about how to make the system more scalable, especially given the popularity of some of the events. I'd expect the interviewee to discuss rate limiting, write-back cache strategy if needed, optimistic lock for query and pessimistic lock for update, as well as some tradeoffs. If the interviewee can discuss how to resolve the issue by working with PMs, that is also very beneficial because tech may not be able to solve all of the issues. Sometimes we need to change our minds.
@Rhy-vd6dg
@Rhy-vd6dg 8 месяцев назад
We need a domain driven design approach to these system design interview videos please
@shashankaggarwal7561
@shashankaggarwal7561 4 месяца назад
yeah, I am not clearing my interview tomorrow. But thanks for the video
@JasonBorn3814
@JasonBorn3814 8 месяцев назад
what is the tool name?
@komilp8310
@komilp8310 8 месяцев назад
What is the app used to take notes on?
@tryexponent
@tryexponent 8 месяцев назад
Hey komilp8310! The whiteboard used here is called "Whimsical"
@nikschuetz4112
@nikschuetz4112 8 месяцев назад
you could use ttl to manage reservations
@Sebastian-zs8cp
@Sebastian-zs8cp 9 месяцев назад
Why designing under DB this make don't scalable code? why non't ddd?
@coolY2k
@coolY2k 8 месяцев назад
You don't have to buy the exact seat. You can buy a seat in one group that is close enough. Also, last 5-15% per group, you don't have to be able to buy online. With this approach, you would have less than 95% of his design's choke points. It would be much cheaper and easier to create. For the deadlock, you don't have to update the row, you can just add additional row that states that some row is taken. Much cheaper than update, and no deadlock. Getting n items (where n is max number of seats) is cheap.
@grhaonan
@grhaonan 6 месяцев назад
why spent so much time on table schema design?
@ihsannuruliman4005
@ihsannuruliman4005 6 месяцев назад
Using verbs for POST endpoints in api design... hmm...
@jojay6472
@jojay6472 5 месяцев назад
ACID database?
Далее
System Design Interview: Design Amazon Prime Video
26:53
Самое Романтичное Видео ❤️
00:16
Dora does the Tyla Dance 😳 #shorts
00:16
Просмотров 1,2 млн
System Design (TPM) Mock Interview: Twitter API
19:00
Просмотров 121 тыс.
Самое Романтичное Видео ❤️
00:16