SDE SHEET - A Complete Guide for SDE Preparation
Here is a curated list of the most popular questions among important topics, such as Programming Languages, Data Structure and Algorithms (DSA), CS Subjects, Aptitude, etc, asked in the Software Development Engineer Interviews.
- This sheet contains a wide range of coding questions from different Data Structures and Algorithms.
- It covers all the segments round-wise like MCQs, DSA (Coding Questions), CS Subjects, Puzzles, System Design, Projects.
- It is helpful for both Students and Experienced.
Try our free course GfG 160 where we have 160 most asked problems along with well written editorials and video explanations. The course also has 90 bonus problems.
Data Structures and Algorithms (250)
Below are the list of top problems topic wise:
Arrays (21)
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard | |
Hard |
Sorting (13)
Important Sorting Algorithms: Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Cycle Sort, Counting Sort, Bucket Sort, Heap Sort, Radix Sort
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium |
Strings (14)
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Hashing (15)
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Binary Search (10)
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard | |
Hard |
Matrix (6)
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard |
Recursion and Backtracking (13)
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Stack (10)
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Queue (3)
Moving Average from Data Stream | Easy |
Design Circular Queue | Medium |
Medium |
Deque (3)
Medium | |
Longest Subarray with Absolute Difference Less than or Equal to K | Medium |
Hard |
Stack + Queue (2)
Easy | |
Easy |
Heap (10)
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard |
Bit Manipulation (12)
Important Bit operations: Set, Clear and Toggle a Bit, Strip Last Set Bit, Count Set Bits
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard |
Linked List (16)
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Binary Tree (19)
Important Traversal: Inorder, Preorder, Postorder, Level Order
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard |
Binary Search Tree (12)
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium |
Greedy (9)
Easy | |
Easy | |
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard |
Dynamic Programming (21)
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Graph (32)
Easy | |
Easy | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard | |
Hard | |
Hard | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |
Trie (6)
Medium | |
Medium | |
Medium | |
Hard | |
Hard | |
Hard |

Computer Science Subjects
1. Operating System
An operating system acts as an intermediary between the user of a computer and computer hardware. The purpose of an operating system is to provide an environment in which a user can execute programs conveniently and efficiently. Below links contains complete Operating System Study Material:
- Commonly Asked Operating Systems Interview Questions
- Last Minute Notes (LMNs) | Operating Systems
- Complete Tutorial on Operating System
2. DBMS
Database is a collection of inter-related data which helps in efficient retrieval, insertion and deletion of data from database and organizes the data in the form of tables, Links, schemas, reports etc. Below Links contains complete DBMS study Material:
- Commonly Asked DBMS Interview Questions
- Commonly Asked DBMS Interview Questions | Set-2
- Last Minute Notes (LMNs) | DBMS
- Complete Tutorial on DBMS
3. SQL
SQL stands for Structured Query Language. It is a language used to interact with the database, i.e to create a database, to create a table in the database, to retrieve data or update a table in the database. Below Links contains complete SQL study Material:
- SQL Interview Questions
- SQL Interview Questions | Set-2
- SQL Interview Questions | Set-3
- Complete Tutorial on SQL
4. Computer Networks
A computer network is a system that connects numerous independent computers in order to share information (data) and resources. The integration of computers and other different devices allows users to communicate more easily. Below Links contains complete Computer Networks study Material:
- Commonly Asked Computer Networks Interview Questions
- Last Minute Notes (LMNs) | Computer Networks
- Complete Tutorial on Computer Networks
Puzzles
Puzzles are one of the ways to check your problem-solving skills. These are tricky questions that let you think logically.
Try to solve the 20 most popular puzzles asked in Interviews
Projects
Thoroughly revise all the work you have done till now in your projects. The grilling about projects can sometimes be very deep. Also, choose your words before you speak. Mention only those topics where you think you are fine to be grilled upon.
If you haven't made a project then take an idea from GfG Projects and start working on these.
System Design
System Design is the process of designing the architecture, components, and interfaces for a system so that it meets the end-user requirements. System Design for tech interviews is something that can’t be ignored especially for experienced people Almost every IT giant whether it be Facebook, Amazon, Google, or any other ask various questions based on System Design concepts such as scalability, load-balancing, caching, etc. in the interview.
Please refer System Design tutorial that will help you to learn and master System Design concepts in the most efficient way from basics to advanced level.
Bonus SDE Sheets
You can prepare for several types of interviews here. For instance, if you want to prepare for a Google interview, we have an SDE sheet specifically designed for that purpose. Here we attached the links to the top 5 product based and top 5 Service based preparation SDE Sheets.
Product Based Company SDE Sheets | Service Based Company SDE Sheets |
---|---|