I applied through a recruiter. The process took 2 days. I interviewed at iStreamPlanet (Cincinnati, OH) in Aug 2021
Interview
First started off with a recruiter. They asked me some pretty technical intro questions to vet me. Then it was 3 interviews, each about an hour long, back to back. First one was more HR/Personality type questions. Next two were very technical discussions, as well as coding challenges.
Interview questions [3]
Question 1
Describe how you would design a parking garage ticket system.
Given an input of a list of cardinal directions (N, S, E, W), return the number of directions that can be removed to get you to the exact same point if you followed the original directions.
Given a collection of "batteries" each with a specific charge number you goal is to get them each to the same charge number. Return the number that requires the least total increases or decreases to the batteries charge number.