When you type in google.com what happens?
Engineer Software Interview Questions
419,718 engineer software interview questions shared by candidates
3. Given array of size n and target integer k, with each substring window size k, find the smallest element. Among all these smallest elements, find the largest element.
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)
Wap to print all prime no. upto a given input no.?
Aptitude test and other tests
based on user input, return an updating list of us cities as the user types. example: user input = s return= san fran, san antonio, seattle.... user input = e return = seattle, seguela, sebba... and so on
Implement the Fibonacci sequence with O(n)
Given a balance and marbles where one marble weighs more than the other, how many times do you have to use the balance to find the heaviest marble for 7 marbles. Then, extend that answer to how many marbles can you weigh with 4 tries.
Remove all characters of a string from another string. The algorithm should be less than O(m*n) where m & n are lengths of strings and the space used should be less than O(m+n).
Viewing 2571 - 2580 interview questions