I applied online. I interviewed at Gusto in May 2019
Interview
First Interview was over the phone. Very relaxed. Just basically going over your most resent job activities.
2nd Interview was a technical interview that was done using coderpad.io. The interviewer gave you a problem and you simply coded it up and they would ask questions on choices as you coded.
Interview questions [1]
Question 1
The 2nd Interview was all centered around creating a datastore class. It started as simple key/value pairs. Then the complexity of the class increased as the need to store timestamps associated with when the values were stored and to retrieve a value based on a timestamp.