J'ai postulé via un recruteur. J'ai passé un entretien chez Riskcovry en juin 2025
Entretien moyen
Candidature
J'ai passé un entretien chez Riskcovry
Entretien
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.
Questions d'entretien [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.