Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Riskcovry nel mese di giu 2025
Colloquio
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.
Domande di colloquio [2]
Domanda 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.
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