Candidatei-me de outra forma. O processo levou 2 semanas. Fui entrevistado pela Galor Systems & Software Developments (Tel Aviv) em ago. de 2022
Entrevista
1. HR interview on the phone
2. Technical interview - tell about yourself
and algorithms and architecture (of application) questions
3. Interview with the CEO - tell about yourself and how I solve bugs
4. HR Interview
Perguntas de entrevista [1]
Pergunta 1
There are 2 arrays of numbers, the size of the first array: n, the second: n+1.
All the numbers of the first array (n) are included in the second array (n+1)
The whole number appears once,
What is the number that is in the second array (n+1) and not in the first array (n)
Write an algorithm to find this number.