Status: 6 years of overall experience Position: Senior Developer at Microsoft Date: December,
Round 1: Online Assessment
Assessment:
Received a Codility link to complete the assessment. Two of the questions were similar to those in a Microsoft November Online Assessment.
One problem was similar to the Maximal Network Rank.
Third Question (Frog Game):
Given an array blocks where each cell represents the height of the current block, two frogs start on the same block and can only jump to an adjacent block if it is higher or equal. Return the max distance that can be between the two frogs starting together on any block. Example 1: [9,2,5,3,0] -> Answer: 2 (start on cell 4, one frog goes to cell 2). Example 2: [1,2,3,4,5,8] -> Answer: 6 (start on cell 5).
I solved all the questions successfully.
Verdict:
I attempted to contact HR multiple times, but received no response.