Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Booking.com

      Parte de Booking Holdings

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Booking.com | Empleos en Booking.com | Sueldos en Booking.com | Prestaciones en Booking.com
      Entrevistas en Booking.comEntrevistas para el cargo de Site Reliability Engineer en Booking.comEntrevista en Booking.com


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Site Reliability Engineer

      6 de ago de 2019
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en Booking.com

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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 respuestas
      4

      Otras evaluaciones sobre las entrevistas para el cargo de Site Reliability Engineer en Booking.com

      Entrevista para Site Reliability Engineer

      8 de dic de 2023
      Candidato de entrevista anónimo
      Ámsterdam
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Booking.com (Ámsterdam)

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

      What is the complexity of the pseudocode the that I am going to post in the chatbox?
      Responder pregunta

      Entrevista para Site Reliability Engineer

      23 de feb de 2024
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Booking.com en dic 2023

      Entrevista

      - 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.

      Preguntas de entrevista [1]

      Pregunta 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
      Responder pregunta
      2

      Entrevista para Site Reliability Engineer

      18 de ene de 2024
      Candidato de entrevista anónimo
      Ámsterdam
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Booking.com (Ámsterdam) en dic 2023

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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 respuesta
      2