I applied online. The process took 1 week. I interviewed at Microsoft (Tel Aviv-Yafo) in Sep 2016
Interview
Started with a phone call from the hr asking basic questions about my experience. A few days later I went to the company for an interview. Everyone were really nice.
Interview questions [1]
Question 1
Normal Linked list and Binary search kind of questions, hard String comparing recursion question.
I applied online. The process took 2 weeks. I interviewed at Microsoft (Herzliya) in Oct 2016
Interview
Basic phone screen asking about experience. Then went to the office for an hour and a half technical interview, where the interviewer asked about a previous project (whichever I chose)
Interview questions [2]
Question 1
Given an array with integers, return the array so that it will not have any consecutive duplicates.
Given an NXN array, filled with battleships that can only be horizontal or vertical, count how many battleships are there in the board. The battleships will always have at least one horizontal/vertical space between them. Solution should be with no extra memory, one pass, and without changing the board.