Tip 1 : Practiced coding problems from InterviewBit and GeeksforGeeks.
Tip 2 : Problem solving and mock interviews with friends helped a lot
Tip 1 : Try to make your resume ATS compliant (to know more search "ats compliant resumes"
Tip 2 : You don't need to mention details like parents name, address, etc. Companies are looking for the skill. Hence mention the projects, courses, interests/ hobbies.
Total 60 MCQs
Section 1- Aptitude - Basic aptitude questions studied for GATE. It also included DI/LR and passage based questions.
Section 2- Questions from OS, CN, DBMS and DS were asked. Questions like height of tree, binary search tree, Balance value of avl tree node, min heap, Turn around time/ avg waiting time in scheduling algo.
Section 3 - C Programming questions based on pointers, storage classes, input-output, static variables
Timing - At around 10AM.
Questions that were asked-
- Introduction, followed by work done in the company.
- OS questions based on Mutex, Semaphore, difference between them and deadlocks
- Puzzle question - Given 3 jugs - 3, 5 and 8 litres with 8 litres filled with water, divide into 4 litres.



Do not print anything, just return the number of set bits in the binary representation of all integers between 1 and ‘N’.
- Introduction and previous work
- OS based questions on scheduling algo, mutex , semaphore. Also wanted to know about
Peterson's solution.

Do not return or print the array and make changes in the same array.
Let the array be [1,32,4], after dividing each number by 4 our array will become [0, 8, 1].
Now replace the 0 by -1 so that [0, 8, 1] -> [-1, 8, 1].
Hence the modified array will be [-1, 8, 1].
To confirm about the team location, work, company etc. What are your hobbies?. Why do you want to join us?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?