You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/README.md

41 lines
2.4 KiB

7 years ago
<div align="center">
7 years ago
<img src="https://cdn.rawgit.com/yangshun/tech-interview-handbook/master/assets/book.svg" alt="Tech Interview Handbook" width="400">
7 years ago
</div>
7 years ago
# Tech Interview Handbook
7 years ago
Handbook to help you ace your next technical interview, with a focus on algorithms and the front end domain. System design questions are in-progress. Besides the usual algorithm questions, other cool stuff include:
- [Interview formats](non-technical/format.md) of the famous tech companies!
- [Behavioural questions](non-technical/behavioral.md) categorized by companies!
- A list of [GOOD questions to ask](non-technical/questions-to-ask.md) your interviewers the end of the interviews!
7 years ago
This handbook is pretty new and help from you in contributing content would be very much appreciated!
## Motivations
While there are many awesome books like [Cracking the Coding Interview](http://www.crackingthecodinginterview.com/) and interview-related repositories on Github that contain a lot of algorithm questions, for more domain-specific and non-software engineering questions, there seems to be a lack in resources. This handbook aims to cover questions beyond the algorithm coding questions.
## Contents
- **[Preparing for a Coding Interview](preparing)**
7 years ago
- **[Algorithm Questions](algorithms)**
- Questions categorized by topics.
7 years ago
- **[Design Questions](design)**
- **[Front End Study Notes](front-end)**
- Summarized notes on the various aspects of front end.
7 years ago
- [Front End Job Interview Questions and Answers](front-end/interview-questions.md) 🔥⭐
7 years ago
- **[Non-Technical Tips](non-technical)**
- Random non-technical tips that cover behavioral and psychological aspects, interview formats and "Do you have any questions for me?".
- [Behavioral Questions](non-technical/behavioral.md)
- [Interview Formats](non-technical/format.md)
- [Psychological Tricks](non-technical/psychological.md)
- [Questions to Ask](non-technical/questions-to-ask.md)
- [Negotiation Tips](non-technical/negotiation.md)
- **[Utilities](utilities)**
- Snippets of algorithms/code that will help in coding questions.
## Contributing
There are no hard contributing guidelines at the moment as things are still in flux, might find a better approach to structure content, but we will figure out as we go along! Just contribute whatever that you think will help others. If you would like to contribute content for different domains, feel free to create an issue or submit a pull request and we can discuss further.