J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez TandemG (Lod) en avr. 2020
Entretien
4 interviews, 3 of which was technical, and 1 with the HR. first the team leaders of the department, then the head of department, HR, and finally the CEO. passed first three.
Questions d'entretien [1]
Question 1
write a function that takes 3 arguments : pointer to an unsorted array of numbers, size of the array, and a number to search for. the function should return true if the number is found, else false. do it with minimum number of operations (mathematical). only you have access to the array while searching it.