- Education: BS
- Years of Experience (YOE): 11
- Questions Asked: Create a class that accepts an array of ‘events’ and has functions to perform various tasks. It was basically a banking scenario and you had to add/deduct people’s balances and output everyone’s balances at certain timestamps. The difficulty was keeping track of the events and reconstructing the timeline properly since each event also had a timestamp.