Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en TandemG (Lod) en abr 2020
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.