J'ai postulé via un recruteur. J'ai passé un entretien chez Elbit Systems en mai 2023
Entretien
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.
Questions d'entretien [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); }