System Design Mock Interview: Design TikTok ft. Google TPM

  Рет қаралды 476,002

Exponent

Exponent

Күн бұрын

Don't leave your system design interview to chance. Make sure you're interview-ready with Exponent's system design interview prep course. bit.ly/3PhhbMY
In this interview, Adam (Google Technical Program Manager) a system design interview question of designing Tiktok, commonly asked in software engineering and technical program management (TPM) interviews.
Chapters -
00:00:00 - Introduction
00:00:37 - Question
00:00:56 - Clarifying questions
00:01:59 - Answer
00:02:25 - Requirements
00:08:06 - Scale
00:09:51 - Design
00:25:31 - Follow-up questions
00:31:54 - Interview analysis
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...
- System Design Mock Interview: Design Instagram • System Design Mock Int...
👉 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!
#softwareengineer #systemdesign #mockinterview #technicalprogrammanagement #tpminterview #tech #technicalprogrammanager #coding #programming #systemdesign #entrepreneurship #exponent #softwareengineering #tiktok

Пікірлер: 415
@jasper5016
@jasper5016 2 жыл бұрын
Interviewer - Design TikTok Candidate - I never used TikTok Interviewer - Great. Go ahead.
@elmirbrdar1045
@elmirbrdar1045 7 ай бұрын
I love how all the google employees reference S3 and EC2 rather than GCP itself 😂
@awaisqarni9428
@awaisqarni9428 6 ай бұрын
This is amazing and funny at the same time
@alHailHale
@alHailHale 2 ай бұрын
He isn't yet working for Google. He said he was about to move there from oracle.
@kengxi
@kengxi 17 күн бұрын
​@@alHailHalePoint still stands, Oracle has their Cloud services.
@praveensg
@praveensg 2 жыл бұрын
As a hiring manager, here is one tweak I'd add to this interview. When asked if you'd like to improve your design, always say yes. Have a few simple concepts in your backpocket. E.g redis clustering, queueing, analytics using nosql etc.
@cool_scatter
@cool_scatter 2 жыл бұрын
I mean, he basically said "yes, and here's what I would add if I had time."
@jamesevans2507
@jamesevans2507 Жыл бұрын
How about I give an honest and full answer and you don't judge me when I have nothing to add because I already gave everything? God I hate you corporate scumbags and your stupid games.
@SHEEPeros
@SHEEPeros Жыл бұрын
Seems kinda obvious to say yes but can expand what specifically are you looking for? Your suggestion implies to me you’re looking for knowledge of optimising and monitoring production applications.
@ruyvieira104
@ruyvieira104 Жыл бұрын
"just toss in redis"
@iamworstgamer
@iamworstgamer 7 ай бұрын
thats a very vague question in system design, you need to specify the area where it needs to optmize. learn to ask question first. so called hiring manager
@MaxCoplan
@MaxCoplan 3 жыл бұрын
That milkshake someone is drinking in the background sounds delicious!
@DeepakVishwakarma-ts3lc
@DeepakVishwakarma-ts3lc 3 жыл бұрын
Z
@devakash2
@devakash2 3 жыл бұрын
His mic is constantly brushing his clothes causing that annoying noise :(
@rajbiswas776
@rajbiswas776 3 жыл бұрын
@@devakash2 r/woosh
@LoganGabriel
@LoganGabriel 3 жыл бұрын
Surely the Googler can afford a better mic; frankly it amazes me how people just ignore terrible audio quality when a substantial improvement is easy and would cost ~$30!
@Vamshk
@Vamshk 3 жыл бұрын
@@LoganGabriel He wasn't onboarded to Google by that time. He just left Oracle. Probably Oracle didn't pay him well 🤷‍♂️
@chirut4327
@chirut4327 6 ай бұрын
This is how it should be. System design interviews are supposed to be interactive and interviewee should feel welcoming and that he is discussing with his future team mate. But in majority of the cases atleast from where I come, interviewers feel like they are the supreme architects who designed all the great apps on the internet and interviewee is a kid.
@oliviatierney6724
@oliviatierney6724 2 жыл бұрын
This is a great example of a system design interview. I have been interviewing for mid level developer roles and those questions tend to focus more on the API design rather than the distributed system design. I would like to see more videos that focus on designing the API rather than the distributed system. Thank you for all these videos. They are very helpful
@dewy1503
@dewy1503 3 жыл бұрын
13:30 I don't feel as though there was enough thought put into the SQL vs NoSQL discussion. In my opinion based on the non functional requirements presented to us for a highly available system and 1 million active users per day, I think the data scalability should be a huge consideration in that decisions but wasn't even mentioned. Horizontally scaling a SQL database is possible with sharding etc. but can be complicated to do. NoSQL can pretty trivially and cost effectively scale horizontally especially in cloud environments. And the data we are storing related to the videos is just small chunks, we aren't really leveraging a lot of structured data schemas or anything like that. I don't know, I just think I challenge that decision a little bit.
@Jiten2141
@Jiten2141 3 жыл бұрын
Totally agree with you. I had the exact same thought. I didn’t see any relational operation requirements that would require SQL database.
@jack110311
@jack110311 3 жыл бұрын
Jokes aside, it can be good to start with a simpler solution and then later on adjust it as you work through bottlenecks.
@123vat69
@123vat69 3 жыл бұрын
How to pull the videos of users you follow ,I guess that needs a join.Otherwise we have to denormallize and keep all the user and follower information in single table which I assume is bit complex and might have lot of data redundancy
@TechVlogger00
@TechVlogger00 3 жыл бұрын
He has outsourced the pull videos from ppl one follows to a prefetch service lol
@osta6212
@osta6212 3 жыл бұрын
@@123vat69 that makes sense.
@B-Billy
@B-Billy 3 жыл бұрын
I'm really impressed by the questions he asked as part of the Functional Requirement. Those were serious questions ❤️
@Enjoyablewalks
@Enjoyablewalks Жыл бұрын
True
@deathbombs
@deathbombs Жыл бұрын
9:40 very concise way to check if you're on track and move to next stage 11:22 I like how you skip the uninteresting stuff that aren't a problem
@andrewkicha1628
@andrewkicha1628 11 ай бұрын
Great job mediating the interview, I really like how you asked Adam to dive into the discussion about relational vs non-relations DBs, we would miss good chunk of information without it.
@sivakiranchekka8762
@sivakiranchekka8762 Жыл бұрын
I really liked how he carried the conversation....interactive
@SafetyLast-_-
@SafetyLast-_- 2 жыл бұрын
The sound quality is a bit disappointing: all these noises and crackles. But the interview itself was pretty interesting and useful. Thanks for sharing 👍
@sukhadadeodhar
@sukhadadeodhar Жыл бұрын
Great video! This video is well structured and it helped me a lot! Thank you for uploading!
@haryy91
@haryy91 3 жыл бұрын
I really benefited from this video! thanks guys for your time and effort
@arnabpersonal6729
@arnabpersonal6729 2 жыл бұрын
29:45 shows how huge scaling exponentially increases components complexity. Nice video
@apidas
@apidas 2 жыл бұрын
this is great. it'd be great with more video like these
@whatTheFcuk9
@whatTheFcuk9 3 жыл бұрын
Loved the video. please make more grokking system design problems
@doanthanh7025
@doanthanh7025 2 жыл бұрын
Thank you for great example of system design question.
@mehulsolanki9435
@mehulsolanki9435 Жыл бұрын
Thanks for these videos. They are really helpful. 😄
@hannnah689
@hannnah689 2 жыл бұрын
Thanks for sharing! I like the interactions of the interviewer and interviewee, and a lot good questions.
@hakanaki
@hakanaki 2 жыл бұрын
Love you contents, I've learnt alot in just few minutes, my head wants to explode 🤣🤣.
@kkud01
@kkud01 3 жыл бұрын
How to create view feed is perhaps the most important and complex question, for some reason not touched, the only mentioning that it will be prebuilt
@ElanHasson
@ElanHasson 3 жыл бұрын
Yep too high level. If this is the interview bar I'm doing really great. Totally a SDE9
@michaelzappa
@michaelzappa 8 ай бұрын
I like how he drove the direction of the interview
@henryzhang5793
@henryzhang5793 3 жыл бұрын
Nice video. One thing I think ‘likes’ should not be one column of video table. Its access pattern is different from other columns, like video description, blob link. ‘likes’ could be changed very frequently. I feel it should be a separate service and may be like a even driven thing (e.g. a msg queue followed by nosql db)
@mickeyp1291
@mickeyp1291 2 жыл бұрын
likes should be in a graphdb which bis faster. they should also appear in nosql document
@DanteS-119
@DanteS-119 Жыл бұрын
Agreed
@thenextguy4570
@thenextguy4570 11 ай бұрын
also, isn't all likes needs to be stored with userid. Because we are certainly allowed to unlike a video. So, if they don't store like count. and which user likes the video there are no option for unlike.
@fattailinvestor3660
@fattailinvestor3660 2 жыл бұрын
For the DB discussion around minute 21:00, would it make sense to have a scheduled ML job that reads from the RDB or the replicated read only version and creates the user curated list, and then drop the results into a NoSQL db (like Apache Cassandra, with primary key of user Id plus clustering on say uri of video). This would scale horizontally very easily and it’s purpose built for quick reads and supports the non functional requirement of high availability.
@traviss7740
@traviss7740 Жыл бұрын
The ASMR in the background was a really nice touch... although the tingling were overwhelming from time to time. Jokes aside, very helpful video though. Thanks for this.
@kimngochoangkhoi3631
@kimngochoangkhoi3631 Жыл бұрын
This is what true artistry looks like, just amazing
@chendavid9582
@chendavid9582 Жыл бұрын
This perons is so pro. Technical background is solid, talking is so good. I wouldn't be surprised he can become director soon! All in all talking and expressing your thoughts is the most important.
@thaismkmanfrin
@thaismkmanfrin 2 жыл бұрын
Loved it. Really great.
@official_roboGOD
@official_roboGOD 2 жыл бұрын
The guy on the left is perfect Clark Kent. Take the specs off and we have Superman!
@Alikhan1993
@Alikhan1993 2 жыл бұрын
Nice effort but You totally missed some important functionality like how videos will be streamed to user? Also how you will meet low latency high throughput etc.. Considering estimates you didn't used them to calculate your size of database and how you will optimise DB OPS (using indexes etc)
@chaidaro
@chaidaro 2 жыл бұрын
I wish I can be calm, smooth, and slowly add the complexity to my design like this man. This man is so smooth , just like the milkshake in the background. Great mock interview.
@doorveshsantbakshsing9607
@doorveshsantbakshsing9607 2 жыл бұрын
lmfao the milkshake.
@MrB711
@MrB711 2 жыл бұрын
LOL
@the_sweet_heaven
@the_sweet_heaven 3 жыл бұрын
Interviewer asked very realistic questions. There could be more descriptive explanations though. Adam do have clear understanding of each component but could have been much more informative if he could have shared from his experience more in depth explanations of each component.
@occo5877
@occo5877 3 жыл бұрын
I feel the answers were a bit weak overall.a few times actually I felt the answer wasn’t given at all to the question, rather avoided
@jashnakapadia252
@jashnakapadia252 2 жыл бұрын
that's what i do in my interviews.
@khongduocbocuoc
@khongduocbocuoc 2 жыл бұрын
Hello, I'm an iOS Engineer and I'm very curious about the mobile app partial but you skipped it in the video. Could you please make videos about system design interview for mobile area ?
@adithyaks8584
@adithyaks8584 3 жыл бұрын
One question - after we have consumed the precomputed feed how do you recompute, is it based on timestamp / relevance etc and how will it get served ? Whether this new feed will be stored in cache and how ordering will be maintained ? Whether we will have to persist this ?
@iminsane7777
@iminsane7777 3 жыл бұрын
More than Exponent you have been promoting Whimsical! :D
@MohitGupta-ln2js
@MohitGupta-ln2js 3 жыл бұрын
Finally, someone spoke about it.
@bakkks
@bakkks 2 жыл бұрын
There is an entire industry built around passing the SE interview :) Looks similar to the 'how to become rich in the stock market' courses, the authors are making way more money apparently teaching you how to go and pass the interview then going themselves and pass it :)
@Zero-ui4ep
@Zero-ui4ep 2 жыл бұрын
facts
@sefer-nv6cn
@sefer-nv6cn 2 жыл бұрын
But they probably can actually pass them if they want to lol
@voodoochile80
@voodoochile80 2 жыл бұрын
Agree. It also makes me think that here we're learning how to pass a system design interview, whereas one should really be studying "how to design systems". It might sound like a subtle difference but it is quite a sad realisation if you think about it
@godwinyoh3700
@godwinyoh3700 2 жыл бұрын
some have a passion for teaching. Imagine all your coding mentors focused on writing code instead of writing books and going for talks.
@sonicjetson6253
@sonicjetson6253 Жыл бұрын
Yea too many fucking ppl entering this industry. Its getting nauseating.
@bridgethuang581
@bridgethuang581 3 жыл бұрын
Great instruction! - a side question: what's the tool you use to draw your flow chart? Thx!
@tryexponent
@tryexponent 3 жыл бұрын
He's using Whimsical!
@SafetyLast-_-
@SafetyLast-_- 2 жыл бұрын
@@tryexponent Thanks!
@Nkdeveloper
@Nkdeveloper Жыл бұрын
@@tryexponent Was gonna ask the same thing, thanks
@shrimpo6416
@shrimpo6416 Жыл бұрын
I just looooove watching mock interview videos
@rafaeashraf605
@rafaeashraf605 Жыл бұрын
yea wait until you gotta do em. they aint fun
@shrimpo6416
@shrimpo6416 Жыл бұрын
@@rafaeashraf605 I'm still very new to it XD
@nikolayfx
@nikolayfx Жыл бұрын
Congrats, thanks for sharing the interview
@tryexponent
@tryexponent Жыл бұрын
Our pleasure!
@richarddetsch7912
@richarddetsch7912 3 жыл бұрын
like the cdn for the video may want to also go into the audio/video encoding of video before storage or if live streaming how to encode and deliver content before a full store, they talked about scale but may also want to discuss adapting to a change in network bandwidth
@avikchowdhury6933
@avikchowdhury6933 Жыл бұрын
Great video, nicely explained everything. However about database sharding; I think sharding should not be done based on region, right? Because for a particular region with lots of users database sharding could be done based on user_id. Moreover, we also need to keep in mind about popular users. If too many popular users are in one DB, this will create too much load on a single database. So there should be some strategies to evenly distribute the ids of those users among the available servers.
@aniketshukla9568
@aniketshukla9568 Жыл бұрын
Yes, I agree that database sharding should not be based on region. Coming on your suggestion, when we do database sharding based on user_id, this might create huge traffic for a celebrity user. So, what if we do sharding based on video_id(post_id) ? In this way, yes one shard will have multiple instances but we can get away with traffic on a particular shard.
@__nitinkumar__
@__nitinkumar__ 2 жыл бұрын
In my experience in India, usually interviewers aren't that patient. I remembered asking do you want me to explain as I go. The guy said "no no, you implement take your time we will discuss it later" 😀
@marcosabreu4684
@marcosabreu4684 2 жыл бұрын
That should tell you something about the company. :(
@praneethkumar7884
@praneethkumar7884 Жыл бұрын
@@marcosabreu4684 That tells a lot about your mom
@BhushiBalboa
@BhushiBalboa 2 жыл бұрын
A bit disappointed, in my opinion below aspects should have been focused on - 1. How will your architecture support a million users. 2. What makes your architecture scalable 3. What mechanism will you use to search content across millions of video metadata 4. How will your data storage be available across geographies 5. How will you enable a stream of videos of users that you follow These are the core questions, what he designed can be a good starting point, but unfortunately the challenging part wasn't tackled
@count3ears
@count3ears 2 жыл бұрын
Nearly impossible to cover this in the time available for a systems design interview
@PC-to3rg
@PC-to3rg 2 жыл бұрын
pre-cache needs more explanation. when will it invalidate for billions of users. W/o users on the system it will still keep running. Is it optimal?
@ignashi7plays401
@ignashi7plays401 6 ай бұрын
@@count3ears Bruh they spent only 32 mintues. System design interviews are generaly 1 hr. It would look bad if you end the interview in just 30 mins.
@sergeymanetskiy8201
@sergeymanetskiy8201 Жыл бұрын
What about counting read:write ratio? counting RPS for reads and writes? (to understand what kind of system in should be) Initial DB storage and storage scaling calculations? How much data you will store in a month? Throughputs? Why cache and not NoSQL in case of GET user feed? What to do with stale cache data? What if you lose all cache data?
@vikrantsagar2688
@vikrantsagar2688 Жыл бұрын
Amazing content. Do you have references for cloud migration interview ?
@guhkunpatata3150
@guhkunpatata3150 3 жыл бұрын
imagine how many years it needed to understand and practice all those techs. i can catch up to DB design, but beyond that; CDN, LB, caching ... im lost XD (never done that before) so yeah, this is very aspiring interview.
@BassByTheBay
@BassByTheBay 2 жыл бұрын
They all work together to improve performance and hence UX, so you'll probably come across all of them soon enough. And you don't need to dive deep to understand what they do and how they're beneficial.
@AmeerHamza-cy6km
@AmeerHamza-cy6km 2 жыл бұрын
Always start with ERD 🙂
@ArunKumar-jk5pq
@ArunKumar-jk5pq 3 жыл бұрын
CDN should sit in front of static content only. Not sure you need to put that it in front of all APIs.
@HardwareAddiction
@HardwareAddiction 3 жыл бұрын
Yea, it didn't make sense to me at all. You have databases, how can you access a DB across CDNs? lol, it only makes sense for static stuff, as you said. In the case of Tiktok, that would be grabbing videos blobs/files.
@chchristomanos
@chchristomanos 2 жыл бұрын
@@HardwareAddiction If he used a document-based database he could store the responses as JSON on the CDN
@pingoklooi
@pingoklooi Жыл бұрын
What are some good resources one can peruse to further understanding of this field/study please?
@hakanaki
@hakanaki 2 жыл бұрын
Sorry, quick question. What are you guys using to draw this diagram?
@pratikrudra6508
@pratikrudra6508 2 жыл бұрын
Respect when he mentioned he never used tiktok
@cberigan1
@cberigan1 2 жыл бұрын
Likes requires a many to many table users videos. Follows can be a many to many users users.
@WhiteSiroi
@WhiteSiroi Жыл бұрын
thank you very mcuh
@aalaptube
@aalaptube Жыл бұрын
What software do you use to put the notes on screen, the one with white background? I am make doing with Krita but not entirely convenient.
@m1nkeh
@m1nkeh Жыл бұрын
i would have saved chat about redis cache for the "further optimisation" sections... gotta leave something in your pocket!
@metarus208
@metarus208 7 ай бұрын
this is very useful
@edwindh2007
@edwindh2007 2 жыл бұрын
Choose a SQL database has a big problem with big data and doesn't scale cheaply, it could cost a lot of money. A better solution is to use a NoSQL database that is designed for big data, scales and needs low investment in comparison with SQL database products. It's a good subject for an open discussion and to learn more. Anyway the System Design Mock Interview was great!
@bostonlights2749
@bostonlights2749 3 жыл бұрын
This is a good and bad interview. Experiences : 2-4 Years --> Good. As he was able to build the structure around the problem. Experience : 4 Years + --> Bad . Did not go into any details. Just generic statements. PS: I wanted the interviewer to ask more questions and make him struggle.
@maroonluph
@maroonluph 3 жыл бұрын
collection of experiences
@sedat4842
@sedat4842 3 жыл бұрын
I once asked to design a video platform like Netflix. They were going so into detail at everything I said. I believe I did better than this video with similar components like cache, CDN, pre population for the feed etc. Talked about NoSQL, scaling, security, etc... but guess what, I failed :D experience was 5 years
@dijoxx
@dijoxx 2 жыл бұрын
The interviewer himself is not very good to be honest. I've seen some of his other videos and he appears to be a rather mediocre engineer.
@cakec9
@cakec9 2 жыл бұрын
@@sedat4842 Very interesting. Did you fail becoz of the system design interview? Or were there other rounds that led to the consequence?
@FengZhang1
@FengZhang1 2 жыл бұрын
Very helpful
@santanudas4295
@santanudas4295 3 жыл бұрын
In whimsical, which template is this??
@idvishal
@idvishal 2 жыл бұрын
@Exponent What editor your interviewee's use to draw the system diagrams?
@taylorbarthel3513
@taylorbarthel3513 Жыл бұрын
Whimsical
@cfbredraider
@cfbredraider 2 жыл бұрын
Interviewee needed to talk a bit more about fault tolerance. You might introduce a queue to handle processing the videos after they are uploaded.
@ArmanOhanian
@ArmanOhanian 2 жыл бұрын
What's the platform they are using for drawing the diagrams?
@jayarameee
@jayarameee Жыл бұрын
Thanks!
@17teacmrocks
@17teacmrocks 3 жыл бұрын
when sharding became a thing, i was like this is just raid for server data
@dizhang947
@dizhang947 3 жыл бұрын
Didnt finish the entire video, pretty good practice
@ilohchifomma453
@ilohchifomma453 2 жыл бұрын
Hello , this video just encouraged me to add cloud computing to my self development plan, do you mind sharing insights on how a beginner can transition in to Cloud engineering . thanks
@AjitGoel
@AjitGoel 2 жыл бұрын
Give the AWS Solution Architect Associate exam
@techy0716
@techy0716 2 жыл бұрын
since application is not restricted but anyone can upload and retrieve, I believe RDB database will be bottleneck in terms of network request volume and IOPs. any thought?
@shashankshekhar8970
@shashankshekhar8970 3 жыл бұрын
I feel the interview could have been a bit more engaging, Few areas would have covered: 1. SQL vs NoSQL, given that its High Avalaibility, Read heavy, huge data volume and the only relation we have is user-video, why would you use SQL 2. Elaborate more on Video upload API. How would the upload happen? Multipart form data? 3. Talk more about the pre cache service but you mentioned you would have done that with more time
@valerieehimhen2672
@valerieehimhen2672 2 жыл бұрын
Great video! Would an interviewer expect a TPM to be this detailed? I'd love to hear some feedback.
@swahareddy8822
@swahareddy8822 2 жыл бұрын
And would this interview be a fair expectation for post MBA TPM interviews. Or would they be less technical
@denise9720
@denise9720 2 жыл бұрын
More of a software developer interview.
@0DWalker0
@0DWalker0 Жыл бұрын
Yes for Senior TPM or software engineering TPM
@smp1843
@smp1843 3 жыл бұрын
I agreed on the choice of RDB for read/write to start, but was a bit confused by his assuming the possibility to shard on an RDB rather than switching over to a NoSQL since NoSQL are known to be sharding friendly?
@tchangity
@tchangity 3 жыл бұрын
Depends on the skill set of the team. Some NoSQL databases can be harder to shard than some relationship databases now (such as postgres with built in partitioning)
@shikhaduggal7184
@shikhaduggal7184 2 жыл бұрын
I am a bit confused, would you say this is a monolithic architecture scaled horizontally or an SOA? I know it's not microservice architecture since each endpoint/service does not have its own database. Just starting out with System Design, would appreciate the help!
@truevelvett
@truevelvett 10 ай бұрын
It's a bit of a simplification
@zios21
@zios21 Жыл бұрын
I wonder if anyone ever starts with the domain model of the problem at hand? I felt we jumped into tables and stuff pretty quickly. PS - I am preparing for such interviews and looking for recommendations.
@SwapperTheFirst
@SwapperTheFirst Жыл бұрын
depends on your previous experience/background. Some start with APIs, some start with data models first (tables and relations is just one example of data modeling). Typical framework to start is - Functional, Non-Functional, Constraints. Then discuss major actors, their use cases and typical user stories. Unfortunately, the exact answer to many software architecture questions is always - it depends on many factors (your background, type of interview, time constraints, role you're interviewing for, ...)
@StevenDoesStuff
@StevenDoesStuff 2 жыл бұрын
What software i he using to do that graph/map as he explains?
@gsdfgsdfgsdfg4188
@gsdfgsdfgsdfg4188 Жыл бұрын
What editor is being used in this demo? Thank you for this session! Very helpful.
@tryexponent
@tryexponent Жыл бұрын
Hi gsdfgsdfgsdfg! I'm assuming that by editor you mean the whiteboard tool used?If so, the whiteboard being used here is “Whimsical”. They have a free and paid version so do check them out if you are interested! Thanks for watching and for the kind words!
@blakeex
@blakeex 2 жыл бұрын
Can we get the website link for the system design drawing made by Adam?
@sidhugs16
@sidhugs16 2 жыл бұрын
nice video .... can someone please tell me which tool is being used for the diagrams?
@mukeshstorge7384
@mukeshstorge7384 2 жыл бұрын
Whimsical
@vikram5970
@vikram5970 2 жыл бұрын
What was the online designing tool you used for the design? that was pretty cool
@devegram
@devegram Жыл бұрын
He's using Whimsical
@mgdibtygd
@mgdibtygd 2 жыл бұрын
I'm curious about what Adam S. is using to illustrate his design? Is it just Powerpoint (or equivalent) or something else?
@9893011111
@9893011111 2 жыл бұрын
What is the tool used to have blocks / design???
@mohansuri2683
@mohansuri2683 2 жыл бұрын
What is the tool used for design in your video?
@mickeyp1291
@mickeyp1291 2 жыл бұрын
i feel youve developed a great system in 2005 architecture. i expected choreography with events, kafka and streaming . very disappointed in this design that would not scale well, requires huge joins and is very inneficient in eventual consistentancy
@ahmedalsaedi3849
@ahmedalsaedi3849 7 ай бұрын
excellent
@khaino6828
@khaino6828 2 жыл бұрын
What is the name of this online white boarding tool? Should give some credits to it?
@sohaibkhan114
@sohaibkhan114 2 жыл бұрын
If a person is following another person and eac reside in separate shards, how you're gonna tackle that ? I think if you give this solution in an actual google interview, you will be rejected. It lacks a lot of details. The pre-cache service will only populate initial feed objects, what about later ones ? There's no mention of that.
@aivsdeveloper
@aivsdeveloper 2 жыл бұрын
anyone know the website they use to plan all that out?
@alexgrissom7251
@alexgrissom7251 Жыл бұрын
I actually came very close to this design while I was designing TikTok on my own. I'm very proud of myself:) Thanks for the video!
@abcauditor123
@abcauditor123 2 жыл бұрын
26:11 "basically all of these APIs are going to want to behind a CDN"? Are you saying that you are replicating the LB, microservices, and Databases for each CDN you have, in every region? I was under the understanding that CDNs were used to cache large content (videos, pictures), not to completely replicate your primary environment and that the CDN would get content from the 'blob' storage and the read-only DBs. Any clarification would be appreciated. Thanks!
@diljitpr1764
@diljitpr1764 2 жыл бұрын
which tool did he use for the diagram?
@AmitJigajinni
@AmitJigajinni 8 ай бұрын
I would use a nosql db like for likes liked follows and comments that can fit CAP theorem. RDBS would be high latent for such things even with sharding.
@chrise202
@chrise202 Жыл бұрын
1. Hot, Warm, Cold videos. The hotter, the more copies. 2. "Viral Regional video" is probably more realistic than "Global Viral". Hence bring data closer to the consumers. 3. Data is not relational, as videos are not tied together - NoSQL? 4. Data does not change much, but there are lots of reads - Immutability? 5. 4k Videos are heavy - CPU/GPU optimized service compression? 6. Composable UI - so that features like comments, likes etc work independently and in case of partial failure, system continues to offer a best-effort set of features. 7. Likes feature - mention about Top K problem and hashmaps 8. Client side caching - once video is already watched allocate a reasonable buffer for storing them. 9. Protocol focused on delivering video/audio content ? At least these are immediate things I could think of...
@illyaxo
@illyaxo Жыл бұрын
This guy is built different
@DoctorLai
@DoctorLai 8 ай бұрын
Something to add: 1. how do you handle creation of unique video ids? 2. how do you authenticate users? 3. how do you handle the thumbnails and different solutions of the videos? 4. how do you handle the video duplications? for example, if a user uploads a video twice? how about different users upload same video? 5. how do you handle hot videos or users? 6. I would add some message queues to decouple the components
@harveynguyen8226
@harveynguyen8226 2 жыл бұрын
I want to learn the Precache Service he mentioned. Anyone has the keyword to look for? I tried sw-precache but it seems like a different thing.
@ImaskarDono
@ImaskarDono 2 жыл бұрын
It's not something concrete, just the idea, that it should populate the cache.
@adeeliqbal833
@adeeliqbal833 2 жыл бұрын
Great system design but there is a lot of background noise.
@tanvirbinazam548
@tanvirbinazam548 2 жыл бұрын
What software is used for drawing?
@mickeyp1291
@mickeyp1291 2 жыл бұрын
likes should be added immutably to video document and to user rdb as immutable items.
@JL-qf3hq
@JL-qf3hq Жыл бұрын
Is this a reasonable expectation for a TPM interview or did he just do exceptionally well?
System Design Mock Interview: Design Facebook Messenger
14:50
Exponent
Рет қаралды 252 М.
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 949 М.
How to open a can? 🤪 lifehack
00:25
Mr.Clabik - Friends
Рет қаралды 13 МЛН
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 131 МЛН
Зу-зу Күлпәш. Стоп. (1-бөлім)
52:33
ASTANATV Movie
Рет қаралды 795 М.
System Design Interview: Design Amazon Prime Video
26:53
Exponent
Рет қаралды 77 М.
Design ChatGPT - System Design Mock Interview (with eBay EM)
35:14
Amazon System Design Interview: Design Parking Garage
29:59
Exponent
Рет қаралды 1,3 МЛН
FAANG system design interview: Design YouTube (with FAANG Senior SWE)
46:20
IGotAnOffer: Engineering
Рет қаралды 6 М.
System Design Interview: Design Dropbox or Google Drive w/ a Ex-Meta Staff Engineer
58:08
Hello Interview - Tech Interview Preparation
Рет қаралды 10 М.
System Design Mock Interview: Design Instagram
31:12
Exponent
Рет қаралды 471 М.
System Design Interviews: 10 Key Principles (with ex-Google EM)
41:14
IGotAnOffer: Engineering
Рет қаралды 12 М.
How to NOT Fail a System Design Interview (By a Data Engineer)
19:32
Внутренности Rabbit R1 и AI Pin
1:00
Кик Обзор
Рет қаралды 1,8 МЛН
#Shorts Good idea for testing to show.
0:17
RAIN Gadgets
Рет қаралды 3,3 МЛН