From ffd7d2fab3e71b8e7dd4fe748f3e6f3caaef2c33 Mon Sep 17 00:00:00 2001 From: Supriya Rudroju <83066985+supriya855@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:52:07 +0530 Subject: [PATCH] Update sde-interview-prep.md --- sde-interview-prep.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sde-interview-prep.md b/sde-interview-prep.md index 9bc8110..47d8e2a 100644 --- a/sde-interview-prep.md +++ b/sde-interview-prep.md @@ -24,6 +24,7 @@ Based on my 12+ years of interviewing experience at Bloomberg, NVIDIA and talkin 2. https://www.geeksforgeeks.org/ and https://www.hackerrank.com/ are two other great resources 3. Data structures and algorithms is the heart of coding interview. Few resources that can help, - DSA playlist in Python that has helped many land a job at Meta, Microsoft, Walmart etc: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12 + - DSA playlist in Java https://www.youtube.com/watch?v=rZ41y93P2Qo&list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ - Big O cheatsheet for a quick reference of time complexities: https://www.bigocheatsheet.com/ 4. Practicing 2000 questions on leetcode alone won't help you. Interviewers are not looking for only answers, they are more interested in your approach. How you communicate, if you are asking clarifying questions, thinking aloud and using hints wisely! You need to be calm. Don't do this ❌ https://www.youtube.com/watch?v=5bId3N7QZec 5. **Mock Interviews** are extremely effective and are **HIGHLY RECOMMENDED**. You can ask your friend or a college senior to conduct this interview or use a paid service such as https://interviewing.io/ or https://www.pramp.com/#/ (I've not used these services myself so evaluate these yourselves. In any case, I think spending money on mock interviews is TOTALLY WORTH IT)