The interviewer kept going off track and even left the interview for a couple of minutes and didn't explain the technical question correctly and even admitted it at the end.
I had two interviews: a phone screen with the team manager, where we went over my resume, and a second interview with two team members. They asked me behavioral questions and some simple technical questions about Hardware Validation. I also had one Leetcode-style question.
Interview questions [1]
Question 1
Does a processor need more or less voltage when it is overclocked?
I applied through an employee referral. I interviewed at Intel Corporation (Haifa) in Nov 2023
Interview
Two interviewers introduced themselves and explained about the role, while answering some questions by me.
I talked briefly about myself.
They asked me about some project that I did and how I solved a problem which I encountered during that project.
They then asked me 2 technical questions
Interview questions [2]
Question 1
Implement A=A*B*C given registers A,B,C,D, using the following assembly commands: add, sub, jze, jnze, ret.