Interview preparation
Same topics as the roadmap — now you have to say them out loud. Mark a question done when you can answer without notes.
Tech Interview Handbook
Coding, behavioral, and system-design interview playbook.
Behavioral interview questions
Track this phase
Also mark the four interview topics (DSA / CS / Project / Behavioral) from the roadmap when you are ready.
DSA interviews
Two Sum / pair with given sum — hashmap vs two pointers.
Arrays
Climbing stairs / house robber — identify the recurrence out loud.
DP
Minimum window substring. When do you shrink the left pointer?
Sliding Window
CS fundamentals
Project interview
Why did you choose this architecture?
Project
Why this database?
Project
What happens if traffic increases 10x?
Project
What was your hardest bug?
Project
How did you improve performance?
Project
Why did you choose this technology?
Project
Where are the single points of failure?
Project
How do you authenticate users, and where is the session stored?
Project