what is the color of the wall behind you?
Engineer Developer Interview Questions
467,806 engineer developer interview questions shared by candidates
Use a single array to implement 3 stacks.
Given an infinite number of bricks of given weights w (say w = [1, 2]) and a truck of capacity c (say, c = 3), how would you find all possible combinations of bricks that match the capacity exactly? Duplicates such as [1,2] and [2,1] are NOT allowed.
string parsing question
Find total number of occurence's of each number in a given array
If you have an unsorted array of 1,000,000 elements, how would you sort this array?
Write a program to print all even numbers one below the other followed by odd numbers between 1 to 100 using only one 'for' loop. Output should look like this: 2 4 6 ...... 98 1 3 5 ...... 99 Is it possible to write a program for above output given the condition stated above
The programming problem was difficult because you must show programming prowess without overengineering the problem because it is simple, oh yeah it has to work too.
design an algorithm to located a retail location in an optimal position relative to our users.
Swap two integers, say a =4 and b=6, without using a third variable.
Viewing 2041 - 2050 interview questions