Booking.com | Hacker rank test | May 2021
Anonymous User
26046
  1. Rotate the string based on the given integer values for leftshift and rightshift, all test cases passed.
  2. Given array of integers representing where cars are parked, find out the min length required to cover the roof of k cars, all test cases passed..
  3. Given positive and negative words, hotels and their reviews, return top K hotel based on the reviews. (frequently asked question for booking.com) , all test cases passed except one.

Does anyone know whether booking.com expects all test cases to be passed in the test.

Update : link to complete interview experience - https://leetcode.com/discuss/interview-experience/1395715/Booking.com-or-Backend-developer-or-Amsterdam-or-July-2021-Offer

Comments (10)