Microsoft Corporation
Pavna Goyam Auto Interview Questions and Answers
Q1. Matrix Rank Calculation
Given a matrix ARR
of dimensions N * M
, your task is to determine the rank of the matrix ARR
.
Explanation:
The rank of a matrix is defined as:
(a) The maximum number of linearly independ...read more
Calculate the rank of a matrix based on linearly independent column or row vectors.
Determine the number of linearly independent column vectors or row vectors in the matrix.
Use Gaussian elimination or row reduction to simplify the matrix and find the rank.
The rank of a matrix is the maximum number of linearly independent vectors it contains.
Q2. Alternating Largest Problem Statement
Given a list of numbers, rearrange them such that every second element is greater than its adjacent elements. Implement a function to achieve this rearrangement.
Input:
The...read more
Rearrange a list of numbers such that every second element is greater than its adjacent elements.
Iterate through the array and swap elements if needed to satisfy the condition
Keep track of the current and next elements to compare and swap
Ensure that the swapped elements maintain the desired order
Q3. Check Permutation Problem Statement
Determine if two given strings, 'str1'
and 'str2'
, are permutations of each other.
Explanation:
Two strings are permutations of each other if one string's characters can be r...read more
Check if two strings are permutations of each other.
Create a character frequency map for both strings and compare them.
If the frequency of characters in both maps is the same, return true.
Handle edge cases like empty strings or strings of different lengths.
Design a vending machine that dispenses snacks and drinks.
Include a variety of snacks and drinks such as chips, candy, soda, and water.
Allow users to select items using a keypad or touchscreen interface.
Accept payment through cash, credit/debit cards, or mobile payment apps.
Dispense items once payment is confirmed.
Provide options for refunds or exchanges in case of errors.
Q5. Who is chairman of isro
The current chairman of ISRO is K. Sivan.
K. Sivan is an Indian space scientist and the current chairman of ISRO.
He has been associated with ISRO for over three decades and has contributed to several missions.
Under his leadership, ISRO has achieved several milestones, including the successful launch of Chandrayaan-2.
He is also known as the 'Rocket Man' of India.
Q6. Full form of unesco
UNESCO stands for United Nations Educational, Scientific and Cultural Organization.
UNESCO is a specialized agency of the United Nations.
It was established in 1945 with the aim of promoting peace and security through international cooperation in education, science, and culture.
UNESCO is responsible for designating and preserving World Heritage Sites, promoting literacy and education, and supporting cultural diversity.
Some examples of UNESCO World Heritage Sites include the Gre...read more
More about working at Microsoft Corporation
Top Full Stack Developer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month