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.
Software Developer Engineer Interview Questions
466,349 software developer engineer interview questions shared by candidates
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
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
I cannot share specific questions. But they will check the basics of your dev knowledge.
How many race heats are needed to find the 3 fastest pinewood derby cars out of a field of 8, if only 4 cars can run at a time (assuming that every car will always run the way/speed and each lane is exactly equivalent)?
Find shortest substring in a string that contains all of a set of characters.
Imagine dropping a Rubik's Cube into a bucket of paint. How many of the cubes will get paint on them?
Intersection of two numerical arrays
Viewing 161 - 170 interview questions