Be prepared to address why you would be a good fit and what experience is most closely associated with the job that the internship is related to. Your school is influential but other course work is related as well.
Interview questions [1]
Question 1
What do you believe you will accomplish by working with us?
Microsoft recruited through the college career center. I provided a resume / CV, and they scheduled an interview at the college. The interview was a coding interview on a whiteboard with one interviewer.
Interview questions [1]
Question 1
Standard leetcode like questions, where I had to write code on the whiteboard and explain my logic.
I applied through college or university. I interviewed at Microsoft in Jul 2024
Interview
1st round was conducted in codify platform. You can write code in any compiler and then copy paste the code in codify. Therefore the interview was flexible. The questions were based on data structures and algorithms.
Interview questions [1]
Question 1
There is a string of length N made only of letters "a". Whenever there are two identical adjacent letters (e.g. "aa"), they can be transformed into a single letter that is the next letter of the alphabet. For example, "aa" can be transformed into "b" and "e" into "t" However, "zz" cannot be further transformed.