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

53 lines
3.0 KiB

7 years ago
<div align="center">
7 years ago
<a href="https://dribbble.com/shots/3831443-Tech-Interview-Handbook">
<img src="https://cdn.rawgit.com/yangshun/tech-interview-handbook/master/assets/book.svg" alt="Tech Interview Handbook" width="400"/>
</a>
7 years ago
<br>
<p>
<em>Credits: <a href="https://dribbble.com/shots/3831443-Tech-Interview-Handbook">Illustration</a> by <a href="https://dribbble.com/yangheng">@yangheng</a>
</em>
</p>
7 years ago
</div>
7 years ago
# Tech Interview Handbook
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 **awesome** stuff include:
7 years ago
- [How to prepare](preparing) for coding interviews
7 years ago
- [Tips and best questions to practice](algorithms) for each algorithm topic
- [Detailed answers](front-end/interview-questions.md) to the famous "Front-end Job Interview Questions"
- [Interview formats](non-technical/format.md) of the famous tech companies
- [Behavioural questions](non-technical/behavioral.md) categorized by companies
7 years ago
- [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
7 years ago
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 content beyond the typical algorithmic coding questions.
7 years ago
## 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.
- [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?".
7 years ago
- [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.
## Contributors
- [Yangshun Tay](https://github.com/yangshun)
- [Louie Tan](https://github.com/louietyj)