Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Microsoft (Tel Aviv) nel mese di set 2016
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Normal Linked list and Binary search kind of questions, hard String comparing recursion question.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Microsoft (Herzliya) nel mese di ott 2016
Colloquio
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)
Domande di colloquio [2]
Domanda 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.