Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saket-sk/programming-aptitude-interview-prep
The exact prep I did for coding rounds; all programming aptitude questions and answers are sourced from the internet for preparation and to understand the logic-building approach. If you wish to contribute to this repository, you are highly welcome to do so. By doing this, lets try and build a big repository of coding round questions in one place.
https://github.com/saket-sk/programming-aptitude-interview-prep
aptitude aptitude-solver aptitude-tests aptitudetraining exercises interview-technical logic-programming programming-languages technical-test
Last synced: 4 days ago
JSON representation
The exact prep I did for coding rounds; all programming aptitude questions and answers are sourced from the internet for preparation and to understand the logic-building approach. If you wish to contribute to this repository, you are highly welcome to do so. By doing this, lets try and build a big repository of coding round questions in one place.
- Host: GitHub
- URL: https://github.com/saket-sk/programming-aptitude-interview-prep
- Owner: SAKET-SK
- License: mit
- Created: 2021-12-03T06:55:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T06:38:05.000Z (2 months ago)
- Last Synced: 2024-09-12T17:10:06.578Z (2 months ago)
- Topics: aptitude, aptitude-solver, aptitude-tests, aptitudetraining, exercises, interview-technical, logic-programming, programming-languages, technical-test
- Language: Java
- Homepage:
- Size: 472 KB
- Stars: 80
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Ultimate Programming and Interview Preparation Repository
### A well-curated collection of programming aptitude questions and answers for preparation and logic building. Contributors are welcome to add new questions based on companies and solutions.
⭐ **Currently thinking of adding a section based on interview experiences at different companies** ⭐
🚀 Just raise a Pull Request to contribute with a mission to help as much as fresher level job-seekers as possible. Happy Coding!!
---
## Important Links for Prep Resources:
### Company-Specific Coding Questions
1) [Cognizant Coding Questions - PrepInsta](https://prepinsta.com/cognizant/coding-questions/)
2) [Cognizant Coding Questions - ProgrammingPrep](https://www.programmingprep.com/cognizant-coding-questions/)
3) [Cognizant GenC Next Coding Questions - PrepInsta](https://prepinsta.com/cognizant-genc-next/coding-questions/)
4) [TCS Coding Questions - PrepInsta](https://prepinsta.com/tcs-coding-questions/)
5) [TCS Ninja Hands-on Coding - PrepInsta](https://prepinsta.com/tcs-ninja/hands-on-coding/)
6) [Accenture Coding Questions - PrepInsta](https://prepinsta.com/accenture/coding/)
7) [Wipro NLTH Coding Questions - PrepInsta](https://prepinsta.com/wipro-nlth/placement-papers/coding-ability/)### Interview and Preparation Portals
1) [Interview Practice by Industry - My Interview Practice](https://myinterviewpractice.com/industries/)
2) [GeeksforGeeks Coding Interview Practice](https://www.geeksforgeeks.org/practice-for-cracking-any-coding-interview/)
3) [CareerRide YouTube Channel](https://www.youtube.com/c/CareerRideinfo/playlists?view=58)
4) [LinkedIn Interview Prep](https://www.linkedin.com/interview-prep/assessments/urn:li:fs_assessment:(1,a)/question/urn:li:fs_assessmentQuestion:(10011,aq11)/)
5) [First Naukri Interview Questions](https://www.firstnaukri.com/interview-questions-and-answers?utm_source=chpeventbyrg&utm_medium=email&utm_campaign=piqa)### Data Structures and Algorithms
1) [Essential Data Structures and Algorithms for Coding Interviews - GitConnected](https://levelup.gitconnected.com/essential-data-structures-and-algorithms-for-coding-interviews-a283c755b304)
2) [Top 20 Searching and Sorting Algorithms - Java Revisited](https://javarevisited.blogspot.com/2019/04/top-20-searching-and-sorting-algorithms-interview-questions.html)
3) [Sorting Algorithms Interview Questions - Full Stack Cafe](https://www.fullstack.cafe/blog/sorting-algorithms-interview-questions)
4) [Algorithm Interview Questions - Guru99](https://www.guru99.com/algorithm-interview-questions.html)
5) [Sorting Algorithms - InterviewBit](https://www.interviewbit.com/tutorial/sorting-algorithms/#sorting-algorithms)
6) [Sorting and Searching Algorithms Cheat Sheet - HackerEarth](https://www.hackerearth.com/practice/notes/sorting-and-searching-algorithms-time-complexities-cheat-sheet/)### Programming Languages Interview Questions
- **Java**
1) [Core Java Interview Questions - FITA](https://www.fita.in/java-interview-questions-freshers/)
2) [Java Interview Questions - Software Testing Help](https://www.softwaretestinghelp.com/core-java-interview-questions/)
- **C++**
1) [C++ Interview Questions - InterviewBit](https://www.interviewbit.com/cpp-interview-questions/)
2) [C++ Interview Questions - JavaTPoint](https://www.javatpoint.com/cpp-interview-questions)
3) [Common C++ Interview Questions - GeeksforGeeks](https://www.geeksforgeeks.org/commonly-asked-c-interview-questions-set-1/)
4) [C++ Interview Questions - Hackr.io](https://hackr.io/blog/cpp-interview-questions)
5) [Dynamic Memory Allocation with C++ - LearnCPP](https://www.learncpp.com/cpp-tutorial/dynamic-memory-allocation-with-new-and-delete/)
- **Python**
1) [Python Interview Questions - Hackr.io](https://hackr.io/blog/python-interview-questions)### Databases and SQL Interview Questions
1) [DBMS Interview Questions - JavaTPoint](https://www.javatpoint.com/dbms-interview-questions)
2) [SQL Interview Questions - InterviewBit](https://www.interviewbit.com/sql-interview-questions/)### General Aptitude Preparation
1) [Aptitude Questions - GeeksforGeeks](https://www.geeksforgeeks.org/aptitude-gq/)
2) [Aptitude Questions - IndiaBix](https://www.indiabix.com/)
3) [Learn Aptitude - PrepInsta](https://prepinsta.com/learn-aptitude/)### HR and General Interview Questions
1) [HR Interview Questions - IndiaBix](https://www.indiabix.com/hr-interview/questions-and-answers/)
2) [Mock Interviews and HR Questions - IndiaBix](https://www.indiabix.com/)
3) [Common HR Interview Questions - First Naukri](https://www.firstnaukri.com/interview-questions-and-answers?utm_source=chpeventbyrg&utm_medium=email&utm_campaign=piqa)### Miscellaneous and Cheat Sheets
1) [Object-Oriented Programming Cheatsheet - Whimsical by Love Babbar](https://whimsical.com/object-oriented-programming-cheatsheet-by-love-babbar-YbSgLatbWQ4R5paV7EgqFw)
2) [C++ Memory Allocation - LearnCPP](https://www.learncpp.com/cpp-tutorial/dynamic-memory-allocation-with-new-and-delete/)
3) [Programming Cheat Sheet - Google Sheets](https://docs.google.com/spreadsheets/d/1n7R1P5XnWInTTl89GPuw0RWOsoDiAsRWRDSwLVMlWNE/edit#gid=0)---
## Planned Updates:
- ⭐ **Interview Experience Section**: We are planning to introduce a section that will highlight interview experiences from different companies. Stay tuned for more updates!---
## How to Contribute:
Contributions are welcome! If you’d like to contribute:
1) Fork the repository.
2) Create a new branch for your feature or fix.
3) Make your changes and commit them.
4) Raise a Pull Request and explain the changes you made.---
## License:
This repository is licensed under the MIT License. Feel free to use and contribute.