DEV Community

Cover image for GitHub repositories for interview questions
Ishrat
Ishrat

Posted on • Originally published at Medium

GitHub repositories for interview questions

As we all know, interviews play an essential role in the hiring process. I can imagine how you would feel if you had the required skills for the job but didn't get hired because you couldn't perform well in the interview. It is possible that you did not prepare properly for it.

If you only focus on the topics you think are important, they might not be as significant as you think. The best way to increase your chances of success is to follow some great resources that others are also using.

Here is a list of GitHub repositories with thousands of stars and clones to help you prepare for interviews. The GitHub repositories mentioned in this blog post will greatly help you prepare for interviews.

With that said, let's get started!

1. Awesome interview questions

This is an excellent compilation of interview questions. Almost every language is covered here, including Golang, GraphQL, CSS, Django, Java, JavaScript, and more.

🔗https://github.com/DopplerHQ/awesome-interview-questions

Image description


2. The algorithms

Having trouble finding algorithms and data structures in the language of your choice? Check out this collection. More than 20 different languages are used to implement all algorithms and data structures. Here you will find proper comments and accessible, relatively easy code in the language of your choice.
🔗 https://github.com/TheAlgorithms

Image description


3. System designer primer

Nowadays, businesses not only solve problems but also think about system design issues. For system design, many of them conduct separate interviews. You can use this repository to get prepared for system design interview questions.
🔗 https://github.com/donnemartin/system-design-primer

Image description


4. Tech interview handbook

For busy software developers, here is a list of 100 selected coding interview preparation resources. The guide has helped more than 500,000 individuals. Alongside algorithmic questions, it includes other awesome stuff required for interview preparation.
🔗 https://github.com/yangshun/tech-interview-handbook

Image description


5. Coding interview university

This is a well-rounded course of study for those who want to become software engineers. Please know that this study guide is for software engineering only, not front-end or full-stack development.
🔗https://github.com/jwasham/coding-interview-university

Image description


6. Reactjs interview questions

This is a list of the top 500 ReactJS Interview Questions & Answers. Here you will find questions from the basics to the advanced level. Topics covered in this repository include React Router, React Internationalization, React Testing, React Redux, React Native, React-supported libraries, and more.
🔗 https://github.com/sudheerj/reactjs-interview-questions

Image description


7. Vuejs interview questions

This is a list of 300 important VueJS Interview Questions And Answers that you need to know before appearing in an interview.
🔗 https://github.com/sudheerj/vuejs-interview-questions

Image description


Angular interview questions

Similar to the repository for Vuejs mentioned above, this repository has 300 Angular Interview Questions and Answers. If you're preparing for an Angular interview, take a look at it.
🔗 https://github.com/sudheerj/angular-interview-questions

Image description


8. Nodejs basics

This repository contains a list of Node.js Basics( v18.x ). This is a great resource for Node.js that you should check out.
🔗 https://github.com/learning-zone/nodejs-basics

Image description


9. Javascript questions

This is an awesome repository for JavaScript. Consists of a long list of advanced JavaScript interview questions and answers. This repository is for you if you want to test your understanding of JavaScript, brush up on what you know, or get ready for your coding interview!

🔗 https://github.com/lydiahallie/javascript-questions

Image description


I'm open to writing opportunities. If you'd like me to write for you, you may email me at ishratumar18@gmail.com, or send me a direct message on Twitter.


Wrap up

That's it for now. Thank you for reading. I genuinely hope that these resources will be helpful to you, and I wish you success in your interview.
If you found it useful, please like, share, and follow @ishratumar for more interesting posts.

Top comments (0)