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
I. First round(written) : Online test(2 hours) consisting of: Quantitative aptitude, logical reasoning, verbal ability, OS, DBMS, CN, C++, DS(mainly output questions). II. Technical Interview(F2F)… Read More
INTRODUCTION: A Fibonacci heap is a data structure used for implementing priority queues. It is a type of heap data structure, but with several improvements… Read More
This article’s main focus is to inform the readers about Java’s different versions and how are they different. First of all, let’s understand what Java… Read More
Round 1 :WRITTEN TEST ( 1 Hour ) PRE-PLACEMENT TALK( 45 minutes) There were 3 members. The way they presented the company was quite amazing.… Read More
Which of the following statement is correct for switch controlling expression? (A) Only int can be used in “switch” control expression. (B) Both int and… Read More
What’s going to happen when we compile and run the following C program? #include < stdio.h ><br> int main()<br> {<br>  int j = 0;<br>  for… Read More
What’s going to happen when we compile and run the following C program? #include < stdio.h ><br> <br> int main()<br> {<br>   int i = 1,… Read More
Round 1: Online Test(1hr 45 min)  Psychometric Round: 60 questions 10 min  Section 1: Logical reasoning questions. Section 2: Testing Questions. Section 3: Technical + Software engineering… Read More
We strongly recommend to refer below posts as a prerequisite of this.K Dimensional Tree | Set 1 (Search and Insert) K Dimensional Tree | Set 2… Read More
A is as older than B as he is younger than C.If the sum of ages of B and C is 68 years. What is… Read More
A person’s present age is one third of the age of his mother. After 12 years, his age will be one half of the age… Read More
The present ages of A, B and C are in proportions 4:5:9. Nine years ago, sum of their ages was 45 years. Find their present… Read More
At present, the ratio between ages of Ram and Shyam is 6:5 respectively. After 7 years, Shyam’s age will be 32 years. What is the… Read More
At present father’s age is thrice of son’s age. After 15 years father’s age will be double of son’s age. What is son’s present age?… Read More
Present age of Vinod and Ashok are in ratio of 3:4 respectively. After 5 years, the ratio of their ages becomes 7:9 respectively. What is… Read More