J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 jours. J'ai passé un entretien chez BigFix
Entretien
Applied through university job portal. The recruiter contacted me through email and we set up a technical phone screen.
I did not get pass the phone screen. The recruiter told me that even I managed to solve the questions I wasnt fast enough as the rest of the candidates and thus was not forwarded to the next round.
Questions d'entretien [2]
Question 1
1) Given Math.random, Math floor, low and high.
Math.random generates a number between 0 and 1.
Math.floor converts the number to the largest integer less than the given number.
Problem: generate a number between low and high inclusive.
2) Given an array of integers (without any clue of the range it contains) find the highest and second highest, lowest and the second lowest number in the array in the minimum complexity.