Given an unsorted array of integers, find first two numbers in the array that equal a given sum.
Engineer Software Interview Questions
418,713 engineer software interview questions shared by candidates
Given a page size and a number, align the number with the nearest page. (Note: This was a phone interview question. The interviewer and I used an online document to share ideas about this problem.
Given an array, print the largest subarray that has elements in an increasing order
print out all prime numbers in a given string. abc2134kd31 -> 2, 13, 3, 3
Given a string, remove all the duplicate characters (not necessarily consecutive)
Implement the "see and tell" algorithm with a given seed number x and a number of iterations y. Output the result on iteration y
Only they need money no interview questions
An optimal algorithm to check whether a hand of cards was a full house (in Poker) or not.
How would you implement division without +, - or multiplication
This was not unexpected but a bit difficult. How would you represent the ordering of a deck of card if you only have 32bytes to work with. So, he explained that you have 52 objects, there are 52! possible ordering of them. how to encode one of those ordering within 32 bytes?
Viewing 191 - 200 interview questions