J'ai postulé en ligne. J'ai passé un entretien chez Booking.com (Amsterdam) en août 2017
Entretien
The hiring process is competitive and aimed at filtering apt candidates all the way upto offer with well thought process. The HR is well structured at coordinating the interviews and arranging the travel, tickets etc for the on-site ones.
The on-site interviews are a unique experience. The software developer round is like any other core-development interview (with Amazon, Indeed etc), with focus on Algorithm and then optimization. You will definitely crack this, if you are already working in a serious coding environment.
The tricky ones are Architecture interviews, because none of the conventional understanding would work here. You may be able to approach the question with the right solutions, but unless you hit the right "jargon" word, the interviewer won't give you points. So its hinged on following aspects
-- Design a system with zero single points of failure.
-- Describe algorithms for peak data handling
-- Describe acceptable Turn Around Time and fault tolerance.
It needs basic knowledge of Load Balancers, DB Sharding, In-Memory Caches and products like Redis, fast-config lookup such as ZooKeeper, and of-course the ability to knit them altogether.
Questions d'entretien [1]
Question 1
The architecture interview was about describing the system I'm currently working on, and analyzing the failure points.
apply online and then got an interview opportunity with the hackerrank test, after thet an hr call and then two rounds of tech interviews, after that there is a beharviour interview
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Booking.com (Amsterdam) en juin 2026
Entretien
Two stages:
- Technical: consisted of two parts. The first one was a hands-on coding exercise where I had to solve a problem, and the second one was focused on system design.
- Culture fit
Questions d'entretien [1]
Question 1
They asked about idempotency, retry mechanisms, inter-process communication, observability, reliability, and scalability.
J'ai postulé via un recruteur. J'ai passé un entretien chez Booking.com
Entretien
I recently interviewed with Booking.com for a software engineer role. The process was well-organized and took about 3–4 weeks. It started with an online assessment on HackerRank with a couple of LeetCode medium problems. That was followed by a technical screen where I did live coding and discussed basic algorithms. The final round was a full day of back-to-back sessions: algorithmic coding, system design (something like designing a hotel availability checker), a behavioral round using STAR questions, and a chat with a manager about company values. The interviewers were professional and friendly, and the problems felt relevant to Booking's actual business. On the downside, some coding rounds felt repetitive, and I didn't get much feedback after being rejected. Overall, it was a fair but challenging process. My advice: practice medium-level array and hash map problems, review basic system design, and have solid STAR stories ready. I'd rate it 4 out of 5 stars and would recommend it to other engineers.
Questions d'entretien [1]
Question 1
Design a hotel search and availability system that returns available rooms for a given date range and can handle high traffic.