Me postulé a través de un reclutador. Acudí a una entrevista en Elbit Systems en may 2023
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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); }