I applied through an employee referral. The process took 4 months. I interviewed at Elbit Systems (Haifa) in May 2025
Interview
first 20 minutes- introduction and personal details
technical part-3 questions:
1.given a code program, i needed to say what the code would print,its purpose and change a single line to make the the purpose of the code change
2. data structures question
3. OOP question
Interview questions [1]
Question 1
in the data structures question, i was asked to design a structure that supports insertion(key,value),update(key,value) and update_all(value),all in O(1) time complexity