Reverse the order of words in a string.
Design Engineer Trainee Interview Questions
31,130 design engineer trainee interview questions shared by candidates
Basics about SOM and previous job
Q. What are some apps that you use regularly and why?
How do you combine states in a state machine. Do you actually save anything?
Could you replace the CPU cache with an SRAM? If you can what would be an advantage and disadvantage.
Basic interview questions and about things which are all in my resume.
write a verilog code for sequence detector fsm 1001
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
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.
Viewing 381 - 390 interview questions