I applied online. The process took 1 week. I interviewed at Microsoft
Interview
Questions on Data Structures and Algorithms were asked, especially dynamic prog. and arrays. also questions from my resume was asked, on why i built a project etc. core concepts from os and computer networks were aslo asked. some dbms questions were also asked
I applied through an employee referral. The process took 2 months. I interviewed at Microsoft (Hyderabad) in Nov 2023
Interview
Coding Round:
Simple problems:
The coding questions were straightforward and focused on basic problem-solving. They didn’t require advanced algorithms or data structures—just clarity in logic and implementation.
No unexpected twists or advanced topics:
The questions followed standard formats (like string manipulation, arrays, or basic recursion). There were no hidden constraints, edge-case traps, or trick questions. You could solve them with a calm approach and fundamental programming knowledge.
Discussion Round:
Random questions (general/behavioral/technical mix):
This round covered a mix of different question types. Some were general (e.g., “Tell me about yourself”), others were behavioral (e.g., “How do you handle pressure?”), and a few touched upon technical concepts (e.g., basic OS/DBMS/networking questions). However, none went too deep into any one area.
No resume/project-based questions asked:
Surprisingly, the interviewer did not dive into your resume or ask about your past projects, internships, or skills mentioned in your profile. The round stayed away from personal experience and stuck to generic or conceptual topics.
Interview questions [1]
Question 1
Check if two strings are anagrams
– Given two strings, determine if they are anagrams of each other (i.e., if they contain the same characters in a different order).
– Can be solved using sorting or frequency counting via hash maps.
Reverse a linked list
– Classic data structures question to reverse a singly linked list in-place.
– Tested understanding of pointers and basic linked list manipulation.
The process took 1 day. I interviewed at Microsoft (München, Bavaria) in Dec 2024
Interview
I went through three interview rounds, each with a different employee. The overall experience was very positive, and the conversations were engaging. There were no technical questions, only behavioral ones focused on situational experiences and problem-solving.
Interview questions [1]
Question 1
did you ever ever face an unhappy customer? What did you do?