I applied through a recruiter. The process took 1 week. I interviewed at Edenred (Bucharest, Bucuresti) in May 2026
Interview
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.
Interview questions [1]
Question 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());