Upload Button Icon Add office photos

Microsoft Corporation

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Microsoft Corporation Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Microsoft Corporation Interview Questions and Answers

View all 735 questions

Microsoft Corporation Interview Experiences

Popular Designations

557 interviews found

IT Supporter Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. How boot in first step?
  • Ans. 

    To boot in the first step, you need to power on the computer and load the operating system.

    • Power on the computer by pressing the power button

    • Wait for the BIOS/UEFI screen to appear

    • Select the appropriate boot device (e.g. hard drive, USB, CD) in the BIOS/UEFI settings

    • Press Enter or any key to boot from the selected device

  • Answered by AI
  • Q2. How typing linux os?
  • Ans. 

    Typing in a Linux OS involves using the command line interface to execute commands and navigate the file system.

    • Use the terminal to type commands and navigate directories

    • Learn common Linux commands such as ls, cd, mkdir, rm, etc.

    • Understand the file system structure in Linux

    • Practice using keyboard shortcuts and tab completion for efficiency

  • Answered by AI
  • Q3. Which are router and switch different?
  • Ans. 

    Routers connect multiple networks together, while switches connect devices within a single network.

    • Routers operate at the network layer (Layer 3) of the OSI model, while switches operate at the data link layer (Layer 2).

    • Routers use IP addresses to forward data between networks, while switches use MAC addresses to forward data within a network.

    • Routers are typically used to connect different networks, such as a home netw...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Boot install USB
  • Q2. Linux install boot work

Interview Preparation Tips

Interview preparation tips for other job seekers - good Communicate
skills

Skills evaluated in this interview

IT Supporter Interview Questions asked at other Companies

Q1. How do you handle a situation where a user is frustrated or upset with a technical issue they're facing?
View answer (2)

I applied via Campus Placement

Round 1 - Product Management 

(1 Question)

  • Q1. Design an app for attractions in a city.
  • Ans. 

    An app to explore attractions in a city

    • Include a map feature to help users navigate

    • Allow users to filter attractions by category (e.g. museums, parks, restaurants)

    • Include reviews and ratings from other users

    • Offer discounts or promotions for certain attractions

    • Allow users to save their favorite attractions for future reference

  • Answered by AI
Round 2 - Product Management 

(3 Questions)

  • Q1. Reverse a Linked list using only two pointers.
  • Ans. 

    Reverse a linked list using two pointers.

    • Use two pointers, one to keep track of the current node and another to keep track of the previous node.

    • Iterate through the linked list, updating the pointers as you go.

    • Set the next node of the current node to be the previous node.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Design a drone-based solution for farmers.
  • Ans. 

    A drone-based solution for farmers to monitor crops and optimize yield.

    • The drone will be equipped with high-resolution cameras to capture images of the crops.

    • The images will be analyzed using machine learning algorithms to detect any signs of disease or stress in the crops.

    • The drone will also be able to collect data on soil moisture levels and nutrient content.

    • The data collected by the drone will be used to generate re...

  • Answered by AI
  • Q3. Design an editor for very large files (in terabytes).
  • Ans. 

    Design an editor for very large files (in terabytes).

    • Use memory-mapped files to access data on disk

    • Implement lazy loading to load only the necessary parts of the file

    • Use compression techniques to reduce the size of the data in memory

    • Provide search and indexing functionality to quickly navigate through the file

    • Implement multi-threading to improve performance

    • Consider using distributed computing to handle extremely large

  • Answered by AI
Round 3 - Product Management 

(2 Questions)

  • Q1. What next are you looking for in your career? What direction is it going in?
  • Q2. How will you remove detect Fake news on Facebook?
  • Ans. 

    Fake news on Facebook can be detected through a combination of AI and human fact-checkers.

    • Develop and implement AI algorithms to identify suspicious content

    • Partner with third-party fact-checkers to verify the accuracy of news stories

    • Encourage users to report fake news through a user-friendly reporting system

    • Provide education and resources to help users identify and avoid fake news

    • Continuously monitor and update the sys

  • Answered by AI
Round 4 - Product Management 

