-
Notifications
You must be signed in to change notification settings - Fork 3
Interview prep materials
Girish Prabhu edited this page Sep 17, 2020
·
1 revision
- William Fiset's youtube channel: https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw
- MIT Lecture Videos: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/
- Java Basics: http://www.developersbook.com/corejava/interview-questions/corejava-interview-questions-faqs.php
- Educative.io (Grokking the system design interview)
- System Design Basics: https://github.com/donnemartin/system-design-primer
- Awesome Scalability: https://github.com/binhnguyennus/awesome-scalability
- Networking Basics: https://hpbn.co/
- https://docs.google.com/spreadsheets/d/19wB9o0qNIBNV-S5PomkcsCLNRaA_3sAu8jsKCoWYT58/edit#gid=0
- https://github.com/alex/what-happens-when
- https://python-patterns.guide/
- VISUALIZE PYTHON CODE: http://www.pythontutor.com/visualize.html#mode=display
- Monotonic Queue: https://medium.com/@gregsh9.5/monotonic-queue-notes-980a019d5793
- LRU cache using OrderedDict in python: https://docs.python.org/3/library/collections.html#collections.OrderedDict
- python coding interview resource: https://github.com/girishprb/Algorithms-and-Coding-Interviews
- python: https://medium.com/algorithms-and-leetcode
- Checklist: https://yangshun.github.io/tech-interview-handbook/
- negotiations: https://candor.co/guides/salary-negotiation/
- design rule of thumb: https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/
- https://www.pramp.com/#/
- https://interviewing.io/
- https://leetcode.com/
- https://www.bogotobogo.com/