I applied through a recruiter. The process took 2 days. I interviewed at Riskcovry in Jun 2025
Average interview
Application
I interviewed at Riskcovry
Interview
It was smooth but lengthy one we have to run all the test cases in leet code while sharing the screen. He asked about project and he asked me 2 coding questions. and some oops and other questions
This whole process was for ROR role. According to HR the whole process consisted of 3 round all technical. In my first round, I was asked some basic ROR questions and easy level DSA question on array. They prefer ruby language for this.
Interview questions [2]
Question 1
marks = [
{ name: "a", subject: "english", mark: 80 },
{ name: "a", subject: "maths", mark: 90 },
{ name: "b", subject: "english", mark: 70 },
{ name: "b", subject: "maths", mark: 60 }
]
given the above marks, write the code to get the student with the highest total marks.