(2 Questions)

  • Q1. Design a voice assistant for elderly folks.
  • Ans. 

    Design a voice assistant for elderly folks.

    • Use simple and clear language

    • Provide options for larger font sizes and high contrast display

    • Include reminders for medication and appointments

    • Allow for voice commands to make phone calls or send messages

    • Incorporate emergency response features

    • Provide access to news, weather, and entertainment

    • Ensure privacy and security measures are in place

  • Answered by AI
  • Q2. Why Microsoft? What are your goals out of your next job? What sort of products are you targeting?
  • Ans. 

    Microsoft is a leader in technology and innovation. My goal is to contribute to the development of cutting-edge products.

    • I am attracted to Microsoft's commitment to innovation and its reputation as a leader in the tech industry.

    • My goal is to contribute to the development of cutting-edge products that will have a positive impact on people's lives.

    • I am particularly interested in working on products that leverage emerging...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 2- For LinkedList question, I was first stunned but stumbled my way through it.

Received a prompt from the interviewer because I started at the wrong end of the LinkedList. Managed to get to the right solution.

For drone-based solution.I spoke of farmers needs as I understood them.Mentioned that this applies only to farmers with large land holdings, not the typical farmer in India with tiny land. Interviewer agreed to pursue this persona. Mentioned the advantages of the drone, it could quickly traverse the farm, reach remote parts without any humans moving. Drone could be used to detect water-logging during monsoon,invasions from pests and monitor crop health. Was asked to specify a rough scanning algorithm for a single drone.

For large file editor, I converted the problem to editing large video files generated during TV/Movie recording. Mentioned the two processes in post-production – heavy editing to get the footage in sequence and finally some light touch-ups and tunings. Mentioned caching next/previous contents of the file locally for easy access. Provided an index-based navigation structure and generating thumbnails for previews to prevent retrieving the actual file. Was asked if different parts of the editing process should have different products/editors, I said yes as needs and patience levels are different, products should be separate. Alternatively, they can be different modes of the same products (the way Photoshop does it).

Skills evaluated in this interview

Top Microsoft Corporation Program Manager Interview Questions and Answers

Q1. When a sorted array is ‘Rotated’, its last element becomes the first element and the remaining elements shift to the right. Write a function which takes an input array and returns the no. of times an array has been rotated
View answer (1)

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical questions were there

Round 2 - Coding Test 

Machine round coding

Top Microsoft Corporation Software Engineer Interview Questions and Answers

Q1. You have a cuboid (m*n*p) each block of the cuboid is having a metallic ball. Now we are passing X-ray from front face and getting a bool matrix1 of m*p the elements are set if there is a black spot.(as we are passing X-ray) and another mat... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode: Interval merging problem
  • Ans. 

    Merge overlapping intervals in an array

    • Sort the intervals based on the start time

    • Iterate through the intervals and merge overlapping ones

    • Update the end time of the merged interval

  • Answered by AI
  • Q2. Leetcode: Find centre of a linked list, follow-up: find intersection of two linked lists.
  • Ans. 

    To find the intersection of two linked lists, first find the lengths of both lists and then align the starting points before iterating to find the intersection node.

    • Find the lengths of both linked lists.

    • Align the starting points of both lists by moving the pointer of the longer list by the difference in lengths.

    • Iterate through both lists simultaneously and compare nodes to find the intersection node.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Solid Principles
  • Q2. Run length encoding of a string.
  • Ans. 

    Run length encoding is a simple form of data compression where consecutive characters are replaced with a single character and a count.

    • Iterate through the input string and count consecutive characters.

    • Replace consecutive characters with a single character and a count.

    • Return the encoded string.

  • Answered by AI

Skills evaluated in this interview

Top Microsoft Corporation Software Engineer Interview Questions and Answers

Q1. You have a cuboid (m*n*p) each block of the cuboid is having a metallic ball. Now we are passing X-ray from front face and getting a bool matrix1 of m*p the elements are set if there is a black spot.(as we are passing X-ray) and another mat... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Microsoft Corporation interview questions for popular designations

 Software Engineer

 (65)

 Software Developer

 (62)

 Senior Software Engineer

 (28)

 Software Developer Intern

 (24)

 Intern

 (20)

 Technical Support Engineer

 (14)

 Software Development Engineer

 (11)

 Data Scientist

 (10)

I applied via Campus Placement

Round 1 - Product Management 

