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.
Engineer Software Interview Questions
511,516 engineer software interview questions shared by candidates
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
Just one question: shift an array to the right by n positions such that the right most indexes are become the first ones and the first ones move ahead. like: 1 2 3 4 5 --> shift by 2 --> 4 5 1 2 3
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.
There are 20 floors in a building. If you're on an elevator and you're trying to get to the 20th floor, what is the probability that 4 people ahead of you click the 20th floor before you do? Assuming you click last.
How would you implement division without +, - or multiplication
Viewing 191 - 200 interview questions