Software Engineer applicants have rated the interview process at Microsoft with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 68.2% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at Microsoft (Belgrade)
Interview
They decided not to invite me to an interview without any particular reason. Got me waiting for couple of weeks before replying. They seem to not care about developers with 5 years of development in corporate/enterprise environment and additional 5 as freelancer. Just horrible experience.
Interview was average. Hr questions and resume related questions and average leetcode coding questions , just practice daily leetcode contest .Sometimes so much related to operating systems , database related systems.
Interview questions [1]
Question 1
Questions related to stacks and queues , linked list
In the Microsoft software engineer interview, I faced multiple rounds of coding challenges, system design problems, and behavioral questions. I demonstrated my knowledge of algorithms, data structures, scalability, and teamwork, while showcasing problem-solving skills and handling technical discussions effectively.
Interview questions [1]
Question 1
Given an unsorted array of integers, find the length of the longest consecutive elements sequence. Your algorithm should run in O(n) time.