I applied through an employee referral. The process took 2 weeks. I interviewed at Elbit Systems (Rehovot) in Feb 2019
Interview
I had 2 job interviews. The experience wasn't great. First of all, I received a phone call from the team leader. He didn't send me an invitation mail. When you go to their office, they ask you to call the person who he invited you so he will let you in. I don't save the phone numbers of all the people who call me, and that phone call itself is uncomfortable. As the interview went by I realized what they call developing is reviewing code. This is great, but it was a waste of time to get there, interview for a developer role only to realize it's QA. If you go to interview there - make sure ahead of time what the role is about, to save yourself wasted time.
I applied through a recruiter. I interviewed at Elbit Systems in May 2023
Interview
Two technical interviews with two team leaders , one HR interview. five to seven questions for each interview. include presenting a project at both interviews + follow-up questions. The HR interview was an half an hour.
Interview questions [1]
Question 1
what will print on the screen follow this code: Void foo(int y) { Int c*=(int *)malloc(sizeof(int) * y); y = 17; } int main() { int y = 42; foo(y); printf(“%d”,y); }
The process took 2 weeks. I interviewed at Elbit Systems (Netanya) in Oct 2021
Interview
We talked about my experience background and degree than solved a couple of standard interview questions in pure c. They required I will fully implement the second questions. Overall they were nice and friendly. Pay is relatively low
Interview questions [2]
Question 1
An array from 1 to n is missing x numbers. Find all of them in O(n) complexity
I applied through other source. The process took 4 weeks. I interviewed at Elbit Systems (Tel Aviv-Yafo) in Jun 2021
Interview
First, they asked me about myself, and my background (B.Sc studies and etc) and after several minutes of presentation, started to asked some technical questions. At the end of the session, they told me that they will contact me as soon as possible.
Interview questions [1]
Question 1
Q: Find all compilation/run-time errors in a given code (x2)
Q: Check if a C matrix has at least one ascending order in a column
Q: Another weird question about mapping inputs and outputs of a generic printer (its SW part)