(2 Questions)

  • Q1. Design a news app for Youngsters - This was the GD round, but Microsoft took one on one interviews
  • Q2. . I was also asked how the backend of the news app would look like. This round lasted around 35 mins
Round 2 - Product Management 

(5 Questions)

  • Q1. To design a platform that helps users know about the relationship between celebrities (something like Six Degrees of Kevin Bacon). . I was asked how to implement it
  • Q2. I was also asked questions like what a database is, how is a database different from a data warehouse
  • Q3. What is Business Intelligence, what is predictive analytics? Give an example of both
  • Ans. 

    Business Intelligence is analyzing data to make informed business decisions. Predictive analytics is using data to predict future outcomes.

    • Business Intelligence involves collecting, analyzing, and presenting data to help businesses make informed decisions

    • Predictive analytics uses statistical algorithms and machine learning techniques to analyze historical data and make predictions about future outcomes

    • Example of Busine...

  • Answered by AI
  • Q4. How would you implement predictive analytics in this question to make the platform better?
  • Ans. 

    Predictive analytics can improve the platform by providing insights into user behavior and preferences.

    • Collect and analyze user data to identify patterns and trends

    • Use machine learning algorithms to predict user behavior and preferences

    • Implement personalized recommendations based on predictive analytics

    • Continuously monitor and update the predictive models to improve accuracy

  • Answered by AI
  • Q5. I was also asked to draw the UI of the platform. I was asked questions on Amazon Redshift - what is it? what makes it unique? What are its competitors? What's the difference between Redshift and MySQL Serv...
Round 3 - Product Management 

(1 Question)

  • Q1. - Design a platform for wedding planners in India - The interviewer gave me a background of the problem
Round 4 - Product Management 

(3 Questions)

  • Q1. Design a personal assistant for a physical shoe store that eliminates the need of a salesman
  • Ans. 

    A personal assistant for a physical shoe store that eliminates the need of a salesman

    • Develop a mobile app that allows customers to scan the barcode of a shoe and get all the necessary information about it

    • Include a virtual try-on feature that uses augmented reality to show customers how the shoe would look on their feet

    • Integrate a chatbot that can answer customer queries and provide personalized recommendations

    • Use senso...

  • Answered by AI
  • Q2. . I was asked to define the customer, what sort of shoe stores would this work at? and how the personal assistant would work. I was also asked which Team in Microsoft would I like to join and why? What sho...
  • Q3. What should Microsoft focus on in the near future and why?

Skills evaluated in this interview

Top Microsoft Corporation Program Manager Interview Questions and Answers

Q1. When a sorted array is ‘Rotated’, its last element becomes the first element and the remaining elements shift to the right. Write a function which takes an input array and returns the no. of times an array has been rotated
View answer (1)

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Get interview-ready with Top Microsoft Corporation Interview Questions

SDE Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. Reverse a tree using DSA
  • Ans. 

    Reverse a tree using DSA involves traversing the tree in a specific order and swapping the left and right child nodes.

    • Start by traversing the tree in post-order or level-order traversal.

    • Swap the left and right child nodes of each node as you traverse the tree.

    • Continue until all nodes have been visited and their children swapped.

  • Answered by AI

Skills evaluated in this interview

Top Microsoft Corporation SDE Interview Questions and Answers

Q1. find the minimum no of jumps required to reach the end of array.where element at each index represent how many max moves you will take in right
View answer (1)

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Counsellor Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Case Study 

Case study an in depth study oc one person,group,or event

Round 2 - Coding Test 

A situation faced when individual collectvely make a choice for the alternative before them

Interview Preparation Tips

Topics to prepare for Microsoft Corporation Counsellor interview:
  • Psychology
  • Psychiatry
Interview preparation tips for other job seekers - Always make your self happy.
Be healthy
Not from body
But also from mind🥰

Counsellor Interview Questions asked at other Companies

Q1. Can you re-locate? If No then suppose Google give you package of 50 lakhs per annum, then will you be re- locate?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Data Structures and Algorithms - Easy

Round 2 - Coding Test 

Code a chineese pebble game

Round 3 - System Design 

