All Projects → anushka23g → Complete Placement Preparation

anushka23g / Complete Placement Preparation

This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.

Programming Languages

language
365 projects

Projects that are alternatives of or similar to Complete Placement Preparation

Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-77.38%)
Mutual labels:  google, algorithms, data-structures, interview
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-55.3%)
Mutual labels:  algorithms, data-structures, datastructures, interview
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+967.95%)
Mutual labels:  algorithms, data-structures, datastructures, interview
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (-55.48%)
Mutual labels:  google, algorithms, datastructures, interview
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+562.93%)
Mutual labels:  algorithms, data-structures, datastructures, interview
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+378.19%)
Mutual labels:  algorithms, data-structures, interview
Ccat
Cloud Container Attack Tool (CCAT) is a tool for testing security of container environments.
Stars: ✭ 300 (-73.07%)
Mutual labels:  aws, google, amazon
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-95.69%)
Mutual labels:  algorithms, data-structures, datastructures
Aws Google Auth
Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
Stars: ✭ 428 (-61.58%)
Mutual labels:  aws, google, amazon
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (-87.88%)
Mutual labels:  google, amazon, interview
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (-66.88%)
Mutual labels:  algorithms, data-structures, datastructures
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-59.25%)
Mutual labels:  algorithms, data-structures, interview
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-77.11%)
Mutual labels:  algorithms, data-structures, interview
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (-77.47%)
Mutual labels:  google, algorithms, interview
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (-7.09%)
Mutual labels:  algorithms, data-structures, interview
Leetcode Python
Leetcode Python Solution and Explanation. Also a Guide to Prepare for Software Engineer Interview.
Stars: ✭ 1,088 (-2.33%)
Mutual labels:  algorithms, data-structures, interview
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (-64.45%)
Mutual labels:  algorithms, data-structures, interview
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+18289.5%)
Mutual labels:  algorithms, data-structures, interview
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1.35%)
Mutual labels:  google, algorithms, interview
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (-58.35%)
Mutual labels:  algorithms, data-structures, interview

🎁 Placement-Preparation- Complete Roadmap 🎁


This repository consists of all the necessary questions and their solutions required for cracking the coding rounds and technical interviews at tech companies as well. And this content will surely help you to crack your dream company. This material has been taken and combined from various different sources. It will be a complete roadmap for your placement prep.



🚀 Getting Started


The folders above consist of all the required questions and their solutions as well, according to each topic

These resources helped me to get an internship at my Dream company Amazon and I hope it will help you too!

I will keep on updating this repository, If I feel that anything is missing.

Let me know,if you wish to add anything else to this content.

📮 The pdfs added above consist of the 500 Most asked questions on DSA in FAANG interviews- topicwise


NOTE: The links to the solutions in the pdf are provided as well, but they will work only after you download the file to your machine

🏆 What do I need to prepare for the interviews?

To get your dream company, you should be good in the following while facing an interview:

📘***Solid Data Structures and Algorithms.*** Deep understanding of these subjects, how to combine them, how to find/design suitable ones for a problem, etc. This is not surprising as indeed these are the most foundational topics on which much of CS rests.

📘***Strong in OOPS.*** OO Design and principles, subtle aspects of language, strong understanding of the language capability and limitations, its design and implementation.

📘***Good understanding of OS, DBMS, Networks.*** These subjects were highlighted whose understanding is extremely important on being a successful software engineer for high-end work.

📘***Ability to write well structured and efficient code.*** Ability to evaluate efficiency of the code at different levels – algo, DS, execution level (OS), hardware to reduce memory as well as time; understanding of different layers of the system, and ability to evaluate/assess the program at these different layers.


🏆 Picking a Language

Before anything else, you need to pick a programming language to do your interviews in.

I do support learning and writing code in different programming languages. But when it comes to the programming interview preparation, I feel it’s important to choose one language to focus your prep on and get to know it very well.

It takes some time for languages to master, and if you spend most of your time and resources on mastering algorithms, there's hardly any spare effort left to master a new language. If you are comfortable with using one of the mainstream languages, only for interviews, there is no good need to learn a new language.

Pick up a language you have worked with and you are confident with!

But if you have enough time, I'd suggest you to learn the most used languages during candidates
(this is just my suggestion, you can also go with any other language you want or you are comfortable with):
📕 C++
📕 Java
📕 Python
📕 C

Some of the languages used at various organisations as reported online:

📙 Amazon: Java, Javascript, Ruby, Python, Perl sources
📙 Facebook: PHP, C++, Python, Java, Perl. High regard for dynamic/scripting languages. sources
📙 Google: C/C++, Java, Python, Javascript, Go sources
📙 Microsoft: C++, C#, Java, Python sources

Tip: Go for the language you are comfortable with, doing any kind of problem, solving things and writing code AND also please know about the internal functionalities as well and how different data structures are implemented in it.


🏆 How can I best prepare for interviews?

