Twitter system design mock interview (with Senior Software Engineer)

  Рет қаралды 27,735

IGotAnOffer: Engineering

IGotAnOffer: Engineering

Күн бұрын

Пікірлер: 67
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering Жыл бұрын
Get 1-on-1 coaching to ace your system design interview: igotanoffer.com/en/interview-coaching/type/system-design-interview?KZbin&
@crushingtecheducation
@crushingtecheducation 10 ай бұрын
Thanks Tom for having me on this mock interview.
@ramiyamable
@ramiyamable 7 ай бұрын
@@crushingtecheducation Thanks was good to watch it. Also was wandering why @crushingtecheducation has no content?
@SmartCoder89
@SmartCoder89 11 ай бұрын
Really interesting series but I would like to see the interviewer engage more or even challenge the interviewee, most of the time you just agree with the decisions/design, but overall great job.
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 11 ай бұрын
fair point!
@nurbekj9709
@nurbekj9709 11 ай бұрын
@@IGotAnOffer-Engineering Amazing interview but I agree with @SmartCoder89. Asking questions on why decided to use certain technology, as I have been asked in interviews, and such
@ghostApple94
@ghostApple94 11 ай бұрын
@@IGotAnOffer-Engineering Exactly .. The interviewer should also ask some more questions about the why's of implementation , the trade offs,
@joshualana
@joshualana 9 ай бұрын
The fastest way to learn is to watch someone do it. Seeing this senior Engineer go through system design from scratch is really inspiring. thanks for sharing.
@crushingtecheducation
@crushingtecheducation 9 ай бұрын
Thanks Joshua!
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 9 ай бұрын
Couldn't agree more!
@GoldenAxe8
@GoldenAxe8 9 ай бұрын
I recently had a twitter system design interview, and i’m sorry to say that this is not a good mock. In a real interview, the interviewer ask the candidate challenging questions, interrupt and steering you to a direction that relevant for how the specific company see the role. This leaves you much less time to cover some of the items that shown in the interview, your time management need to be much more precise. In addition, a good portion of the interviews for staff level are with 2 interviewers, which add more to the challenge.
@slover4384
@slover4384 7 ай бұрын
Well it depends. If you had an interviewer who was junior or lower mid-level, the interview might go as you see in this video.
@xaositectz
@xaositectz 6 ай бұрын
Often times it will be shorter than this, for me it was 30 minutes. just clarifying the assignment was already 10 minutes gone. so you don't need to go into detail about everything. the point of this is not to mirror a real time interview, I don't think, but for us to be able to extract information. If you watch 10 of these videos the chance that you will be able to answer a question about something in a way that it looks like you know what you're talking about will increase greatly. And let's be honest, in the job you won't be designing the system anyway so that is the main point.
@drunken_moose
@drunken_moose 3 ай бұрын
I worked at Twitter and this design is hot garbage. Like he doesn't even talk about micro service architectures, service discovery and just glosses over components. What are the responsibilities of the "twitter processor" for example? He just plops down components and makes them magically do-alls. He goes into data flow and completely looses context. He also makes it appear that the entire thing stays in memory implicitly.
@conformist
@conformist 3 ай бұрын
​@@drunken_moose interesting. i have never done a system design interview before, and having one coming up next week. good to hear this might've been hot garbage and i so that i don't spend time one something not v useful. agree this does seem a lot like just plopping down components
@povauto3298
@povauto3298 7 ай бұрын
Thanks for sharing! But today i had System Design interview, where i was asked to design twitter, and it was much more difficult) Because: 1. Interviewer were interrupting me and asking lots of question (for example, why use cassandra, what type of replication should we use, etc) 2. The scheme must follow any kind of notation, C4 for example. 3. I had to count the numbers (you know, RPS, capacity etc.) and implement it into the scheme (how much CPU, RAM, HDD/SSD should be, how not to kill Databases or Queue managers with too many connections)
@oleksandrbaranov9649
@oleksandrbaranov9649 7 ай бұрын
Agree, all those videos actually give little to no help in preparation to the real interview where the candidate is getting grilled heavily
@songs123d
@songs123d 8 ай бұрын
Great content. i wish the interviewer will challenge the interviewee about why he made the decision he made. i think the explanation of why he chose to use every component is very important. Thanks alot for your content :)
@hmmokidk
@hmmokidk 5 ай бұрын
IMHO this is lacking important things: - A message bus, and something in front of it (what I would use, in the real world you would want various services and a service oriented architecture is more scalable and adaptable, potentially have multiple sources of entry, ie Twitter used to and may still allow SMS created tweets, and then the can of worms that involves bc message bus and bc various services -- he uses a message bus but just for media). - websockets (and pub/sub for that matter). - I do not understand the choice of Cassandra. I would think a time series database would work better for fetching tweets if you want them ordered by time. If it was a service oriented architecture, you could even do things like have a service for determining a timeline for a given user, or groups of users. - I didn't catch any mention of a CDN. - This might be extreme, but I would think rate limiting and security as well. - Batching updates is something I would think to do, and at least mention minimizing deltas would be interesting. - Also with such massive load I would think Protobufs as a protocol work really well and would be worth mentioning. Storing keys is expensive at scale. Still a great interview. Just had some notes, and feel a little concerned I don't see websockets anywhere in the video or comments.
@UnderratedMomentsfromStarWars
@UnderratedMomentsfromStarWars 5 ай бұрын
What happened to Eugene's videos? I don't see them available anymore
@HarryTuttleHeatingEngineer
@HarryTuttleHeatingEngineer 9 ай бұрын
I didn't follow the math. Max size of a utf-8 characters is 4 bytes. 280 x 4 = 1,020 bytes which is 1kb not 10kb.
@sunilsurana4767
@sunilsurana4767 7 ай бұрын
Yes it should have been 1kb
@Tom910ru
@Tom910ru Жыл бұрын
Really good implementation and covered many topics which I would like to cover for the similar question. Thanks for the sharing.
@crushingtecheducation
@crushingtecheducation 10 ай бұрын
Thanks!
@nihshrey
@nihshrey 8 ай бұрын
This is not how typical system design interview go.
@alexandrkovalsky1711
@alexandrkovalsky1711 11 ай бұрын
You should really challenge the interviewed person more, because without it the whole interview feels absolutely unnatural and you look like you have no idea what you are talking about, however I'm sure that you are proficient at system design. You just have to show it
@zuowang5185
@zuowang5185 10 ай бұрын
the candidate is a bit weak I feel like you should grill him a bit to see if he knows what he's talking about or just regurgitating from a sys design book
@PleinuCrellMadzou
@PleinuCrellMadzou 9 ай бұрын
He is my best in system design
@rameezarif242
@rameezarif242 8 ай бұрын
Why does the interviewer always look so disinterested 😂
@ritwik121
@ritwik121 11 ай бұрын
very detailed video. thanks a lot for posting.
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 11 ай бұрын
You're welcome :)
@crushingtecheducation
@crushingtecheducation 10 ай бұрын
Thanks for the feedback!
@himanshuchandra5826
@himanshuchandra5826 4 ай бұрын
One of the very complex systems which could've been simplified.
@adamrizk6735
@adamrizk6735 Жыл бұрын
Thanks for sharing!
@ultimate01
@ultimate01 11 ай бұрын
Great video. Could you please share the name of the whiteboard application used in this mock interview?
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 11 ай бұрын
Thank you! If I remember rightly, I think its Excalidraw
@ravipradeep007
@ravipradeep007 8 ай бұрын
@IGotAnOffer at 38.12 where it is proposed that every tweet will be posted into kafka now coming back to calculations velocity in q1 would be 6000 messages / sec as that is the number of tweets produced / sec second now since you are fetching the followers in the consumer which is 200 / user . so roughly there is 6000 qps on the user follower database which fetches all the followers now this consumer is publishing 200 messages one for each follower into the second queue , which will be 6000*200= 1.2 million messages / sec also all other services like in this case the redis would receive as many writes , this is a important issue , if we consider bandwidth also the secondary approach could be to batch these .
@logicandcode111
@logicandcode111 11 ай бұрын
tweets API could also contain timestamp in the meta data along other info
@logicandcode111
@logicandcode111 11 ай бұрын
he talks about that later
@slava_jdm
@slava_jdm 7 ай бұрын
Thanks. It is very useful
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 7 ай бұрын
You are welcome :)
@kartikmaharishi7773
@kartikmaharishi7773 10 ай бұрын
Question : If a tweet can have 280 characters, how can it be assumed that it takes 10kb space? Isn't that an overestimation?
@crushingtecheducation
@crushingtecheducation 10 ай бұрын
Good point! I might've assumed average space for the text and image in the tweet.
@NathanSubramani
@NathanSubramani 7 ай бұрын
​@@crushingtecheducation Thanks for this video. I have couple of questions: 1) for tweets, why are you going with no sql DB? Tweet id, user id, tweet content (text) - can all be stored in relation DB, right? Media can be stored in nosql or blog DB, with reference in relational DB, probably as part of content itself. I thought that is how you described in the initial field design. 2) Why cassandra DB and wide rows - what does that mean ? tweets have a fixed "text" length -> translating to a fixed set of data size, right?
@tekn0log1c
@tekn0log1c 7 ай бұрын
​@@NathanSubramani Any chance it has to do with tweets being trended and tagged and search by word?
@VishalThakur-wo1vx
@VishalThakur-wo1vx 11 ай бұрын
At 6:48 , interviewee says that a Tweet would be 10KB size. Shouldn't this be 240/1024 KB ~0.2KB ?
@marianbuciu7853
@marianbuciu7853 10 ай бұрын
you have runes, that can occupy up to 4 bytes / char => 280 * 4 = 1kb, for ez calculation. But would love to also get some feedback on this
@marianbuciu7853
@marianbuciu7853 10 ай бұрын
Also 200 mil daily active users, and 100mil posting? didnt he say at the beginning that the scale is 1-10 or 1-20, which would make more sense ?
@crushingtecheducation
@crushingtecheducation 9 ай бұрын
I might've thought about average size of the message with media (picture or video). If there is no video, your numbers make sense
@crushingtecheducation
@crushingtecheducation 9 ай бұрын
@@marianbuciu7853 1-20 write-read ratio makes perfect sense.
@sunilsurana4767
@sunilsurana4767 7 ай бұрын
@@crushingtecheducation Even with media that would be cdn url right.
@karthiksuryadevara2546
@karthiksuryadevara2546 5 ай бұрын
How would you be able to store the timeline for each user in a cache? Wouldn't that be so much data?
@NathanSubramani
@NathanSubramani 7 ай бұрын
@crushingtecheducation - can you explain kafka work here - especially for timeline ? If it is going to get all the tweets in Kafka, what would the processor (consumer) do with all the tweets? are you going to have consumers for each user or active users in Kafka and prepare a data set and store it in cache? is that the purpose of kafka + timeline processor ?
@NathanSubramani
@NathanSubramani 7 ай бұрын
also - how would partioning on tweet id will help?
@je_suis_onur
@je_suis_onur 3 ай бұрын
This is not bad but barely passable for L5 and certainly not an L6+ material. There are a lot of holes. Redis Pub/Sub for instance is very fragile part of the design. Also it would be very hard to get the people that a user follows quickly. There were bunch of hand wavy stuff, if we're partitioning by Tweet ID, why does it matter that the Tweet ID is ordered? If we're partitioning by the user and then by the tweet ID then each tweet will still go to a different server. What's the purpose of it? I mean there are some big holes. We did the capacity planning and what purpose did it serve? What did it help with? Just waste of time? The more I think about it, L5 hire is hard actually maybe L4.
@ValeryLisay
@ValeryLisay 11 ай бұрын
17:50 do you really need to insert 2 records for 1 following?
@shmiker
@shmiker 10 ай бұрын
Thinking about the same. With one record we can retrieve it for both sides unless both follow each other
@crushingtecheducation
@crushingtecheducation 9 ай бұрын
2 inserts allow us to better scale the database since we can have 2 independent key-value tables/databases. Once to follower=> followee and the other one for followee=>follower. If we don't do it, we have to use an index on user_id (follower or followee) which is not optimal for billions of records.
@FelipeLopez-jh4tj
@FelipeLopez-jh4tj 7 ай бұрын
How does it make sense to partition tweets by tweet id?
@lukespam8376
@lukespam8376 6 ай бұрын
most common use case of fetching a batch of similarly timed tweets (like for a timeline) won't require any cross-partition joins
@AbhishekGupta-do9vs
@AbhishekGupta-do9vs 6 ай бұрын
Why did he choose cassandra not any sql db? His explanation is not clear
@VadimFilin
@VadimFilin 3 ай бұрын
not experienced senior
@TechnoPublic24
@TechnoPublic24 4 ай бұрын
why 20 followers not 200 followers?
@JangBahadur3028
@JangBahadur3028 Жыл бұрын
Seems like Too complicated flow diagrams
@ChenfeiLou
@ChenfeiLou 11 ай бұрын
I think this presentation is more for senior engineer interviews. For new graduate system design interviews I think this design is indeed an overkill lol
@IGotAnOffer-Engineering
@IGotAnOffer-Engineering 11 ай бұрын
You're right, in fact new graduates don't usually face system design interviews, at least not at the likes of Google, Meta, etc.
@ramiyamable
@ramiyamable 7 ай бұрын
Thank you for the good system design interview. Also was wandering why @crushingtecheducation has no content?
Google system design interview: Design TikTok (with ex-Google EM)
1:09:18
IGotAnOffer: Engineering
Рет қаралды 196 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
Натурал Альбертович
Рет қаралды 4,5 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 15 МЛН
Design Twitter - System Design Interview
26:16
NeetCode
Рет қаралды 530 М.
Интервью по System Design. Александр Поломодов (Тинькофф)
1:26:41
Amazon system design mock interview (with Senior SWE)
49:35
IGotAnOffer: Engineering
Рет қаралды 27 М.
System design mock interview: "Design WhatsApp or Telegram" (with ex-Google EM)
52:23
IGotAnOffer: Engineering
Рет қаралды 157 М.
Meta Interview Experience 2024 | Software Engineer
9:55
Keep On Coding
Рет қаралды 54 М.
Basic System Design for Uber or Lyft | System Design Interview Prep
16:18
How To Prep For Tech Interviews While Working Full-Time
11:10
A Life Engineered
Рет қаралды 64 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
Натурал Альбертович
Рет қаралды 4,5 МЛН