1000bulbs to be shipped. Should all be tested or not
Engineering Manager Interview Questions
56,348 engineering manager interview questions shared by candidates
Write a method which transforms an integer into a binary number, no libraries using (on a whiteboard).
Find the top 1000 most frequent words in a text file, with better than O(nlogn) complexity, tree traversal problem.
Given a Pre-Order and In-Order string of a binary tree, can we and if we can, construct the "Post-Order" String.
There was a logic question that consisted of creating a scenario, where there were pieces of paper with a number on one side of the paper and a letter on the other side. There were four different pieces of paper: one with an X and another with a Y. The other two have a 1 and 2 on it respectively. My interviewer then gave me the assertion "On the back of every paper with an X, there is an even number" I was then asked which pieces of paper I needed to flip over in order to prove the assertion.
Given a database with slow I/O, how can we improve it?
Suppose you have 11 marbles and a two-pan balance used to compare the weight of 2 things. All of the marbles weigh the same except for one, which is heavier than all of the others. How would you find the heaviest marble if you are only allowed to weigh the marbles 3 times?
You have no extra time and no extra resources but is asked by the CEO to add 20 extra features, what do you do?
questions asked from major project and some personal questions
Enumerate the following from 1 to 4, being 1 the fastest to execute and 4 the slowest: - read cpu register - disk seek - context switch - read from main memory
Viewing 81 - 90 interview questions