├── README.md └── _config.yml /README.md: -------------------------------------------------------------------------------- 1 | # Coding-Interview-Preparation 2 | Below are some useful resources for coding interview preparation for internships/jobs: 3 | 4 | ## Internship 5 | 1. [Playing the Internship Game](https://evykassirer.github.io/playing-the-internship-game/) 6 | 2. [Common patterns to ace coding interview](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed) 7 | 8 | ## Reading 9 | 1. [Getting a call - Resume Building and Applying](https://blog.usejournal.com/part-1-getting-a-call-from-your-dream-company-c82d6f68dbd4) 10 | 2. [How to prepare for your next coding interview](https://blog.usejournal.com/part-2-how-to-prepare-for-your-next-coding-interview-d048b188301e) 11 | 3. [Crack a coding question in a tech interview](https://blog.usejournal.com/part-3-crack-a-coding-question-in-a-tech-interview-heres-how-667cb2abda67) 12 | 4. [Interviewing is not just coding](https://blog.usejournal.com/part-4-interviewing-is-not-just-coding-prepping-for-behavioral-afe68f4762dc) 13 | 5. [Resume tips from Ex-Google Tech Lead](https://drive.google.com/file/d/10b9NZDhPbUOW_C7108IKe9ev6Ed2UG7F/view) 14 | 6. [Tech Interview Handbook](https://yangshun.github.io/tech-interview-handbook/) 15 | 16 | ## Videos 17 | 1. [Create your resume: tips and advice from Google](https://www.youtube.com/watch?v=BYUy1yvjHxE) 18 | 2. [CS50 and Quora Present: Preparation and Practice for Technical Interviews](https://www.youtube.com/watch?v=eJjg2MkYPaY) 19 | 3. [HiredInTech](https://www.hiredintech.com/) 20 | 21 | ## Preparation Resources 22 | 1. [Coding Interview University](https://github.com/jwasham/coding-interview-university) 23 | 2. Cracking the Coding Interview Book 24 | 3. [Leetcode](https://leetcode.com) 25 | 4. [InterviewBit](https://interviewbit.com) 26 | 5. [Coding Interview Questions from Google's Tech Dev Guide](https://techdevguide.withgoogle.com/resources/types/coding-interview-question/) 27 | 28 | ## Resume Tips 29 | 1. [Good Resume Building](https://www.careercup.com/resume) 30 | 31 | ## Mock Interviews 32 | 1. [Pramp](https://www.pramp.com/) 33 | 2. [interviewing.io](https://interviewing.io) 34 | 35 | ## Groups 36 | 1. [Tech Recruiter email sharing: fb group](https://www.facebook.com/groups/2054888934622756/) 37 | 2. [Cracking the Coding Interview: slack group](https://crackinginterview.slack.com/join/shared_invite/enQtNjU3MzM2ODU0NDg3LTY1MzUwZGM5ODBkNmE5YjUwOTAyOWFkZTY1MmE4MjYzYzIwZmYxMWUxOGRlM2NhZWFkOGI0NGJlOWMxMzJhNTY%20…) 38 | 3. [Directi's Talent Social Club: flock group](https://talentsocial.flock.com?i=59asdst9r5ktstao) 39 | 4. [Inter IIT/NIT/IIIT/BITS Placement Group](https://www.facebook.com/groups/1540488506008368/) 40 | 5. [Tech Recruiter Email Sharing](https://www.facebook.com/groups/2054888934622756/) 41 | 6. [Subtle Asian Tech Group](https://www.facebook.com/groups/2129028140676009/) 42 | 7. [Subtle Asian Networking](https://www.facebook.com/groups/202658000620915/) 43 | 8. [HH Coding Interview Prep](https://www.facebook.com/groups/722062947858000) 44 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman --------------------------------------------------------------------------------