At first, I was asked a bit about my technical background. Afterwards, I and the interviewer had 3 interactive exercises. In the first one I was asked how I'd test a LED TV screen. After giving a detailed answer, I was asked what tests I'd conduct if I was given only 5 minutes and also what I'd do to test for potential safety hazards. The second question was a specific algorithmic (sort of) exercise where you have a truck that needs to get from point A to B but doesn't have enough gas. It does however have room for 1 or 2 barrels (can't remember exactly) and you need to find a course of action where the truck manages to keep enough gas to get from point A to B. The final exercise was to design some simple relational database queries with some simple joins (according to the interviewer no actual SQL was required or expected, just to explain the general idea).