I applied through an employee referral. The process took 3 weeks. I interviewed at REGROUP in Sept 2021
Interview
The interview was structured as so:
1. Initial Call: talk about the Regroup app (mobile & web)
2. Live technical challenge:
a.) Design a series of javascript functions
b.) Find problems within a react component and fix it
3. Speak with the team: more in-depth behavioral interview, experiences, and follow up questions
Interview questions [1]
Question 1
1. Update a pre-existing javascript data object with new data. The new data could have a conflict with old date (what would you do then?)
2. Fix stateful component bugs in React (useState, useEffect, useMemo, etc.)