Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Elbit Systems (Haifa) nel mese di giu 2022
Colloquio
Explanation regarding the role and the team
Tell us about your biggest project
Write 2 functions in c++ and answer 2 design pattern related questions
No behavioral questions what so ever
Domande di colloquio [3]
Domanda 1
Q: Filter all points that are within a rectangle given a lower left and top right corners (input: vector of points, point topleft, point bottomright)
Q: Filter all all points that are within a circle, and output X of them sorted by distance from center(input: vector of points, point center, int radius, int max)