I applied through other source. The process took 1 week. I interviewed at Rippling (Bengaluru) in Oct 2025
Interview
It was virtual interview based on web fundamentals. There was colors api which needs to be used to display those colors on the frontend. Then optimizations around it. Such as next page tokens. Next buttons. Api call on scrolling, some questions on react lifecycle.
Interview questions [1]
Question 1
Asked to answer questions on reach lifecycle, particulary on usestate and useeffect
I applied online. The process took 2 weeks. I interviewed at Rippling
Interview
Synced up with a recruiter and got scheduled a phone screen. For the phone screen, was given a React template to do live coding. The task was to build out a React app iteratively based on the tasks mentioned. You start off small building a component and work your way through.
What made the interview somewhat challenging is there's a lot of extra stuff in the codebase you have to navigate. It took me a while to understand some of the helper functions they provide are to mock calls.
Interview questions [1]
Question 1
Q: Build out a basic component, use some basic state to do something, hook it to an API call that leverages cursor pagination, iteratively build something out.