Immediate vs. Concurrent Assertions .
Verification Specialist Interview Questions
3,820 verification specialist interview questions shared by candidates
What is a pipeline driver?
I shared my experience in the projects that I worked on so far.
Leetcode easy questions were asked
General questions in Python, C, Verilog, and SystemVerilog.
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
Digital questions, UVM environment based questions
Resume questions, fifo questions, assertions, coverage
introduce yourself and why you want to work at apple
1. About the company, why apple 2. About projects as per resume-interesting test case, negative test case 3. different types of Hazard and how to avoid those 4. pipelining concept 5. Problem-solving: (using associative array-)how to sort names without repetition
Viewing 1421 - 1430 interview questions