Verification Design Engineer Interview Questions

951 verification design engineer 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.2
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 301 - 310 interview questions

Glassdoor has 951 interview questions and reports from Verification design engineer interviews. Prepare for your interview. Get hired. Love your job.