I applied through a recruiter. The process took 2 days. I interviewed at Riskcovry in Jun 2025
Interview
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.
Breakdown Round - this is test the data structure and algorithms skils of respective language and SQL intermediate questions like group joins and so
Technical interview - technical questions like difference between joins includes , N+1 Query
HR interview - as same as other company
It was an easy interview, I could answer the questions quite easily. It went on for 30 minutes. The interviewer was nice and friendly. It felt more like a conversation between friends than an interview.