Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela TandemG (Lod) em abr. de 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.
Perguntas de entrevista [1]
Pergunta 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.