I applied through an employee referral. The process took 1 day. I interviewed at Elbit Systems (Haifa) in June 2022
Interview
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
Interview questions [3]
Question 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)