Solicité el puesto a través de un captador. El proceso duró 1 semana. Acudí a una entrevista en Edenred (Bucarest, ) en may 2026
Entrevista
Very friendly interviewers.
The technical process went smooth.
Questions based on how compiler and each objects works vs runtime, including traps also.
No live coding.
Questions were based more on the future project.
Preguntas de entrevista [1]
Pregunta 1
What are generics and why are generic invariants?
Given List list = new List, will this code work?
list.add(new Cat());
list.add(new Dog());