In an interview I was asked this question, You are the college principal and want to send a birthday wish to all the students who have their birthdays today. How do you implement this?
I said I will go with a Multi Hashset of dates where chaining is used so that each date has multiple studentIDs.(Each date will map to multiple students). But is there anything better that can be done?