Solicité el puesto a través de la recomendación de un empleado. El proceso duró 1 día. Acudí a una entrevista en Elbit Systems (Haifa) en jun 2022
Entrevista
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
Preguntas de entrevista [3]
Pregunta 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)