I applied through college or university. The process took 1 day. I interviewed at Microsoft (Nashville, TN) in Oct 2015
Interview
I was asked to answer behavioral and technical questions. The questions are not too hard, but you need to really be concentrated. This is all for this lengthy part, I have to say that typing at least thirty words is not a good idea.
I applied through college or university. The process took 4 weeks. I interviewed at Microsoft in Sep 2013
Interview
It started with 2 onsite interviews one HR and one technical. Then after this there were the final 4 onsite interviews with the hiring team. After this I got the offer.
Interview questions [1]
Question 1
Reverse words order in a file (keeping the words itself not reversed)
I applied online. The process took 1 day. I interviewed at Microsoft (Chennai) in Sep 2015
Interview
Written Test and Technical interview. They conducted written test in HackerRank and an hour duration. Interviewers are very friendly and given hints to me while solving problems. Written Test and Technical interview. They conducted written test in HackerRank and an hour duration. Interviewers are very friendly and given hints to me while solving problems.
Interview questions [1]
Question 1
Written test:
They conducted written test in HackerRank and an hour duration. They asked me to implement the functions for the following two problems.
1) Maximum product Sum of an Array.
http://www.geeksforgeeks.org/maximum-product-subarray/
2) Building bridges problem.
http://www.geeksforgeeks.org/dynamic-programming-set-14-variations-of-lis/
Technical Interview 1:
He is very friendly and given hints to me while solving problems.
1) First he asked me about an overview of my current project then most challenging thing faced in the project. After my response, he asked me what you learnt from that challenging thing.
2) Given an array of integers of the size of n, it contains zeros in random positions, we need to move all zeros to end of the array in a single scan without extra space.
http://www.geeksforgeeks.org/move-zeroes-end-array/
3) Merging point of two linked lists.
http://www.geeksforgeeks.org/merge-two-sorted-linked-lists/
4) questions related to programming languages
a) about inheritance
b) about classes and interfaces
c) abstract classes and virtual functions, ...
5) He given a situation and asked me to design required classes and functions which are useful to program that situation.
6) The last question is given a number we need to find the next nearest number in 2^n.
input: 127 output: 128
input: 129 output: 256
Technical Interview 2:
He asked me very simple questions, but he wants to cover each and every corner case.
1) Reverse group of elements in a linked list
http://www.geeksforgeeks.org/reverse-a-list-in-groups-of-given-size/
2) perform push,pop and min operations of stack in O(1) time.
http://www.geeksforgeeks.org/design-and-implement-special-stack-data-structure/