I applied through an employee referral. I interviewed at Razorpay (Gurgaon, Haryana) in Feb 2025
Interview
It was easy, simple DSA questions, and most questions were related to arrays. They asked dbms and simple questions from core subjects like computer networks, system design, operating systems and etc
I applied online. The process took 4 days. I interviewed at Razorpay (Bengaluru) in May 2023
Interview
The recruiter called up to schedule the interview. The process went smoothly. The interviewer in the technical round was very knowledgeable. He explained how things work in RazorPay. It was a great conversation.
Interview questions [1]
Question 1
Explain the different status codes in the API response. How to avoid manual validation completely? How will you debug if the status code is in 5xx?
I applied online. The process took 1 day. I interviewed at Razorpay (Bengaluru) in Sep 2017
Interview
I had applied for SDET position and even after some rounds of interview i was not asked anything about software testing. I was asked to design and develop stuffs. At some point I was wondering if i had applied for some design or development role.
@recruiters: Kindly mention in the job description that candidates would be asked to design and develop softwares. Job description was totally different from what was asked in the interview.
Interview questions [1]
Question 1
You have a client-server architecture. In between client and server you have your application. Given each server has a success probability factor `x`(0 to 1), You are supposed to come up with a logic so that you decide which server among all the active servers would process your request and give back the response to your application, which in turn is displayed to the user. Design and Develop your application logic after that.