Process consisted of 4 techincal interviews.Each round was for around 45min-60 mins.The questions were primarily asked from Data Structures , Algorithms and OS.In one of the rounds, I was asked to implement strstr function in O(n) time .The other questions were from threads and the projects i had been involved with.
Preguntas de entrevista [1]
Pregunta 1
A Maze is given as N*N binary matrix of blocks where source block is the upper left most block i.e., maze[0][0] and destination block is lower rightmost block i.e., maze[N-1][N-1]. A rat starts from source and has to reach destination. The rat can move only in two directions: forward and down.
In the maze matrix, 0 means the block is dead end and 1 means the block can be used in the path from source to destination. Note that this is a simple version of the typical Maze problem. For example, a more complex version can be that the rat can move in 4 directions and a more complex version can be with limited number of moves.
Expect technical deep dives, coding challenges, and problem-solving scenarios. Questions will probe your knowledge of data structures, algorithms, and software design, assessing your ability to build robust systems. yes yus yes
Me postulé en línea. Acudí a una entrevista en Microsoft en ene 2024
Entrevista
Technical 3 round interview questions
Mangerial 1 round interview questions
Hr 1 round questions
But complex questions
All the best all the best best best very good option and good benefits
Preguntas de entrevista [1]
Pregunta 1
Situational questions like reasoning for the approach
Acudí a una entrevista en Microsoft (Bangalore Rural)
Entrevista
Nice and smooth the interviewer were really very helpful and knowledgeable also they try to help while giving interview and also when I have the interview they acknowledged if I was saying right or wrong so overall nice experience
Preguntas de entrevista [1]
Pregunta 1
2 coding rounds one on implementation and another on dsa