Me postulé en línea. Acudí a una entrevista en Creative Assembly (Visby) en abr 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Most of the questions were obscure and based on C++ concepts that are not commonly used
Me postulé en línea. El proceso tomó 2 meses. Acudí a una entrevista en Creative Assembly
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.