La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Elbit Systems (Netanya) nel mese di ott 2021
Colloquio
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
Domande di colloquio [2]
Domanda 1
An array from 1 to n is missing x numbers. Find all of them in O(n) complexity
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Elbit Systems nel mese di mag 2023
Colloquio
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.
Domande di colloquio [1]
Domanda 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); }
Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Elbit Systems (Tel Aviv) nel mese di giu 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 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)