I applied through a recruiter. The process took 2 months. I interviewed at Hopper (Boston, MA) in Jan 2023
Interview
Recruiter reached out to me about open position. They kept me hanging for few weeks while also slowly progressing with the interview. Halfway through though, they had already selected the candidate and stopped the process. Why interview multiple candidates when you already have candidates in line? I would suggest using this company as a test ground and probably not offer them as much value as you know they're using you as a test candidate. (Also current employees told me there is no real job security as when recession comes, this company if one of the first to let employees go)
Interview questions [1]
Question 1
- Given the set of ranges and maximum range, find the minimum number not in that range. For example if input is ((2, 3), (5,9), (10, 15)) and max range is, 15, the output should be 1 as this is the minimum number not in that range - Calculate the height of BST (Interviewer told me they use this algorithm daily on their job :-|) - Given the number of floors and available parking spaces on each floor, write an algorithm to assign parking and update the spots when car checks out - General questions on values and your past experiene with it.