SDE SHEET - A Complete Guide for SDE Preparation
Last Updated :
22 Sep, 2025
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)
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
Strings (14)
Hashing (15)
Binary Search (10)
Matrix (6)
Recursion and Backtracking (13)
Stack (10)
Queue (3)
Deque (3)
Stack + Queue (2)
Heap (10)
Bit Manipulation (12)
Important Bit operations: Set, Clear and Toggle a Bit, Strip Last Set Bit, Count Set Bits
Linked List (16)
Binary Tree (19)
Important Traversal: Inorder, Preorder, Postorder, Level Order
Binary Search Tree (12)
Greedy (9)
Dynamic Programming (21)
Graph (32)
Trie (6)
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:
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:
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:
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:
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.
Explore
DSA Fundamentals
Data Structures
Algorithms
Advanced
Interview Preparation
Practice Problem