Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Galor Systems & Software Developments (Tel Aviv) nel mese di ago 2022
Colloquio
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
Domande di colloquio [1]
Domanda 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.