I applied through college or university. The process took 4 weeks. I interviewed at Microsoft (Vancouver, BC) in Oct 2016
Interview
Two interview rounds, one at my University, the other on the Microsoft campus. The Microsoft on-campus interview was half of a day, and I had an interview with two different teams there.
Interview questions [2]
Question 1
Write a method that takes as input a string, and return a boolean value describing whether the given string is a valid IP address.
The header of excel sheets are labelled as such: A,B,C,D,...,Y,Z,AA,AB,AC,...,AY,AZ,BA...
Write a method that will take as input one of the values (A, or AC, or BCA, etc.) and return the index of the array that it corresponds to. (where A corresponds to 0, Z corresponds to 25).