Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Interview with Microsoft O365 team- Bangalore

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Round 1:

In the first round two interviewers were present and each one asked one programming question:

1)Find the smallest missing positive number in a given array of integers:

https://www.geeksforgeeks.org/find-the-smallest-positive-number-missing-from-an-unsorted-array-set-2/

 

2)Find the equilibrium point of an array

https://www.geeksforgeeks.org/find-the-smallest-positive-number-missing-from-an-unsorted-array-set-2/

Round 2:

Second round one interviewer was present and asked the below two problems:

1)celebrity problem

https://www.geeksforgeeks.org/the-celebrity-problem/

2)Given a linked list with an extra field in each node which points to the next higher value node.

Fill the extra field in all nodes

https://www.geeksforgeeks.org/point-to-next-higher-value-node-in-a-linked-list-with-an-arbitrary-pointer/

 

I was not able to give an optimal solution for problems in second round and hence got rejected there.

All the best, Guys!!!

My Personal Notes arrow_drop_up
Last Updated : 30 Jun, 2019
Like Article
Save Article
Similar Reads