Razorpay SDE2 Interview
Anonymous User
1323

Online assesment for Razorpay SDE2

YOE: 4 years 3 months
Prev company: Startup
Appeared in: October 2025

Recruiter reached out after a cold DM on LinkedIn. Shared an online assessment on a platform named Evaluate.

Online Assessment

The assessment was not strictly timed. However, the assesment link expires after 5 days.

Had 15 MCQs on RAG, temperature, TopP, TopK etc. (I had no idea about this). Each MCQ had to be answered in 30 seconds.

Had a LLD question to design VCS like Git with focus on keeping the code extensible.
Functionalities to be implemented -

  1. init
  2. add <regex>
  3. checkout {-b}
  4. reset HEAD~{int}
  5. commit (-m and -am)
  6. status
  7. log
  8. diff
  9. help

The assessment was proctored but it was allowed to use AI Code Assistant as per the instructions in LLD question.

I read about git. Created some prototype code using chatGPT and pasted into the pltforms IDE. But at the end, platform's IDE bugged out and returned to a state from 5-6 hours ago. All the newly written code was lost. It was late at the night and the link was about to expire in couple of hours. So, I left it as it was.

The IDE had a lot of other bugs too.

Question for the community

Are there better options than chatGPT to generate prototypes in such cases where the exact design is not well known(unlike parking lot or BookMyShow)?

Comments (2)