I applied through an employee referral. The process took 2 days. I interviewed at Razorpay in Aug 2020
Interview
Interview process was smooth and fast. It took 2 days in total.
First round was hackerrank coding test which consists of 3 algorithmic problem ( mostly from DP, Greedy ) followed by 10 mcq. Time given 90 minutes.
Next round was problem solving where they asked 1 problem solving question and 1 design question.
Next two rounds were Managerial round and HR round , only basic questions related to previous work and they briefed me more about their team.
After completing HR round I got offer immediately with joining date of Next Week so everything was fast.
Interview questions [1]
Question 1
First round was hackerrank coding test consists of 3 problems (Greedy and Dynamic programming ) followed by 10 mcq.
2nd round was problem solving round where they asked
1) Write a code to find first and last index of a number in sorted Array ( expected time complexity O(log N) )
2) Design and write a code for Network Request Analyzer . There will be a csv file consists of REST Api endpoint , response time, method type and all other data. I need to write complete code with good practices and OOP design which will return Average Response time, Max and Min latency for all the routes. Route also includes path variable and query parameter.