Brain teaser interview questions were quite common in tech, finance, and consulting interviews for a period of time. Here are 7 brain teaser interview questions and answers encountered in actual interviews, including engineering interviews at Apple and Microsoft – how many can you solve?
If you want to learn more about brain teaser interviews, check out our guide to brain teaser interview questions.
1. Incorrectly Labeled Boxes (easy)
Asked in a software quality assurance engineer interview at Apple.
There are three boxes: one with only apples, one with only oranges, and one with both apples and oranges. All three boxes are incorrectly labeled (e.g., the “apples” label is on either the “apples+oranges” box or the “oranges” box). Is there a way to figure out the correct labels for all three boxes if you are only allowed to see one fruit from one of the boxes?
Solution to #1
If you see one fruit from the box labeled “apples+oranges”, then you know for sure that box contains only that fruit, because it cannot be the “apples+oranges” box as all boxes are labeled incorrectly.
Let’s say you saw an apple from the box labeled “apples+oranges”. That box must be the “apples” box. Then the box labeled “oranges” must contain apples and oranges, because it cannot be the “oranges” box (all boxes are labeled incorrectly) and the “apples” box has already been found. Then the remaining box labeled “apples” must be the “oranges” box.
Continue reading “7 Actual Brain Teaser Interview Questions and Answers”