Conceptos generales y avanzados de Unreal Engine 4
Gameplay Programmer Interview Questions
348 gameplay programmer interview questions shared by candidates
Depending on your level of C++ knowledge they will ask you a few questions on that, for example, differences between pointers and references, deleting a base class pointer to a derived object, VFT, override, const, mutable, etc.
On the programming test they might ask you a question where you would need to know data structures and the most efficient way to represent the given data in a data structure. This might or might not involve you writing a very common data structure that isn't in the STL.
Collision detection math problems and specific game feature design.
Have you had experience with Networking / RepGraph in Unreal 5?
Do you play games? Have you played Nordcurrents games?
Can't provide questions as they were covered by NDA. As I previously mentioned, they were mostly about C++ and software design principles specific to game development.
How do skeletal animation systems work?
Define polymorphism and how it is obtained/implemented in C++.
Given a point and a unit vector, can you work out if the ray from the unit vector intersects with a sphere with radius r.
Viewing 71 - 80 interview questions