I applied online. The process took 6 days. I interviewed at Microsoft (Hyderabad) in Nov 2019
Interview
Microsoft gives an opportunity to all undergraduate and postgraduate students for 2 months summer internship program. The basic criteria to apply for Microsoft internship program were to have CGPA greater than 7.0, no pending backlogs, and candidates should not have participated in the Microsoft internship hiring process for the last one year.
I applied online. The process took 3 months. I interviewed at Microsoft
Interview
I had one general phone interview about my projects, work experience and motivations. I waited around 2 months for the feedback. Then they informed me about the hiring event in Dublin and asked for some more detalis about my (ex whether I was planning to consider my masters degree). We exchanged some more emails and then they stopped responding.
The interview was on Skype, the recruiters and the interviewers were friendly. I'll have another interview next week. The interviewer asked me questions about the projects I have made before, my interests, etc. After that he asked me a technical question.
Interview questions [1]
Question 1
You have 2 linked lists, return a list with the intersection.
For example:
Input:
L1 = { 1,2,5,10}
L2 = {9,4,5,10,15}
return {5,10}