Candidatei-me por meio de recrutador(a). O processo levou 1 semana. Fui entrevistado pela Edenred (Bucareste, ) em mai. de 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.
Perguntas de entrevista [1]
Pergunta 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());