Group Fly

Question 1 – Connect every node to next right node. If any node is the rightmost node of that level, then connect it to leftmost node of next level.

Extra marks for constant space and test cases.

Similar to this:

Question 2 – Find pairs for given sum in a sorted singly linked list without extra space.

Extra marks for constant space.

Similar to this:

Microsoft Interview Experience | Set 158 (On-Campus)

Microsoft visited our campus. Before that, about a month ago they had conducted an online coding test. The interview consisted of 3 f2f rounds.

Similar Reads

Online test:

The test comprised of 3 coding questions. The questions were not same for everyone. I was the winner of Microsoft Code.Fun.Do so I was directly qualified for group fly round....

Group Fly

Question 1 – Connect every node to next right node. If any node is the rightmost node of that level, then connect it to leftmost node of next level....

Round 1:

About my branch....

Round 2:

He saw my branch and gave me a mathematical problem....

Round 3:

What do you want to do in future?...

Contact Us