J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Egen en déc. 2021
Entretien
The whole process took 1 week.
The first they gave was code signal assessment and then the technical interview which was also on code signal. I was asked 2 questions to live code in the technical interview.
Questions d'entretien [1]
Question 1
Q: A question based on string functions. Check for the variable names in camelCase from the list of words and return true or false.
Q: Write a function to count the number of smaller elements on the right of each element in an array. Given an unsorted array arr[] of distinct integers, construct another array countSmaller[] such that countSmaller[i] contains the count of smaller elements on the right side of each element arr[i] in an array.