given 20 "destructable" light bulbs(which breaks at certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks.
Engineering Coordinator Interview Questions
33,834 engineering coordinator interview questions shared by candidates
Given a number n, find the largest number just smaller than n that can be formed using the same digits as n.
Why Network Rail and why the rail industry?
Implement division without using multiplication or division. It should work most efficient and fast.
Given an array of numbers, find all combinations of two numbers whose sum is a given number n.
Given a sorted array, write a program to decide if two elements sum up to a third.
There is an NxM grid containing a robot at (1, 1) and a destination at (N, M). Robot can move only up or right. Some locations can have obstacles. Find the number of unique paths from (1, 1) to (N, M). What is the time complexity of your algorithm?
How to determine if an Array of integers contains 3 numbers that sum to 0
25 racehorses, no stopwatch. 5 tracks. Figure out the top three fastest horses in the fewest number of races.
Print a linked list in reverse recursively and non-destructively.
Viewing 1 - 10 interview questions