I applied online. The process took 2 weeks. I interviewed at Compass in Jun 2024
Interview
I had 2 interviews, First one with HR, generic questions you would expect to go over your experience and etc. Second interview was a tech interview asking to implement a Simple Calendar class. I would try to move fast as I ran out of time.
Interview questions [1]
Question 1
create a calendar class in which you can add appointments(custom struct) onto. In the calendar class you have to add 2 functions, One to add an appointment to the calander, the appoinment has startTime and endTime in which new appointments cannot overlap, second function is to retrieve all appointments with specified start and end time.