Open In App

Microsoft Interview Experience | Set 166

Round 1:

  1. Reverse bits of integer and give the resulting number.
  2. a/b/../c/d/e/…/f => a/c/f  => count of .  == n => go back (n-1) time (directory path given)
  3. Nuts and bolts problem

Round 2:

  1. Binary search tree with parent pointer find two nodes with given sum.
  2. Design phone contact book

Round 3:

  1. Design TCP
  2. Search an element in sorted infinite array
  3. K Painter problem
Article Tags :