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
Die Design Interview Questions
111,332 die 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?
Context: Design an App for a guy travelling through Heathrow Airport. He needs alcohol, food and some souvenirs. Questions post Design test: A: What is so different? B : What is so different from Zomato and Swiggy? C: Why I can't use google maps?
Viewing 811 - 820 interview questions