I applied through other source. I interviewed at Intel Corporation (Bengaluru) in Feb 2020
Interview
i was interviewed with the depth knowledge on UVM, SV, basic design concepts on fifo, verilog code for clock divider. when it came to UVM i was asked for the difference between sequence and sequencer.
I applied through an employee referral. The process took 3 weeks. I interviewed at Intel Corporation (Tel Aviv-Yafo) in Oct 2022
Interview
An internal move. there were 2 interviews. For the first one, they said that there will be algorithmic pseudo-code or digital systems questions. For the second one they promised a "thought question".
Interview questions [2]
Question 1
Given a binary matrix of size M*N randomly populated with 1's and 0's, for every '1' fill its row and column with 1's. Solve in space complexity of O(1). Time complexity is not important.
Second interview question: Given the following assembly commands: MOV Ri <-- Rj/immediate (put register j or immediate value into reg i) INC Ri (++) DEC Ri (--) JNZ Ri (jump not zero) 1. Code an assembly program that calculates x*y where x and y are unsigned integers 2. What values of x and y will cause the program to fail? 3. Modify the program to deal with these values 4. What result will we get if we run the program with values from question 2 and no modification from question 3? 5. Is it possible to answer question 1 without MOV command? Prove it!
I applied in-person. The process took 2 weeks. I interviewed at Intel Corporation (Haifa) in Jun 2022
Interview
The interview was about two hours, I was asked 2 questions.
One question in assembly and the second question in narrative systems.
At the beginning of the interview, they told about the position and the company, how the team is structured, etc...
Interview questions [1]
Question 1
they give me a code in assembly , was a problem in the code and I asked to fined the problem