Was a generally good interview, the interviewers where generally nice.
They first explained about the role itself and what they do, and about themselves.
Then I introduced myself shortly and was asked about an interesting project I did. Afterwards they asked me a few coding questions mostly taken from "leetcode".
Only thing that was upsetting is that I didn't get a feedback even though I asked for one, twice.
I applied through an employee referral. The process took 2 weeks. I interviewed at Intel Corporation
Interview
two interviews, the first with two members of the team, focused on C, the second with the team lead and also focused mainly on C. Both were on zoom and took about 2 hours.
Interview questions [1]
Question 1
implement a 5-boom game version.
a program gets a bit number (0 or 1) and each number is added as the first bit of the numbers sent before,
for example,
1 -> 1
0 - > 10
1 - > 101
1 - > 1011
and so on...
each time if the total number is divided in 5 with no remainder print boom.
I applied through an employee referral. The process took 2 weeks. I interviewed at Intel Corporation (Haifa) in Aug 2019
Interview
Second interview for Firmware Student role at the Imaging Group.
The interviewer immediately started the professional part without asking any personal questions or questions about my coursework.
I was standing and writing code on a dry erase board while the interviewer was seating and asking me questions. The interviewer wasn't completely obligated to the interview and was partly on his laptop or on his phone.
Interview questions [3]
Question 1
Describe the differences between 32 bit and 64 bit processor.