One hour technical interview, followed by 5 hour "on site" technical interview. The second round was with multiple people, but while they call it on site it was actually virtual.
Preguntas de entrevista [1]
Pregunta 1
class A; function int foo(); int a; return ++a; endfunction endclass program tb; A a; int b, c; initial begin for(int i = 0; i < 10; i++) begin b = a.foo(); c = foo(); $display("B = %0d", b); $display("C = %0d", c); end end function int foo(); int a; return ++a; endfunction
There were 1 screening and 6 panel rounds and it was difficult especially UVM part also they AMBA protocols basic design questions like fsm fifo and all and more focus on constraints
Preguntas de entrevista [1]
Pregunta 1
UVM based questions and Assertions and constraints
Envié una solicitud electrónica. Acudí a una entrevista en Apple (Sunnyvale, CA) en mar 2026
Entrevista
I had a screening round that started directly without any introduction. I was asked questions about my resume, mainly about my projects. After that, I was given a coding question.
first asking about the tool experience, asking about UVM knowledge like how and when to connect the sequencer and driver and what is their handshake , how do you deal with CDC problems, how to do the STA analysis, then final having a coding question
Preguntas de entrevista [1]
Pregunta 1
implementation of driver class based on the figure they gave