Candidatei-me por meio de recrutador(a). Fui entrevistado pela Elbit Systems em mai. de 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.
Perguntas de entrevista [1]
Pergunta 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); }