Write a scoreboard in SV or UVM for simple alu where there is an 8 bit input that is changing value every clock cycle and the output should be equal to sum of previous 5 inputs.
Verification Specialist Interview Questions
3,820 verification specialist interview questions shared by candidates
First interview - I was asked to write pseudo code for memory allocation (like malloc/free). Second interview - I was asked to describe verification environment for a FIFO, considering sync/async. And to write a UVM monitor.
- More details about projects and experiences on the resume - 3 questions DSA related to embedded systems (only walking through ideas)
Leetcode easy questions were asked
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
design question - design a system to identify if input bitstream is divisible by 5 - taking a 16bit stream, programming - print matrix spiral, etc. Also assertion questions, UVM
Asking abut the technical question.
Describe the entire verification cycle of a particular block testing.
How many quarters would it take to stack end to end from the ground to the top of the empire state building. State your assumptions.
Mostly technical questions on protocols and verification methodologies.
Viewing 1441 - 1450 interview questions