System Design Interview Prep | Twitter

  Рет қаралды 72,264

Keep On Coding

Keep On Coding

Күн бұрын

Пікірлер: 63
@LailaNassali
@LailaNassali 4 жыл бұрын
Thank you so much for this video! I had a system design interview for a junior software engineer role and this really helped me! I got the job :D
@putinkhuilo4315
@putinkhuilo4315 2 жыл бұрын
Congrats!
@0xfps
@0xfps Жыл бұрын
Congratulations 🎉🎉!
@Alyw14
@Alyw14 4 жыл бұрын
This is the most straight-forward & helpful video I've found on architecture & design interviewing. Please do more systems design interview prep.
@spago555
@spago555 2 жыл бұрын
I am a non-tech PM and this video was the best most easy to follow video out there on system design. Thank you!
@belindamarionk
@belindamarionk 3 жыл бұрын
First system design video that hasn't given me headache✔️ highly recommend 💯
@kevintiba7195
@kevintiba7195 Жыл бұрын
This is a formidable presentation to understand the key takeways from a system design interview. From the notes I took, this can be apply to any type of problems (with caveats), but is definitely a great starting point
@zipbullbear7693
@zipbullbear7693 3 жыл бұрын
Best presentation, short, sweet and to the point...great job!
@ahmetbcakici
@ahmetbcakici 2 жыл бұрын
It is really so clear to understand especially for beginners, thanks!
@sayak
@sayak 2 жыл бұрын
seems you have read "grokking the system design interview". this was a good revision.
@tobiwobikun
@tobiwobikun 2 жыл бұрын
Really straightforward but valuable content, great job!
@RanjuRao
@RanjuRao 3 жыл бұрын
Thanks for contributing the knowledge :) Teaching is an art and this video is an example of that :)
@rakshith3547
@rakshith3547 3 жыл бұрын
So true
@paulolopes961
@paulolopes961 2 жыл бұрын
Really clear and useful, brilliant!
@sergebyusajabo2138
@sergebyusajabo2138 3 жыл бұрын
This is so useful, it helped me to learn a lot. Thank you
@acla3232
@acla3232 2 жыл бұрын
5:27 kinda confuse is it supposed to be kilobyte not byte? I mean 1 mb is 1 million bytes
@geoffl
@geoffl 3 жыл бұрын
I loved the blackboard format
@josephwong2832
@josephwong2832 4 жыл бұрын
Love your videos bro! more short system design videos would be great
@KeepOnCoding
@KeepOnCoding 4 жыл бұрын
Thanks Joseph! I'll try to make more!
@jaimel6762
@jaimel6762 2 жыл бұрын
Great example, thanks!👊
@asankasiriwardena3383
@asankasiriwardena3383 2 жыл бұрын
Could someone please explain why micro services architecture is not suitable here? Or is it an overkill due to the functional simplicity of the system, since we have to worry about the load of requests and amount of data?
@thazapo
@thazapo 2 жыл бұрын
thank you for your good explanation.
@aditya4974
@aditya4974 4 жыл бұрын
Thanks. Looking forward to more System Design videos!
@9893011111
@9893011111 4 жыл бұрын
superb video man! looking for some system design tutorial / video which can teach with generalize way and implement same theories in most of the products.. & here it is .. thank you so much man, appreciate it :)
@cloud15487
@cloud15487 4 жыл бұрын
LRU does not mean you kick out the oldest, it means you kick out whatever was not used recently (Least Recently Used). Only because 1 has an old timestamp, doesn't mean we kick it out, if we used it recently. That was kinda misleading, also I missed consistent hashing. A good video to get your feet wet though!
@talebsouli4767
@talebsouli4767 4 жыл бұрын
Thank you very much brother!
@KeepOnCoding
@KeepOnCoding 4 жыл бұрын
Thanks for watching brother!
@ArtyomPalvelev
@ArtyomPalvelev 5 жыл бұрын
But would it use SQL or NoSQL? :) And why?
@maratmkhitaryan9723
@maratmkhitaryan9723 4 жыл бұрын
kzbin.info/www/bejne/mGOpXnd_qb2nkNU
@maanickp
@maanickp 2 жыл бұрын
Why do we use MySQL to store tweets instead of a NoSQL database like Cassandra? NoSQL databases offer better scalability, and we have to store millions of tweets every day.
@ajisaputrars
@ajisaputrars 3 жыл бұрын
Just curious, is there any database and/or API section in the interview if you are applying for front-end web/mobile position?
@henryquillin3733
@henryquillin3733 2 жыл бұрын
curious about this too
@putinkhuilo4315
@putinkhuilo4315 2 жыл бұрын
Out of all the systems design videos and sites I am on, you make much more sense than others. Seriously. Your approach with the blackboard and writing what you say is the best format to learn faster. I am a big fan! My Amazon SA interview is in two days. Thank you for this!
@SHADOW5487
@SHADOW5487 5 жыл бұрын
Hello bro, just found your great channel:!) Pls, keep it up u'r helping a lot of people.
@KeepOnCoding
@KeepOnCoding 5 жыл бұрын
Thanks for the support brother!
@MohammedBakheet
@MohammedBakheet 4 жыл бұрын
Thank you so much for this very informative and useful video 😇
@jeffpeng1118
@jeffpeng1118 4 жыл бұрын
I wonder what would happen if the interviewer asks me to design Twitter and I be like I don't know how twitter works because I don't use it
@icarodlima
@icarodlima 3 жыл бұрын
Awesome! Thank you!
@drewstan
@drewstan 3 жыл бұрын
Super helpful, thank you.
@jonasliao3780
@jonasliao3780 2 жыл бұрын
This is too high level for senior level interviews... useful for interns or juniors I feel.
@bostonlights2749
@bostonlights2749 4 жыл бұрын
How are you generating the timeline service?
@TheMinino123
@TheMinino123 4 жыл бұрын
Thank you so much, man. This is really helpful! =)
@adipratapsinghaps
@adipratapsinghaps 4 жыл бұрын
Can use zookeeper to get list of servers for A-M and N-Z
@henryquillin3733
@henryquillin3733 2 жыл бұрын
8:40 you forgot to add the tweet content to the tweet table
@japanboy31415
@japanboy31415 2 жыл бұрын
i really hope my interview works out. I cant stand where im at right now.
@rakshith3547
@rakshith3547 3 жыл бұрын
you did not talk about newsfeed section which is a critical part of twitter SD
@kabooby0
@kabooby0 3 жыл бұрын
Are there good books for system design?
@ajayKumar-nl7pn
@ajayKumar-nl7pn 4 жыл бұрын
Great explanation! Can you make a video for the same on how to pick technology stack based on your system design?
@KeepOnCoding
@KeepOnCoding 4 жыл бұрын
That could be an interesting video!
@ritikapandey3473
@ritikapandey3473 4 жыл бұрын
Can you share your views on coding this ...I mean implementation
@sunilagarwal2007
@sunilagarwal2007 3 жыл бұрын
This is really awesome system design explanation. I enjoyed going through it and learned a lot. Thanks for making video.
@ivantrofymenko1308
@ivantrofymenko1308 3 жыл бұрын
What's the point of doing bandwidth calculation? It seems like pointless arithmetic. It doesnt drive any decisions in the rest of the design.
@alperenozil
@alperenozil 3 жыл бұрын
You can add a CDN by referring to the calculation.
@Dan-tg3gs
@Dan-tg3gs 3 жыл бұрын
Why is it 2 bytes per character? Shouldn’t it be 1 byte?
@collegetv7986
@collegetv7986 3 жыл бұрын
I was thinking the same
@alexandrecourouble6483
@alexandrecourouble6483 3 жыл бұрын
Unicode is 2 bytes per character. Ascii is 1 byte
@therailgun8880
@therailgun8880 2 жыл бұрын
the calculations are the hardest part for me :(
@gerardohuidobro5811
@gerardohuidobro5811 4 жыл бұрын
What college class teaches this?
@songyincheng8888
@songyincheng8888 3 жыл бұрын
This video really helps a lot of people who are trying to improve the system design skills, thank you! One quick question, what software are you using for the drawing in the video?
@ΙωάννηςΠαλιάκης
@ΙωάννηςΠαλιάκης 2 жыл бұрын
Hahaha dude come on , you just copied the whole content from educative ?
@sayak
@sayak 2 жыл бұрын
yeah. that's what has happened here.
@l3aIIin23
@l3aIIin23 2 жыл бұрын
when your doing the calculation for storage and network, can you do it with a calculator? or do they expect you to do this stuff in your head
Design Twitter - System Design Interview
26:16
NeetCode
Рет қаралды 538 М.
Master Youtube System Design
17:46
ByteMonk
Рет қаралды 15 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 7 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 156 МЛН
Google system design interview: Design TikTok (with ex-Google EM)
1:09:18
IGotAnOffer: Engineering
Рет қаралды 200 М.
Twitter system design | twitter Software architecture | twitter interview questions
36:56
Distributed Systems in One Lesson by Tim Berglund
49:00
Devoxx Poland
Рет қаралды 418 М.
System Design Introduction For Interview.
27:23
Tushar Roy - Coding Made Simple
Рет қаралды 563 М.
Google Maps System Design Interview Question
1:01:07
codeKarle
Рет қаралды 163 М.
System Design Interview - Distributed Cache
34:34
System Design Interview
Рет қаралды 375 М.
System Design Interview - Notification Service
25:11
System Design Interview
Рет қаралды 262 М.