Game Engineer Interview Questions

1,450 game engineer interview questions shared by candidates

Not much, really. They will ask you about some C++ details, which are mostly found in any C++ book and specially in Effective C++, and a couple of very shallow OO design patterns questions. The hard thing is actually refraining from trying to do anything meaningfully interesting in the exercise: don't. Need to iterate over a grid or matrix? Use plain C in a tight loop, with hardcoded values. Throw in some mostly uninteresting use of STL data structures and avoid entering the template realm or some other convoluted design and you might be OK (since the whole assessment thing is opaque). Other than that, the culture is OK for young and inexperienced people, with most senior people noticing the bad smell and leaving sooner rather than later.
avatar

Game Developer

Interviewed at King

3
Jun 2, 2014

Not much, really. They will ask you about some C++ details, which are mostly found in any C++ book and specially in Effective C++, and a couple of very shallow OO design patterns questions. The hard thing is actually refraining from trying to do anything meaningfully interesting in the exercise: don't. Need to iterate over a grid or matrix? Use plain C in a tight loop, with hardcoded values. Throw in some mostly uninteresting use of STL data structures and avoid entering the template realm or some other convoluted design and you might be OK (since the whole assessment thing is opaque). Other than that, the culture is OK for young and inexperienced people, with most senior people noticing the bad smell and leaving sooner rather than later.

Given a positive integer n, you can apply one of the following operations: If n is even, replace n with n / 2. If n is odd, replace n with either n + 1 or n - 1. Return the minimum number of operations needed for n to become 1.
avatar

Unity Game Developer

Interviewed at Moon Active

4
Apr 1, 2022

Given a positive integer n, you can apply one of the following operations: If n is even, replace n with n / 2. If n is odd, replace n with either n + 1 or n - 1. Return the minimum number of operations needed for n to become 1.

Viewing 1191 - 1200 interview questions

Glassdoor has 1,450 interview questions and reports from Game engineer interviews. Prepare for your interview. Get hired. Love your job.