Glassdoor users rated their interview experience at Booking.com as 66.7% positive with a difficulty rating score of 3.33 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Account Executive and Data Engineer rated their interviews as the hardest, whereas interviews for Account Executive and Product Owner Finance roles were rated as the easiest.
The hiring process at Booking.com takes an average of 3 days when considering 3 user submitted interviews across all job titles. Candidates applying for Product Owner Finance had the quickest hiring process (on average 3 days), whereas Product Owner Finance roles had the slowest hiring process (on average 3 days).
The process took 1 day. I interviewed at Booking.com
Interview
Designers who does not know front-end development can't join Booking. The hiring process starts with a HTML and CSS test, and you have about 30 minutes to finish it.
You are not only measured for finish the test, your code must be excellent. It's more a role for a front-end developer than UX Designer at all.
I applied online. The process took 3 weeks. I interviewed at Booking.com (Amsterdam) in Aug 2016
Interview
They give you a Hackerrank test (4 questions in 1 hour 15 minutes), then the HR calls you, and then there is the live coding, where 2 programmers watch you coding while on call. The code doesn't have to compile, they are only interested in the algorithm. I got an easy question, but as I haven't solved any problems of this type, I couldn't provide them the most optimal solution other than a brute force one. I think you either have luck, by knowing the problem type, or you learn a lot of algorithms, or you are a genius and come up with a solution in place. It's also hard to think in place, while you know that 2 others are on the line.
Interview questions [1]
Question 1
Given the following list of objects {user, loginTime, logoutTime}. What is the maximum number of concurrent users logged in at the same time?
Input:
[
{user: A, login: 1, logout: 3},
{user: B, login: 3, logout: 4},
{user: C, login: 1, logout: 2},
{user: D, login: 123123123, logout: 987987987},
{user: E, login: 1, logout: 3}
]
Output:
3
Phone interview with HR, the call lasts about 15 minutes. Several questions about background and past experiences related to data analysis. Two questions about future plans. Ended with me asking questions about the role, length of projects etc. The graduate programme is an one-year programme including two half-year rotations with different groups (data scientists, business team etc.) in Booking. The average length of the project is about one-month. The interviewer said the position is really competitive and the result for my interview came out in the next two days.
Interview questions [1]
Question 1
Q: Do you understand theories of machine learning algorithms or you just know how to apply them in programming?