Coding Interview Resources for Tech Job Preparation
Coding interview is one of the most common steps in an tech job interview. Here, I have added a few resources to prepare ourselves in a short time.
Short List of Codes
Blind 75 is a curated list of top $75$ questions that cover all data structures and problem variations. The study plan is also available in The Tech Interview Handbook. However, Grind 75 provides the best outline in an interactive manner, where you can customize the duration of practice. Also, if you need YouTube videos for understanding the problems, you can find Blind 75 Leetcode problems : Detailed Video Solutions pretty useful.
Cheat Sheet
Python Cheat Sheets
Data Structure in Python
- Binary search cheat sheet
- Binary Tree Cheat Sheet for next Interview
- Binary tree traversals cheat sheet for coding interviews
- Linked-List Cheat Sheet
Coding Platforms
Usually, for attending in interview, you may have to use one of the following platforms. There might be others, but I only faced the following four.
- Hackerrank
- Codesignal
- Leetcode
- HireVue
Leave a comment