How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Engineers Interview Questions
843,353 engineers interview questions shared by candidates
If you have a ransom letter and magazines, can you construct the ransom letter from the words in the magazine.
given a string write a function to return the index of the first elememt which is non-alphabat ordered
Write algorithm to compute a Log to the base 2 of a number (integral results no need for floating point). Solution should not assume a particular size of integer
Design an algorithm, which can record the largest number in an ever-upgrading sequence.
* Write a function, preferably in C or C++, to reverse a string.
Onsite Interview 2 a): check whether a number is the power of 2 b) Skyline silhouette puzzle . c) Discussion on uses of hash-tables and trees ? d) Few general questions on Work and academic background .
Look for a string in a very long string - a needle in a haystack. Write the program in pseudo-code.
Use singly linked list to implement the cache (LRU) algorithm. How would you do?
Find the length of the longest chain of consecutive integers in an unsorted set in linear time.
Viewing 941 - 950 interview questions