Give an example of when you had a angry customer in front of you, and how did handle it?
Software Interview Questions
550,737 software interview questions shared by candidates
Give an algorithm to find the kth largest element in an unsorted vector of integers.
Was asked a very interesting tree problem.Given a tree and a number N, construct another tree such that each node of the tree has either 0 or N elements,except for one node which has between 0 to N elements.Only other constraint is that ancestry is preserved in the new tree.
Given a race track with 5 lanes, 25 bunnies, and no timer, how many races are required to find the top 3 fastest bunnies?
Check if tic-tac-toe has a winner
Write a method which transforms an integer into a binary number, no libraries using (on a whiteboard).
find a missing element in array B compare to array A.
1) Valid Parentheses 2) sorting an array based on the sequence of another array I cannot remember other questions.
Find the top 1000 most frequent words in a text file, with better than O(nlogn) complexity, tree traversal problem.
Design a distributed system for delivering messages to a main control.
Viewing 921 - 930 interview questions