Booking.com interview question

Sort a document of users by age.

Interview Answers

Anonymous

17 Mar 2017

Use External merge sort for large documents.

3

Anonymous

7 July 2017

create a user class, where Age is a member class, then use Comparator to srot the collection by Age.