Tech Interview Materials
Open in Telegram
My personal collection of all useful tech interview links and resources : algorithms, system design, behavioral, and salary negotiation https://twitter.com/ilyanoskov
Show more850
Subscribers
+724 hours
+317 days
+12330 days
Posts Archive
💡 System Design Interview: Netflix system design
A big article compiled out of a dozen Netflix engineering blog posts describing the high-level architecture behind Netflix.
https://medium.com/@narengowda/netflix-system-design-dbec30fede8d
#systemdesign #sdi #design #infrastructure #netflix #interview #prep #video #aws
💻 The byte is not enough
System Design Interview: Replicated and Strongly Consistent Key-Value Store
Designing a replicated and strongly consistent key-value store, which sounds seemingly simple, is actually quite a tricky interview question. You’d need to have a good understanding of some of the distributed systems concepts to be able to answer this question well. If you’re not in a domain specific interview, for this kind of questions, chances are that the interviewer just wants to observe how well you can navigate through a complex design problem. In that case, the discussion itself is usually more important than the final solution.
https://levelup.gitconnected.com/system-design-interview-replicated-and-strongly-consistent-key-value-store-b690d8e15c9a
#systemdesign #infrastructure #database #dht #keyvalue #store #replication #strong #consistency #design #faulttolerance #leader #election #quorum #raft
💻 The byte is not enough
I think now it makes sense to put „Harvard“ and „MIT“ in invisible font in your PDF resume
just found a link with all solutions for Leetcode.
looks useful!
http://lixinchengdu.github.io/algorithmbook/leetcode/shortest-distance-to-target-color.html
