J'ai postulé via une autre source. Le processus a pris 2 semaines. J'ai passé un entretien chez Galor Systems & Software Developments (Tel Aviv) en août 2022
Entretien
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
Questions d'entretien [1]
Question 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.