I applied online. I interviewed at Collective Health (San Mateo, CA) in Apr 2022
Interview
Overall, it was a great experience. The recruiter was constantly in touch with me throughout the process. I didn't get past the hacker rank test. Need to make sure to pass all the test cases in hacker rank.
Interview questions [1]
Question 1
1. Initial Screening with Recruiter.
2. Behavioral interview with Manager
3. Hacker rank test
I applied through other source. I interviewed at Collective Health (San Francisco, CA)
Interview
The process consists of 1 phone sceen followed by an onsite. The questions were reasonable and all the interviewers were very friendly and nice. I knew what to expect in terms of the onsite day and well organized recruiter.
Interview questions [1]
Question 1
related to their everyday business needs.Database design for storing insurance information about employees and queries on the same.
I applied through other source. The process took 3 weeks. I interviewed at Collective Health (San Francisco, CA) in Mar 2018
Interview
Was contact via a recruiting platform. All personnel I spoke with had relatively high EQ, they asked good questions about where I saw myself and took an interest in what I wanted to be doing.
On-site consisted of:
- Intro the company; fully insured vs self insured markets
- Tech round building a twitter based API
- Tech round with engineering puzzlers
- Skills round with other team members (data science and product)
- Meet with VP engineering
Interview questions [2]
Question 1
Design a twitter-like API; tweets, people, followers.
Write a function to produce all sub-ranges not found in a set and a given absolute min and max range. For example:
With the set: -1 3 34 35 36 49 52 and a min of 0 and a max of 50, return:
0-2
4-33
37-48
50