Practice writing code in a Google doc, then running test cases on the code and optimizing it. Below are some materials that will help. Inside the information there will be a few links, a video, and also a few practice problems to help you know what to expect. Here are the top notes:

You will be given a problem or puzzle to solve and you’ll need to talk about your approach and discuss the complexity of the solutions you are proposing. You will then need to code up your solution. You‘ll want to practice coding with the first 100-150 unsorted problems on LeetCode.

Always talk through your solution, explain any trade-offs you are making between time and memory and ask any questions you need to clarify the question. It is worthwhile to talk about your initial thoughts to a question, though a brute force solution will be received less well than taking time to compose a more efficient solution.


🏆 The sequence for studying Data Structures and Algorithms should be as follows:

1️⃣ Arrays & Matrix
2️⃣ String
3️⃣ Searching
4️⃣ Sorting
5️⃣ Hashing
6️⃣ Stack
7️⃣ Queue
8️⃣ Linked List
9️⃣ Recursion
1️⃣0️⃣ Backtracking
1️⃣1️⃣ Tree
1️⃣2️⃣ BST
1️⃣3️⃣ Heap or priority queue
1️⃣4️⃣ Graph
1️⃣5️⃣ Greedy
1️⃣6️⃣ Dynamic programming
1️⃣7️⃣Trie


🏆 Technical Preparation tips:


The main areas software engineers should prepare to succeed at interview at FAANG:

📗 Algorithm Complexity: It's fairly critical that you understand big-O complexity analysis. Again run some practice problems to get this down in application.

📗 Sorting: Know how to sort. Don't do bubble-sort. You should know the details of at least one n*log(n) sorting algorithm, preferably two (say, quicksort and merge sort). Merge sort can be highly useful in situations where quicksort is impractical, so take a look at it.

📗 Hashtables: Arguably the single most important data structure known to mankind. You absolutely should know how they work. Be able to implement one using only arrays in your favorite language, in about the space of one interview.

📗 Trees: Know about trees; basic tree construction, traversal and manipulation algorithms. Familiarize yourself with binary trees, n-ary trees, and trie-trees. Be familiar with at least one type of balanced binary tree, whether it's a red/black tree, a splay tree or an AVL tree, and know how it's implemented.
Understand tree traversal algorithms: BFS and DFS, and know the difference between inorder, postorder and preorder.

📗 Graphs: Graphs are really important. There are 3 basic ways to represent a graph in memory (objects and pointers, matrix, and adjacency list); familiarize yourself with each representation and its pros & cons. You should know the basic graph traversal algorithms: breadth-first search and depth-first search. Know their computational complexity, their tradeoffs, and how to implement them in real code. If you get a chance, try to study up on fancier algorithms, such as Dijkstra and A*.

📗 Other data structures: You should study up on as many other data structures and algorithms as possible. You should especially know about the most famous classes of NP-complete problems, such as traveling salesman and the knapsack problem, and be able to recognize them when an interviewer asks you them in disguise. Find out what NP-complete means.

📗 Mathematics: Some interviewers ask basic discrete math questions. This is more prevalent at Google than at other companies because we are surrounded by counting problems, probability problems, and other Discrete Math 101 situations. Spend some time before the interview refreshing your memory on (or teaching yourself) the essentials of combinatorics and probability. You should be familiar with n-choose-k problems and their ilk – the more the better.

📗 Operating Systems: Know about processes, threads and concurrency issues. Know about locks and mutexes and semaphores and monitors and how they work. Know about deadlock and livelock and how to avoid them. Know what resources a processes needs, and a thread needs, and how context switching works, and how it's initiated by the operating system and underlying hardware. Know a little about scheduling. The world is rapidly moving towards multi-core, so know the fundamentals of "modern" concurrency constructs.

📗 Coding: You should know at least one programming language really well, and it should preferably be C++ or Java. C# is OK too, since it's pretty similar to Java. You will be expected to write some code in at least some of your interviews. You will be expected to know a fair amount of detail about your favorite programming language.


🏆 Projects:

✔️ For examples of project you can check my other repositories here , Will be adding more projects soon!

✔️ If you are a beginner and wish to learn Data Structures and Algorithms in a fun way 😝 , try working on this project, It will help you clear a lot of concepts, make you confident about your skills and you'll gain better knowledge of DSA.
🦄 You can also contribute to the project and help the community if you wish to!


🏆 SOME EXTRA TIPS:

🔰 Coding Practice

📒 LeetCode (Go to Problems -> Algorithms)
📒 GeeksForGeeks
📒 Hackerrank

🔰 General Interview Prep

📚 GeeksforGeeks
📚 High Scalability
📚 Interview Puzzles



Will be soon adding resources for CS Fundamentals as well...

Do star, fork and share the repo to show your support, it would help others too!

Let me know your views on the repository or any changes or improvements and if you wish to contribute too at: [email protected] or LinkedIn

❤️ Thank you all for making this repository trend at Number 11, in the worldwide trending on Github ❤️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].