I applied through an employee referral. I interviewed at Razorpay (Bengaluru)
Interview
One Machine Coding round with one manager round. Requires completion of all the functional requirements. Also for senior engineers good LLD is required.Code should be extensible and modular. You have describe your approach clearly to your interviewer
I had a High level system design round with Razorpay for SDE-2 role. Could not clear high level system design round and did not got shortlisted for further interview rounds.
Interview questions [1]
Question 1
Discussion on high level design of a scheduler service.
Requirements:
1. Multiple clients exist
2. A client should be able to schedule a task at a specific timestamp
3. After the task execution (or failure), a callback to the client should be done
4. Handle Error and Retry mechanisms