To reiterate: Ignore all study materials. Go to leetcode.com and literally memorize the most common questions for the company you are interviewing at. This is what your competition is doing. DO NOT LEARN THE MATERIAL. Just memorize it Do the same thing for system design. Memorize the answers word for word. DO NOT LEARN THE MATERIAL. The highest paid tech jobs go to candidates that regurgitate perfect answers to inter…
While this advice may work for some FAANG companies, I can assure you this won’t work for Google, especially at higher levels. You won’t find their questions in any public test bank online (trust me, I searched after my interviews). Also, a good system design interview isn’t about designing a “perfect” system (hint: there isn’t one), it’s about defending a reasonably considered design. Google’s system design intervie…
Case in point, when asked how I’d build Slack, I spent most of the time on data persistence because slack stores all data forever even on the free plan. I got rejected because, “we don’t care how they store data.”
Ok, but that’s still a key part of the system design…