Conceptual knowledge of SV and UVM was tested
Senior Verification Engineer Interview Questions
192 senior verification engineer interview questions shared by candidates
What is the difference between local, protected and publice. Give an example usage of the three.
How would you do your job in X project?
Client Interview is main and is as per experience.
Using constrained randomization what types of functional coverage would you expect to see on a PCIe bus?
Imagine you and HR manager meet in the elevator. What would you say (within 1 min) to convince him/her to hire you?
Standard coding test followed by a separate technical interview based around figuring out the root cause and solution to a real-life issue.
Constraint writing Assertion writing on given waveform
Mostly SV and methodology based and also previous projects.
There was no really difficult question. If I remember clearly, maybe questions on RTL coding style, like always @(posedge clk, reset_active) begin if(reset_active) do somthing else do something end vs: always @(posedge clk, reset_active) begin if(!reset_active) do something else do something end What is the difference in above two impl's.
Viewing 161 - 170 interview questions