Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Booking.com

      Fait partie de Booking Holdings

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Booking.com | Offres d’emploi chez Booking.com | Salaires chez Booking.com | Avantages sociaux chez Booking.com
      Entretiens chez Booking.comEntretiens d’embauche pour Site Reliability Engineer chez Booking.comEntretien chez Booking.com


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Site Reliability Engineer

      6 août 2019
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Booking.com

      Entretien

      Got a call from a recruiter for a screening round where he asked about my experience and tested my Data structure and algorithm knowledge with some basic questions like what is Hash table. In Second round there was a programming interview on hackerrank codepair with 3 engineers from Amsterdam.

      Questions d'entretien [1]

      Question 1

      They gave me the below question to solve in 30 mins. Based on customer research, we know that our guests get confused when they are searching for accommodation and they found multiple hotels with the same name in the same city. To avoid this, we want to create a tool to identify "confusing" cities: cities with at least 3 hotels with the same name. Given a list of tuples (hotel_id, hotel_name, city) return a list of all "confusing" cities. Input: [ {hotel_1234, "Sheraton", "Amsterdam"} , {hotel_1000, "Sheraton", "Buenos Aires"} , {hotel_1001, "Hilton", "Amsterdam"} , {hotel_1002, "Royal Palace", "Bogota"} , {hotel_1003, "Hilton", "Amsterdam"} , {hotel_1004, "Sheraton", "Buenos Aires"} , {hotel_1005, "Sheraton", "Buenos Aires"} ] Output: [ "Buenos Aires" ]
      8 réponse(s)
      4

      Autres retours d’entretien d’embauche pour un poste comme Site Reliability Engineer chez Booking.com

      Entretien pour Site Reliability Engineer

      8 déc. 2023
      Candidat à l'entretien anonyme
      Amsterdam
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Booking.com (Amsterdam)

      Entretien

      This was the first interview. In general it was a relaxed conversation with in depth moments. The main goals was to share information about the applicant, the company and see if there is a possible match. I like the academic nuance but the feedback is taking too long and is not clearly communicated.

      Questions d'entretien [1]

      Question 1

      What is the complexity of the pseudocode the that I am going to post in the chatbox?
      Répondre à cette question

      Entretien pour Site Reliability Engineer

      23 févr. 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Booking.com en déc. 2023

      Entretien

      - Recruiter’s Call: Motivation, recent experiences. etc. - Live Coding (1 Hour): Code on Hackerrank. No need to run and test the code. - System Design and monitoring (75 minutes) - Cultural Fit (1 Hour): This round was super weird.

      Questions d'entretien [1]

      Question 1

      - Live Coding: Easy problem related to recursion. Calculate time and space complexity. - System Design: Design a part of Booking’s internal system. - Cultural Fit: I had a bad experience in this round. One of the interviewers often frowned and was very dismissive. Asked odd questions: - What is the size of your company - How many people work in your company - Explain to me the hierarchy of the company
      Répondre à cette question
      2

      Entretien pour Site Reliability Engineer

      18 janv. 2024
      Candidat à l'entretien anonyme
      Amsterdam
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Booking.com (Amsterdam) en déc. 2023

      Entretien

      It took 2-3 weeks between the initial call and the live-coding interview. On the Live Coding, there were 2 engineers on the call. They were nice and appreciated my effort, even if the solution was no the best one.

      Questions d'entretien [1]

      Question 1

      You're given an array of city pairs and a start city. You need to find a valid itinerary: cities = [ ['Milan', 'Mexico'], ['Mexico', 'Dubai'], ['Berlin', 'Milan'], ['Barcelona', 'Berlin'], ] Having the start: "Barcelona" Here it would be: [ Barcelona, Berlin, Milan, Mexico, Dubai ]
      1 réponse
      2