8000 Update sde-interview-prep.md · codebasics/interview-help@6c00176 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c00176

Browse files
authored
Update sde-interview-prep.md
1 parent e132ca6 commit 6c00176

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sde-interview-prep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Based on my 12+ years of interviewing experience at Bloomberg, NVIDIA and talkin
1919
- 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
2020
- Big O cheatsheet for a quick reference of time complexities: https://www.bigocheatsheet.com/
2121
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
22+
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)
2223

2324
### 4. System Design Interview 🛠️
2425
1. These questions are mostly for experienced candidates
@@ -36,6 +37,10 @@ Based on my 12+ years of interviewing experience at Bloomberg, NVIDIA and talkin
3637
1. [levels.fyi](https://www.levels.fyi/) and [teamblind](https://www.teamblind.com/) are two good resources that can help you get an understanding on how much you salary you should get
3738
2. You can use negotiation coaching services e.g. [levels.fyi negotiation coaching](https://www.levels.fyi/services/?from=subnav) to acquire skills on how to negotiate salaries
3839

40+
### General Guidelines
41+
1. As an interviewer, I've noticed that when a person uses Python for coding interview, they get unfair advantage over candidates using Java/C++. This is because you can write compact code in Python, have to memorize less and there is less clutter that makes things easier for both the interviewer and the candidate.
42+
2. In coding interview
43+
3944

4045
### Useful References
4146

0 commit comments

Comments
 (0)
0