Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Microchip Technology (Chandler, AZ)
Colloquio
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.
Domande di colloquio [7]
Domanda 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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Microchip Technology nel mese di dic 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 1
They asked me about my projects. Microcontrollers in depth, embedded C, basic analog concepts.
Ho sostenuto un colloquio presso Microchip Technology (Burnaby, BC)
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Experience with digital logic projects like adders, clocks, MUX
Ho sostenuto un colloquio presso Microchip Technology
Colloquio
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.