The external recruiter didn't stick to the scheduled interview time slot. They also lost track of the job offer while we were on the call, and I had to wait around for them to find it. They were supposed to give me feedback from the manager within a few days, but they never did. There's also a difference between the job description and reality when it comes to salary : the salary the recruiter quoted me was lower than the one on the job ad.
I applied online. I interviewed at Edenred (Issy-les-Moulineaux) in Jun 2026
Interview
Un consultant se fait passer pour un salarié de l'entreprise pour vous recruter, puis il vous convoque à un entretien. Après cela, vous passez un entretien avec le manager et puis son N+1.
Interview questions [1]
Question 1
Les questions courantes : présentez-vous, pourquoi ce choix de parcours, etc...
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());