I applied online. The process took 3 weeks. I interviewed at Funcom (Lisbon, Lisbon District) in Aug 2023
Interview
you will first get an interview with HR, then a technical interview (in my case with a gameplay programmer and the lead UI programmer), and then a technical test, followed by a last interview.
Interview questions [1]
Question 1
Even though this was for a UI programmer position using unreal engine, most of the questions (if not all), were about raw C++ memory management.
Questions like what's a unique pointer, what happens if you delete the raw pointer the unique pointer was pointing to. What happens if you make a shared pointer out of a unique pointer and delete the unique pointer after, etc.
They also asked me what are references under the hood.
About the technical test, I didn't receive it but they told me it would be a project (not sure if unreal or raw C++) that's broken and you have to fix and improve it