In the phone interview, they asked me what technologies about Microsoft was exciting.
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
1. Parsing code into a text document 2. Word search in a 2D array of words given a list of words.
Validate a binary tree from given values.
Traverse a Matrix in Clockwise fashion and print all the elements
Given an n*m grid, you enter the grid at some cell in the first row and leave the grid at some cell in the nth(last) row. Every cell has four directional parameter, indicating whether the cell in that direction can be visited. Print the Shortest possible path.
coding round - 3 simple coding questions group fly rouns - 1 question on the arrays and 1 on trees technical round 1 - questions related to OS and programming technical round 2 - question on dynamic programming
Given a 32-bit integer, return a list of all bit positions of that integer that are set to 1.
They ask questions about your resume, (my projects and experience). Then they ask behaviour questions, like what if this/that.
Merge two sorted linked list to form a sorted linked list.
- implement N stacks using a single array of size S - Given a binary tree, check whether it is a mirror of itself.
Viewing 991 - 1000 interview questions