(2 Questions)

  • Q1. 2 Entities for cross site sale promotion.
  • Ans. 

    Two entities for cross site sale promotion are affiliate marketing platform and customer loyalty program.

    • Affiliate marketing platform: Allows businesses to partner with affiliates who promote their products on their own websites in exchange for a commission.

    • Customer loyalty program: Rewards customers for repeat purchases or other actions, encouraging them to continue shopping with the brand.

  • Answered by AI
  • Q2. Grill on Q1 with questions on security and loop holes. List SPOF and how to fix it.
Round 4 - Technical 

(2 Questions)

  • Q1. Do you want to do a Puzzle round?
  • Q2. Then asks Celebrity problem which I obviously didn't know at that time.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA even if you are a front end engineer. They keep monitoring for +ve signals.

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

I applied via Campus Placement

Round 1 - Case Study 

How would you integrate tech to improve customer experience of any public place like amusement park, sporting events, historical sites, etc.
A- For this I picked up Universal studio as my area of work. Applying CIRCLES framework aggressively,
I started with defining the customer persona -
Families with small kids, youth, older population (45+), school children Then i picked up on the issues they face currently - prioritizing issues of long waiting time in lines for rides like roller coasters and creating a memorable experience by getting pics clicked at crucial moments/candid pics

Once getting the defined on above lines, i moved onto creating solutions.My basic idea was to get customized app made for the park, which can be downloaded on entry. It would have a map of the place, point user's location and show his colleagues
if they separate out for trying different rides.
this would help large groups to not keep calling but reach out directly to fellows.

The next important feature i would include is generating a "customized route" for the
user based on his interest. E.g. if the user is aged 25 and is adventurous and risk taker, the route will direct him to those rides which would satisfy his need. for another user who is 12-14 years old, the route would be different.

Lastly, the app will show the latest waiting time for all rides. it would be a indicator for anyone to make his/her decision to move towards that ride rather than going all the way there and finding out. this would give user a clear view and will act as load balancer for the park.

Lastly, the app will be used to push notification to the user - about the Hollywood parade starting time or the adventure show timings.

Once the scope was defined, i made a quick wireframe of the app along with discussion
with the interviewer.

Post this, I analyzed some risks -
1. the app may direct a lot of crowd to same place and this would add to waiting issues.
To counter this, i suggested on using GPS services and having a real time data on where
the customers are and accordingly, giving updates to new users for different rides and
balancing the load

2. The battery usage would be huge - for this, I suggested to have charging points inside the locker where every user has to submit his belongings before going for the ride. This would actually assist users in getting quick charge on every ride we also discussed the implementation strategy on what resources would be needed which was short and quick.

Design Bing for kids (up to 10 years).
- now this was ideal case of applying the Circles Framework again. I started with what’s the current situation - The UI is not cool - internet and search engine usage is difficult for kids to adapt - Language barriers (since most kids speak their native language and English can be tedious) - too long and complex content with high vocabulary isn’t acceptable to kids - too much text - no fun - internet access to poor is low Once this was discussed in detail, we moved onto identifying our customers and their attributes - Kids in age of 6-10 - need internet mostly for school homework’s - interested in games and fun - like color and images over text - Language has to be made easy - Child lock/ Parental control facility needed to avoid exposure to unwanted content - lite pages for poor who have limited data packs The basic need identified was "creating a search engine which is focused on kids with cool, fun and colorful search results in various languages and based on lite pages for easy search and download" Then I enquired on whether I have to start from zero and make a new Bing altogether, or use current version and have a toggle between normal Bing and Kind Bling. On this the interviewer mentioned about using a single product but having various versions. Once this was confirmed, I decided that I would be prioritizing language settings and colorful, fun searches in phase 1 I started listing solutions - on opening Edge, Bing would come up with profile-based images. for normal user, a password would be asked For kids’ profile, there would be no password and would directly load the Kid Bing homepage with a game of the day present there. BTC Interview Handbook Co2019 19 the search box would be big and there would be autocorrect feature present as kids can make mistakes while searching and using AI, the system should be able to rectify the input for proper search. Secondly, on search, there would be 2 features present - Only Display result and Display Audio result the results would be only those which have kid content flag marked on it. This would be an activity which has to be done in backend while mapping and indexing the pages. the flag would be a new attribute for every page uploaded onto the net. Once the search is over and results appear, firstly, the font or image would be too huge, there would not be much scroll feature available, but the page layout would be in sort of a book with "Turn page" / "arrow" marked on the right side for next page. This would give them a feel of using a book. There would be audio feature available besides the search and the kid can click on play button for listening to the content. the language would be both - English and regional. Lastly, the whole of history would be stored for every session which would be available for parents/guardians/teachers. This will not only help in control but also to refer to the pages which the kid saw and not wants to use but forgot to bookmark or copy the data. While this discussion was being done, I also made a framework on the paper which assisted me in explaining my solution. The fun game part was a brownie solution as the interviewer seemed to like it when i explained that this would actually be a crowd-puller, encouraging kids to play the game and then see how they performed over time. the games would be analytics and GK based and would act as barrier-breaker for parents to allow their children to access net. The Risks highlighted were - Support of regional voiceovers - Disturbance to surroundings by kids misusing this feature - Reworking on the indexing of the whole content on the engine The discussion ended here, and the interviewer highlighted about the missing point of usage of current search data to identify what is primarily being searched in schools and learning from it to determine the new content to be made.

Round 2 - Case Study 

How can you use mobile phones for quality control of a bottle making plant?
I first started with gathering more information from the interviewer about what is the plant about? How’s the process of bottling? What is the current process for quality control?

The scope of discussion post above questions was just to make sure that every bottle that comes out from the assembly line is proper. If yes - accept it, if no reject it. this is currently being done by humans and i was given liberty to use only mobile phones to make the process automated. My customer in this scenario was a small-scale bottling factory.

There was no need to focus further on needs and thus i moved onto designing the solution. I first introduced hawk eye process to the interviewer. I knew a bit about it and thus explained that one of the ways to complete this process is using 6 cameras adjusted at particular angles to capture the 3D image of the bottle. then there was a question on orientation, for which I advise on having a marking on the bottle, a line running from the top to the bottom which would be taken as reference and the image would be aligned accordingly.

This would then be checked with the ideal image and if ok, it would be passed else thrown out. Lastly, I highlighted about the issue of not able to capture the image from below as the conveyor belt would not be opaque. for this, the interviewer highlighted that this can be ignored.

Post this, I worked on costing for a bit and suggested the pricing would be based on service and not the product. It would be given out on rent and payment collected annually. This helps us in recurring revenue and also a good way to perform B2B marketing by constant interactions. BTC Interview Handbook Co2019 18 the risk was again about the battery usage and low definition cameras, but this were countered by low cost phones available today and a constant power supply providing ability at the factory. also, the backend program would have to be developed in-house to check for quality and that can be improved in multiple iterations and new versions upgrade.

Round 3 - Product Management 

(1 Question)

  • Q1. Design Bing for kids (up to 10 years)
  • Ans. 

    Bing for kids up to 10 years should be colorful, interactive, and educational.

    • Use bright colors and fun animations to engage kids

    • Include educational content such as games, quizzes, and videos

    • Ensure safety by filtering out inappropriate content and limiting access to certain features

    • Make it easy for kids to navigate and search for age-appropriate content

    • Include parental controls and monitoring tools

    • Partner with trusted ...

  • Answered by AI
Round 4 - Case Study 

This was the last round with a very senior person from the firm We started by discussing cricket as it was one of the extra-curricular activity mentioned in my resume.

There were some behavioral questions on what you learn from cricket, how do you plan to incorporate the learnings into your work environment, have you ever captained the team (on saying yes) What are your key learnings on team management?
The discussion went on for around 20 minutes and this eased the pressure of the final round. Then we went onto a short discussion

Microsoft is thinking of incorporating speech-bot for movie booking on Bing to replace the current process of search and book- You are the product manager for Bing overall- what is your view?
In this case, I initially started with applying the framework again but was cut short by the interviewer. He asked me to directly jump to the core issue of what is good, what isn’t and give a suggestion.

So i quickly moved to the pros of Speech botAdvantages- Easy, Fast, Exciting, doesn’t require attention to the screen, tickets can be
booked on the go - while driving, travelling, walking it is the new tech which Microsoft is investing in (as shared by the interviewer) and thus there is a need to incorporate it in many more products. Movie booking can be the pilot for integration with Bing and thereon it can be expanded into different searches. Here I quoted about the Bing for Children (from last case :P)

