I applied online. The process took 2 months. I interviewed at Microsoft (Hyderabad) in Oct 2023
Interview
There was one coding test and then 2 interview rounds. The first interview round was DSA. The second was DSA + core subjects and some HR questions.
The coding round had 2 medium to hard level questions and ample time. I solved 1 fully and another 3/4 testcases in the second.
First interview round had one medium level DSA question. It lasted around 40 mins.
Second round was one medium level DSA question. Then, a few questions were from DBMS and OS.
They were all super nice, mostly talking. They were supposed to have us code for longer but we spent so much time talking that we didn't do that. there were also lots of events and meetings
Interview questions [1]
Question 1
Basic behavioral questions that you would find anywhere
I applied online. I interviewed at Microsoft (Hyderabad) in Oct 2023
Interview
The interview was for 45 rounds where i was given the introduction of the interviewer and was asked to introduce myself after which i was given a coding question(leetcode hard ) to solve
Interview questions [1]
Question 1
Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where: '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input string (not partial).