Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at least 2 good projects and you must know every bit of them.
Tip 1 : Mention the projects that have OS and/or Networking at their core
Tip 2 : Keep your resume short and to the point
It had MCQs ranging from a bit of probability to calculus to the predictable OS, OOPs and Networking. There were a few puzzles as well. They touched on several topics in the questions.
Environmemt was strict like most campus placement activities.
There are 25 horses among which you need to find out the fastest 3 horses. You can conduct a race among at most 5 to determine their relative speed. At no point, can you find out the actual speed of the horse in a race. Find out the minimum number of races required to get the top 3 horses.
This round had a coding question and a puzzle
A snail wishes to reach a water shore. To do this it must cross a wall which is 30 feet high. It has a time limit of 30 hours to reach atop the wall. The time starts as soon as it starts climbing the wall. However, he faces a problem while climbing. Every hour it climbs the wall 3 feet up, it slides down 2 feet. This occurs every hour. So how many hours will it take for the snail to reach atop the wall?



In this round, I was given 2 coding questions of Moderate level followed by some questions from OS and Computer Network



The order in which the groups and members of the groups are printed does not matter.
inputStr = {"eat","tea","tan","ate","nat","bat"}
Here {“tea”, “ate”,” eat”} and {“nat”, “tan”} are grouped as anagrams. Since there is no such string in “inputStr” which can be an anagram of “bat”, thus, “bat” will be the only member in its group.
Explain demand paging?
Briefly explain the different layers in the OSI model



For the given binary tree

The level order traversal will be {1,2,3,4,5,6,7}.
What is the difference between a mutex and a semaphore? When should you use a mutex and when should you use a semaphore?
This was my last round and I hoped it to go good just like the other rounds. The interviewer was very straight to the point and professional. The interview lasted for 30 minutes.
Why should we hire you?
Tip 1 : The cross-questioning can go intense sometimes, think before you speak.
Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have an opinion.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: