Microchip asks these Verilog questions, where they give you a verilog code to guess circuit. The code I was asked: always@(posedge a or posedge b) begin if(a) y = 0; else if(c) y = d; else y = y; end
Technical Design Interview Questions
31,077 technical design interview questions shared by candidates
The questions were : write a SV code to get unique random numbers, rand vs randc, write driver code etc.
write a function of swap(a,b) in C/C++ using pass by reference and pass by value.
2. Generate two arrays of length 10, whose elements are unique to each? Later he explained that all the 20 elements in both the arrays should be unique
Structural engineering related problems and such
1)Should be ready to write some logics (C/Verilog/System Verilog) on the spot . 2)Blocking and Non-Blocking. 3)Fork/join types and applications. 4)Test bench architecture blocks.(asked to write a generalized code to implement gen and bfm).
How do you test an elevator
dependence of short circuit current with the rise time and fall time of an inverter
What are your failures, and how have you learned from them?
Introduce your design project
Viewing 391 - 400 interview questions