Tech Internship / Job Interview Checklist
Last updated
Was this helpful?
Last updated
Was this helpful?
This repository is a compilation of interview questions & resources for any student preparing for their first software internship/job straight out of college🎓.
If you find this checklist useful, please leave us a ⭐. You could also 👁🗨 this repository when new questions/resources are added. 😁
Browse questions by 📃 topic in this repository or 🔎 search for specific topics on the website .
Web Development
. . . More free resources will be added soon. Have a good addition? Open a PR.
If you have questions that will add value to this repository, please open a pull request! Steps to open a pull request:
Fork / clone this repository git clone https://github.com/salikadave/freshers-interview-checklist.git
Create a branch with your name jane-add-sql-questions
Commit your changes to your branch git commit -m "add 3 procedural sql questions"
Compare changes with this repo's master
branch with your forked/cloned version freshers-interview-questions:master
and freshers-interview-questions:jane-add-sql-questions
Open a pull request
Special Mention
A special shoutout 🙌 for helping gather initial repository content.
: Compilation of questions for a frontend interview.
: Book series for understanding JS in depth.
: Provides an intensive study plan for revising data structures and algorithms.
: Practice Data Structures and Algorithms.
: Visualizing Algorithms through animations
: YouTube channel summarizing breakthrough research papers.
: Guide for anyone who wants to learn the core subjects of CS.
: Compilation of CS subjects study material.
: Covers critical topics about computing ecosystem literacy. Using shell, version control, debugging & profiling, etc.
: Explore course-wise learning materials
Contributions are encouraged and most welcome! Please open an issue for suggestions / questions or if you would like us to add more questions on a certain topic that is not included here, head over to the . Before making any contributions, check out the
Head over to the if you are stuck at any step.