I applied through an employee referral. The process took 2 weeks. I interviewed at Doctolib (Nantes) in Mar 2026
Interview
I participated in 2 interviews. The first was a zoom call with a member of the recruitment team. We discussed: my experience and skillset (at a high level), what type of post I'm looking for, salary requirements, whether I am interviewing for other jobs, We also discussed the company and its product offerings, the specific group I was applying to and specific details about the post. I asked questions about the team structure, the codebase, and the company's stance on AI.
The 2nd interview was a technical interview with two staff engineers. I was presented with a partially completed project in an online IDE and given a feature to implement. The feature involved retrieving a set of data points from a REST API endpoint, writing a function to detect certain conditions in those data points and return a set of results, then plotting those results in a graph component. A requirement was to use TDD, so basically the task was to write failing tests for this function and then implement the function to get green tests. There was slight emphasis on TypeScript. Basically no React knowledge was evaluated. I was encouraged to use the integrated AI console as necessary.
Other Senior Software Engineer interview reviews for Doctolib
Un processus très long qui a duré 4 mois sans même aboutir (il restait encore une étape, une série d'entretiens et une vérification des références, puis l'espoir d'une offre). Les gens sont sympathiques, mais peu réactifs et peu efficaces (réponses lentes et mois sans nouvelles).
Whole interview process consist of multiple rounds starting from initial HR screening but mainly 2 technical rounds after HR initial screening.
1st round was live coding challenge. and 2nd was system design.
I could not reach until System design
Interview questions [1]
Question 1
They describe the problem statement in Interview invite description.
Problem statement is to find empty time slots with in 7 days of given LocalDateTime format.
You have to start with writing simple code 1st and add scenarios later.