I applied online. The process took 3 weeks. I interviewed at Rippling in July 2022
Interview
Phone screen with recruiter to ask about background, technical Javascript 1.5 hour long interview.
The technical JS interview was way more detailed than I expected and the challenges were pretty tough. I ended up passing to the hiring manager round after that, but dropped out of the process since I got a weird vibe from the team. All frontend is based in India time zone and I have a feeling the work life balance is pretty bad.
Interview questions [6]
Question 1
If you are creating a modal and you want to be able to close it by clicking anywhere on the screen, how would you implement this?
I applied through an employee referral. The process took 2 weeks. I interviewed at Rippling (Bengaluru) in May 2021
Interview
There were totally three rounds.
1st round - Technical round: Interview with an engineer. Questions were related to JavaScript Prototypes, Inheritance, Closures. Implement currying function. Also a question in CSS.
2nd round - Technical round: About React.js hooks, How would you design an API, what is though process when doing code review. Design a Tab bar component, how will the API look like. No code required.
3rd round - Technical + Behavioural : One question regarding Topo sort where the data is in array of objects type. Then typical behaviour based questions, challenges faced in past work.
Totally interview is more towards Frontend, which i liked mostly. All the interviewers were friendly
Interview questions [2]
Question 1
How to center a div element inside another div element using pure css. Follow up question is what if the child element size is dynamic.