Are you preparing for job Interviews at FAANG or top notch tech companies?
I have created a roadmap of topics frequently asked in software engineering Interviews while I personally followed too.
🧵A Thread🧵
3 Months interview preparation schedule
Week 0 : Programming language
Week 1-3: Data Structures
Week 4-6: Algorithms
Week 7-8: System Design
Week 9 : Operating System
Week 10 : Object-Oriented Design
Week 11 : Behavioral question
Week 12 : Revision
Programming language -
The best programming language for your coding interviews is the language that you’re most comfortable with. Prefer - Java or CPP or Python or javascript
Brush up all the concepts of the programming language of your choice.
1. How does the internet work? 2. What is HTTP & HTTPS? 3. What is Domain Name? 4. What is IP Address? 5. DNS and how it works? 6. What is hosting? 7. What is SMTP?
List of most asked Programming Interview Questions.
Are you preparing for a coding interview? This tweet is for you. It contains a list of the most asked interview questions from each topic.
🧵A Thread🧵
Arrays
- How is an array sorted using quicksort?
- How do you reverse an array?
- How do you remove duplicates from an array?
- How do you find the 2nd largest number in an unsorted integer array?
- How do you find the length of a linked list?
- How do you reverse a linked list?
- How do you find the third node from the end?
- How are duplicate nodes removed in an unsorted linked list?