Skip to content

Interview Experience 143 (Intern)

pkkp86nitd edited this page Aug 28, 2019 · 2 revisions

2019

Software Development

"Round 1:(Online Coding Round) This is the first round where 3 questions are given to you and you need to solve them in optimal time and space complexity.The duration of the test is 90 minutes. Problems from array(e.g:Distribute candies to the children) and strings were primary concern.

Round 2:(Group Fly Round) This is the second phase where a single common question is given to everyone who qualified the first round,the recruiters expect you to interact with them and ask any doubts regarding the question,they expect you to come up with all possible solution for the given problem.Comments are must in the code as to explain functioning of different fragments. Optimization of the problem is the main focus and they expect you to run your program with the given test case of the problem.Try to cover all the corner cases of the problem and write it down explaining the code. Their primary focus is to test your thinking and logical point of view and be free to ask any doubts to the mentor.Duration of the test is 45 minutes. Question:There is an array and you need to place all zeroes present in the array to the bottommost indices without altering the order of the non zero elements.

Round 3:(Technical Part 1) This is the F2F interview round with the mentor,they test your basic concepts like OOPS and Data Structure,they also ask puzzles and problems on stack(e.g:Correct regular expression using stack,redundant braces). You need to be interactive with the mentor as they also check your body language and communication skills.

Round 4:(Technical Part 2) This is the second phase of the Technical Interview where they test your quick thinking as well as coding skills.You need to explain your code to the mentor.

Round 5:(HR Round) The HR tests your knowledge and what type of a person you are.Generally the questions revolve around introducing yourself,your career and dreams,where you see yourself in 10 years and why this company. Be honest and try to be reasonable,speaking vaguely without point shall add negative points.

"

Clone this wiki locally