Booking.com Interview Question

Sort a document of users by age.

Interview Answers

Anonymous

Mar 17, 2017

Use External merge sort for large documents.

3

Anonymous

Jul 7, 2017

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