Open In App

Microsoft IDC Interview Experience | Set 88 (For SDE-2)

Last Updated : 10 Jan, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Total experience : 8 Years.
Interviewed for : SDE-2

Face to Face Round 1:

  1. Tell us about your project and specific contributions.
  2. How to find intersection of link list.
  3. Length of the longest substring without repeating characters.

Face to Face Round 2:

  1. Tell us about your project and specific contributions.
  2. Remove characters from the first string which are present in the second string.

Face to Face Round 3:

  1. Given a linked list and integer K, reverse the link list in K size slots.
  2. Print a binary tree in spiral order.
  3. Find if a string is interleaved of two other strings. Str3 is said to be interleaving Str1 and Str2, if it contains all characters of Str1 and Str2 and order of all characters in individual strings is preserved.

Face to Face Round 4:

  1. Explain one problem of the conducted interviews and explain how you solved it.
  2. In a BST, two nodes are swapped. Find out these nodes and swap it.

A big Thanks to GeeksforGeeks for providing such a brilliant platform for interview preparation. Keep up the good work 🙂


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads