J'ai postulé via une autre source. J'ai passé un entretien chez Collective Health (San Francisco, CA)
Entretien
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.
Questions d'entretien [1]
Question 1
related to their everyday business needs.Database design for storing insurance information about employees and queries on the same.
J'ai postulé en ligne. J'ai passé un entretien chez Collective Health (San Mateo, CA) en avr. 2022
Entretien
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.
Questions d'entretien [1]
Question 1
1. Initial Screening with Recruiter.
2. Behavioral interview with Manager
3. Hacker rank test
J'ai postulé via une autre source. Le processus a pris 3 semaines. J'ai passé un entretien chez Collective Health (San Francisco, CA) en mars 2018
Entretien
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
Questions d'entretien [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