Solicité el puesto a través de la recomendación de un empleado. El proceso duró 1 semana. Acudí a una entrevista en Microchip Technology (Chandler, AZ)
Entrevista
I applied through a referral. I got an email from an engineer to schedule an interview for 30mins - 1hr. Started with behavioral questions and then moved on to the technical stuff.
Preguntas de entrevista [7]
Pregunta 1
First, he asked me the basic behavioral questions... Strength, weakness, time when I used my engineering skills in real life away from college
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
Then he asked me about the blocking and non-blocking statements. Then gave me this question to solve:
clk = 0;
always@(clk)
begin
a <= clk;
b <= #25 clk;
c <= #40 clk;
d <= b;
e <= d;
end
find how the values are changing from time 0 to time 240.
Same question was repeated by changing the intra assignment delays to inter assignment delays
Suppose there are two inverters connected back to back. Both are working in 3V domain.
What is the output if the input is given as 0V.
For the same back to back inverters, if both of them are connected back to back and if both of them are working in 3V domain and if the input is 0V. what is the output.
Envié una solicitud electrónica. Acudí a una entrevista en Microchip Technology en dic 2025
Entrevista
There were two rounds of tech interviews. The panels were good to me and corrected me at times if I said anything wrong. Surprisingly my second went very well compared to first. Still I think I did not make it since there's nothing from the HR after that.
Preguntas de entrevista [1]
Pregunta 1
They asked me about my projects. Microcontrollers in depth, embedded C, basic analog concepts.
Acudí a una entrevista en Microchip Technology (Burnaby, BC)
Entrevista
Basically an resume review. They asked me to talk about the projects on the resume. Also they took a look at my transcript and asked about some of the courses and what my favorite was.
Preguntas de entrevista [1]
Pregunta 1
Experience with digital logic projects like adders, clocks, MUX
Screening Round of 30 mins with hiring manager.
Five panel rounds each one hour based on RTL Verilog, Simulation, Debugging, Static Timing Analysis, CDC, Communication protocols such as UART, I2C, SPI.