Given a 2d matrix of numbers where each row and column is sorted in increasing order, describe an efficient algorithm to test whether a given number is in the matrix.
Software Interview Questions
551,386 software interview questions shared by candidates
How to come out of a maze given that you can move one step at a time and you cannot turn left.
Implement the Fibonacci sequence with O(n)
Whiteboard programming: given a tile and a word, write a routine to determine if the word is valid. Wild card "*" might be present in tile and can be used for once when there is no match. For example, "bed" is valid given tile "abcdefg". "bread" is valid given tile "abcdefg*".
given an unsigned char array, find if there is a subarray whose elements sum up to a given value
Most of the technical questions, I felt very prepared for. The most difficult questions were behavioral. In particular, "Tell me about an experience where a project partner enjoyed working with you." Rather than talking about your skills you have to talk about how you worked well with others in a way that they enjoyed working with you, and do so without coming off as being arrogant. Also, they didn't ask the question directly, but came to it in a way that put you on the back foot. The question immediately before was to tell them about a time that you had difficulty working with a partner, and also about a time that a partner had difficulty working with you.
How many lines of code have you written in your favorite project?
Find the middle point of a linked list in best possible way
Find the next node in a binary tree from any node (implying successor to a node)
Giving an integer and return the maximum product of the numbers which sums up to the given number.
Viewing 3221 - 3230 interview questions