J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Microsoft en nov. 2010
Entretien
It was on Campus Interview for intern selection , the first round was a written test consisting of five questions ,all related to coding , the second , third and fourth round was a 1:1 interview in which each inter viewer asked me to write one code for the questions . The last was that taken by a Senior General Manager at his hotel suite who gave us two write two codes to write , one at a time.
Questions d'entretien [5]
Question 1
1:1 first round :Write code for which returns the in-order successor of a given node . (Hint : Fn. prototype has to be : node* in_order(node* current_node);
1:1 round 3: This was the toughest for me . Given a database of string . And a record of words and replacement pairs , such that if a given word occured in the string it had to be replaced by the replacement pair provided in the record.
GM:1(called as AA ) :: Given a character array of consisting of A-Z characters , i had to replace a series of characters in the following manner :AAAABBCCC
to be replaced by 4A2B3C.
3 rounds of leetcode medium, 2 questions were very easy, the last one was really hard (it was a binary tree question). They asked about space and time complexity. In terms of structures it was straight forward but the question itself was hard
J'ai passé un entretien chez Microsoft (Seattle, WA)
Entretien
Behavioural round consisted of "Tell me about yourself and why you wanna work for microsoft and resume screening. And technical interview consisted of 2 LC question 1 medium and 1 easy.
straightforward. directly jumped into data structure and algorithm and then a few fundamental computer science questions especially database management system and operating system then 2 or 3 questions related to resume.