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
Recall that Belady’s anomaly is that the pages-fault rate may increase as the number of allocated frames increases and also recall convey effect where first… Read More
A language L is called Turing-decidable (or just decidable), if there exists a Turing Machine M such that on input x, M accepts if x… Read More
The matrix A has (1, 2, 1)^T and (1, 1, 0)^T as eigenvectors, both with eigenvalue 7, and its trace is 2. The determinant of… Read More
Consider the following statements regarding counters: S1 : The Hamming distance of an Overbeck counter is 1 and the Hamming distance of a Johnson counter… Read More
Consider a database with the following schema: Person ( name, age, gender ) name is a key Frequents ( name, pizzeria ) (name, pizzeria) is… Read More
What is the probability of 3 students sharing a birthday in a class of 30 students is ________ . (A) 0.0300 (B) 0.7029 (C) 0.5604… Read More
Given A, an array of size n, comprised of an increasing sequence of numbers followed immediately by a decreasing one. What is worst case time… Read More
Given a string and the task is to count vowels, consonant, digits and special character in string. Special character also contains the white space.Examples:   Input… Read More
Given a square matrix and the task is to check the matrix is in lower triangular form or not. A square matrix is called lower… Read More
Given an array A of n integers. The task is to count the number of ways to split given array elements into two disjoint groups,… Read More
A cache memory unit with capacity of N words and block size of B words is to be designed. If it is designed as a… Read More
Round 1: I didn’t gave the test as it didn’t open for my department. But during the interviews day they called for walk in interviews and… Read More
Round 1: The first was mcq test related to Java. Complete Java(what is the output type of problems,no theory but oops concepts should be understood perfectly),… Read More
The serialization at runtime associates with each serializable class a version number called a serialVersionUID, which is used during deserialization to verify that the sender… Read More
Given a string and a limit k, find lexicographically next word which contains characters from a set of first K letters of the English alphabet… Read More