Tip 1 : Computer Network should be strong
Tip 2 : Exposure to system programming also helps
Tip 3 : At least 150 problems and C++ was not allowed so prepare accordingly
Tip 1 : Project should be really good
Tip 2 : Write Computer Network and Operating System Courses in resume as course taken
2 coding question both and 15 MCQ
Only C , Java , Python are allowed




knightPosition: {3,4}
targetPosition: {2,1}

The knight can move from position (3,4) to positions (1,3), (2,2) and (4,2). Position (4,2) is selected and the ‘stepCount’ becomes 1. From position (4,2), the knight can directly jump to the position (2,1) which is the target point and ‘stepCount’ becomes 2 which is the final answer.
1. The coordinates are 1 indexed. So, the bottom left square is (1,1) and the top right square is (N, N).
2. The knight can make 8 possible moves as given in figure 1.
3. A Knight moves 2 squares in one direction and 1 square in the perpendicular direction (or vice-versa).




In the above image, areas in green, red, and violet color are all submatrices of the original 4x4 matrix.
1. Binary valued matrix has only two values in each cell : 0 and 1.
2. A submatrix is a matrix formed by selecting certain rows and columns from a larger matrix.
3. The area of a matrix with 'h' rows and 'w' columns is equal to 'h' * 'w'.
Around 6 am morning
2 interviewers



You do not need to print anything, just return the head of the reversed linked list.
Synchronization in Operating System in detail
Tip 1 : Go through Semaphore extremely important
Osi model with example at each layer transfer
Tip 1 : they will ask question in between make sure u explain it in very detail and give example live like how this interview is happening online with each layer playing its role.
What is NAT router?
Tip 1 : Network address translation router
How do beat Google if u want to make a search engine?
Tip 1 : I took this question to system design horizontal and vertical scaling which they agreed
Total water in earth ?
Tip 1 : I said that i know earth radius , will calculate its surface area and multiple with average depth of water bodies in earth , they didn't respond.
Manager Round
It was all on my master's thesis
Tip 1 : Make sure if u project is working put its link preferably video of the working project my project was on ML and IOT and I put a Video link .
Salary breakdown and Location preference
Are u satisfied with the salary breakup?
Location preferences: banglore, chennai, Pune

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: