Coin game: board divided in quarters. A coin rests in each spot. You do not know their original configuration. In each turn, you can choose flip any number of coins. Specify a sequence of turns that guarantees that at some point all coins will be facing the same direction. Second question: between each of your turns, the board will be rotated an arbitrary amount (90, 180, 270 degrees). Specify a sequence of moves that guarantees that at some point all coins will be facing the same direction.
Engineering Intern Interview Questions
24,106 engineering intern interview questions shared by candidates
If you have 9 pool balls and a scale, and one of the balls is heavier than the rest, how do you find the heaviest in the most efficient way possible?
Please describe the types of Inventory in a manufacturing facility.
Write a method to return all permutations of a string.
Calculating the max execution time of a program that had to fit into a certain size of memory on an embedded device.
How to delete the file "-f" with rm.
Write this function (on a Google doc): /*How many ways can you make change given the following denominations? ie, if numCentsToMake is 6 and denominations is [25, 10, 5, 1], then it should return 2: either a nickel and a penny or 6 pennies.*/ int numWaysToMakeChange(int numCentsToMake, int[] denominations)
Given a binary search tree, return the most approximate number to the one passed as input.
We were sitting in the third floor of a 16 floor building. After asking me about my experiences with working within a group the interviewer suddenly asked me, "How many pennies would it take to stack as high as this building?"
Operating system questions, explaining some concept like process, thread, ... Also some acronym that I can't recall.
Viewing 291 - 300 interview questions