Ich habe mich auf Empfehlung eines Mitarbeiters beworben. Der Vorgang dauerte 1 Woche. Vorstellungsgespräch absolviert bei Microchip Technology (Chandler, AZ)
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [7]
Frage 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.
Ich habe mich online beworben. Vorstellungsgespräch absolviert im Dez. 2025 bei Microchip Technology
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [1]
Frage 1
They asked me about my projects. Microcontrollers in depth, embedded C, basic analog concepts.
Vorstellungsgespräch absolviert bei Microchip Technology (Burnaby, BC)
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [1]
Frage 1
Experience with digital logic projects like adders, clocks, MUX
Vorstellungsgespräch absolviert bei Microchip Technology
Vorstellungsgespräch
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.