Then I moved onto disadvantages- the biggest one for me was disturbance and lose of privacy while making such bookings, others were disturbance, still not a foolproof technology, lot of languages present in India, pronunciation difference across people, limited results

I gave example of each disadvantage

Loss of privacy - what if a son is planning to go for movie with girlfriend or friends and while booking, if he uses speech, the parents may come to know which he doesn’t want - so he would avoid

Disturbance - although a person may use earphones to hear the bot but while speaking, he may disturb others - say a person booking tickets in office

Disturbance - In India, there is a huge crowd at public places like metro and local train and thus the chat could be impacted by noises around. the user may have to shout at times

Not foolproof - I gave example of Bhagat Singh movie (from top of the mind) and highlighted there are multiple movies with same name, so giving additional information which would take a long time may get incorrectly reported with the bot.

Languages - Easily explained through multiple film industries in India in regional languages and thus the bot has to cater to many such languages pronunciation - In India, again there maybe children or not English-speaking people who maybe wanting to go for English cartoon movie but they lack the clear pronunciation and these may lead to errors E.g. going for Ratatouille

Based on above, and with discussions on each, i took the decision that i would not like to incorporate speech bot in Bing as of now.

He was convinced but followed with another question - that while you took the decision, the VP of Speech Bot who reports to CXO member has reached out to you - highlighting that this incorporation needs to be done. what will be your response?
I replied with a firm NO for current day's implementation. I said that although there is a lot of push, i would highlight the same disadvantages to the VP, make him understand the issues, if there is any disagreement - I would recommend to go for a market study and check how a sample population is responding to the change and that would provide us a better evidence for decision making.

As the intention is to incorporate speech bot and movies was a suggestion, I would also look at other possibilities for speech bot rather than movies - like story reading, novel reading or news reading. Maybe Food booking services.

However, in the end if the push is still on, I would go ahead but with the disclaimer highlighted to all my stakeholders. The interview ended post 45-50 min. This was the last round and then i was offered PM2 role in Microsoft.

Skills evaluated in this interview

Top Microsoft Corporation Program Manager Interview Questions and Answers

Q1. When a sorted array is ‘Rotated’, its last element becomes the first element and the remaining elements shift to the right. Write a function which takes an input array and returns the no. of times an array has been rotated
View answer (1)

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2Coding questions were there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse string standard DSA
  • Q2. Tapping rainwater standard DSA

Interview Preparation Tips

Topics to prepare for Microsoft Corporation Software Developer Intern interview:
  • DSA
Interview preparation tips for other job seekers - Focus on SDE sheet standard questions.

Top Microsoft Corporation Software Developer Intern Interview Questions and Answers

Q1. Mean, Median, Mode Calculation You are given an array 'ARR' consisting of 'N' integers. Your task is to calculate the three statistical measures for the given array: Mean - Implement the function mean() to calculate the mean of the array. ... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Microsoft Corporation Interview FAQs

How many rounds are there in Microsoft Corporation interview?
Microsoft Corporation interview process usually has 2-3 rounds. The most common rounds in the Microsoft Corporation interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Microsoft Corporation interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Microsoft Corporation. The most common topics and skills that interviewers at Microsoft Corporation expect are microsoft, Computer science, C++, Coding and Python.
What are the top questions asked in Microsoft Corporation interview?

Some of the top questions asked at the Microsoft Corporation interview -

  1. You are given infinite sequence of continuos natural numbers-1,2,3,4,5,6.........read more
  2. You have a cuboid (m*n*p) each block of the cuboid is having a metallic ball. ...read more
  3. Given a string of containing lower case letters and upper case characters. Find...read more
How long is the Microsoft Corporation interview process?

The duration of Microsoft Corporation interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Microsoft Corporation Interview Process

based on 375 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 823 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Dell Interview Questions
4.0
 • 386 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
View all

Microsoft Corporation Reviews and Ratings

based on 1.7k reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.9

Salary

3.5

Job security

4.0

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 1.7k Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
698 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
602 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Microsoft Corporation with

Google

4.4
Compare

Amazon

4.1
Compare

Deloitte

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview