Skip to content
SDE SHEET - A Complete Guide for SDE Preparation
What is SDE Sheet?SDE Sheet is a list of the most important topics or the most popular questions that are asked in the Software Development Engineer Interviews.How is this...Read More
MORAGAN STANLEY visited our campus. Selection procedure: Round 1: online test 50 objectives (aptiutde,ds,os,etc…) 2 coding question      1. Simple count the numbers in the given… Read More
Given two numbers n and k where n represents a number of elements in a set, find a number of ways to partition the set… Read More
C #include <stdio.h>   int main() {     unsigned int i = 65000;     while (i++ != 0);     printf(\"%d\", i);     return 0; } (A) Infinite Loop  (B)… Read More
There is an 8 by 8 chessboard in which two diagonally opposite corners have been cut off. You are given 31 dominos, and a single… Read More
You are blindfolded and 10 coins are placed in front of you on the table. You are allowed to touch the coins but can’t tell… Read More
The prime motive is to create a framework to get updates in real time. The updates can be news updates, emergency traffic alerts or an… Read More
A fancy number is one which when rotated 180 degrees is the same. Given a number, find whether it is fancy or not.180 degree rotations… Read More
Puzzle: How can you represent days of month using two 6 sided dice? You can write one number on each face of the dice from… Read More
Given a binary array and an integer m, find the position of zeroes flipping which creates maximum number of consecutive 1’s in array. Examples : … Read More
BST Quiz BST Topics My Personal Notes arrow_drop_up Save
Theory of Computation Finite Automata | Introduction Chomsky Hierarchy Pumping Lemma My Personal Notes arrow_drop_up Save
Mathematics Set Theory | Introduction Set Theory | Set Operations Proposition Logic | Introduction Propositional Equivalence Predicates and Quantifiers Mean Variance And Standard Deviation Conditional… Read More
Operating System Process Management| Introduction Process Scheduling Process scheduler Disk Scheduling Process Synchronization| Introduction Process Synchronization | Monitors Deadlock | Introduction Deadlock Prevention And Avoidance… Read More
Computer Networks Network Devices IP Addressing IP Addressing | Classless Addressing Network Layer | Introduction IPv4 Datagram Fragmentation and Delay Longest Prefix Matching in Routers… Read More
Database Management System SQL Nested Queries in SQL Relational Algebra Basic Operators in Relational Algebra Extended Operators in Relational Algebra Minimization of ER Diagram Inner… Read More