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); }