What problems will you point out in any products of Microsoft if you're going to improve it?
Software Development Interview Questions
37,027 software development interview questions shared by candidates
How can sports bring different cultures together?
how to prioritize meetings, due projects...
What would be your ideal job?
Write a program that takes in a string and removes any duplicate spaces (including leading and trailing spaces – there should be none when finished). This program should not have any embedded loops, and you can only traverse the string ONCE. Should definitely be faster than O(n^2).
Give a procedure about how to test a keyboard
Write a function to print all paths of a binary tree to a certain depth/length.
Auto generate strings from initial characters
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
Implement an algorithm to return a copy of a linked list in which each node has random pointers to other nodes within the list.
Viewing 3431 - 3440 interview questions