I applied online. I interviewed at Creative Assembly (Visby) in Apr 2021
Interview
The first stage of the interview process consisted of an automated test. The test itself was hosted in hackerrank and consisted of 15 multiple choice questions about obscure C++ knowledge.
Interview questions [1]
Question 1
Most of the questions were obscure and based on C++ concepts that are not commonly used
I applied online. The process took 2 months. I interviewed at Creative Assembly
Interview
Interview is split into 3 rounds:
Round 1: Online programming assessment on Codility.
Round 2: Quick technical interview. Fast rounds, allocated time is an hour but it usually ends within 30 minutes.
Round 3: Technical Interview with the team. Starts of with some C++ questions and a code review afterwards.
Interview questions [1]
Question 1
1) What are pointers, references and the difference between them?
2) What does static do?
3) What does inline do?
4) Runtime polymorphism vs Compile time polymorphism.
5) Difference between rvalues and lvalues.