Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Edenred (Bucarest, ) nel mese di mag 2026
Colloquio
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.
Domande di colloquio [1]
Domanda 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());