Interview Links
A Netflix engineer did 7 onsites interviews for 7 tech companies. Received 7 offers ranging $325k - $800k a year. He/she shared the resources in Blind that helped her/him to be successful. Here they are: 1. Leetcode Always ask clarifying questions, they are meant to be vague. Tech Interview Handbook (solve 50 suggested LCs multiple times): https://lnkd.in/dbK9TasP Grokking Coding Interview: https://lnkd.in/d4YzR_3d Solve each question yourself before looking at answers. After struggling with certain topics, found some youtube resources that were really helpful. - Graph problems: https://lnkd.in/dT4brkwG - Kahn’s topsort: https://lnkd.in/dc8VzPx7 - Dijkstra’s shortest path: https://lnkd.in/djWD4ncp - Kruskal’s MST: https://lnkd.in/dUaF7dDr - Union find: https://lnkd.in/dmZSyGXq - Dynamic programming: https://lnkd.in/d85BHsQp I would say 1/2 of my coding questions was graph related, and I used topsort, MST, union find during my interviews so its worth knowing them well. Great reso...