Design Verification Interview Questions

1,114 design verification interview questions shared by candidates

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
avatar

Design Verification Engineer

Interviewed at Apple

4.1
Sep 21, 2023

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

Viewing 361 - 370 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,114 interview questions and reports from Design verification interviews. Prepare for your interview. Get hired. Love your job.