Game Programmer Intern Interview Questions

1,357 game programmer intern interview questions shared by candidates

You are given a string which contains lowercase characters and question marks ('?'). You need to check and return a transformed string if the original string can be transformed into a palindrome. otherwise return "No". * Note: if two characters, which are mirrored to each other, contains '?' insert the character 'a'
avatar

Mobile Game Developer

Interviewed at Moon Active

4
Feb 9, 2024

You are given a string which contains lowercase characters and question marks ('?'). You need to check and return a transformed string if the original string can be transformed into a palindrome. otherwise return "No". * Note: if two characters, which are mirrored to each other, contains '?' insert the character 'a'

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.

Viewing 1121 - 1130 interview questions

Glassdoor has 1,357 interview questions and reports from Game programmer intern interviews. Prepare for your interview. Get hired. Love your job.