Just a waste of time.
Software Embedded Interview Questions
6,865 software embedded interview questions shared by candidates
HR My controls Engineering Experience ? How much salary I was expecting ? Tell me about your Matlab/Simulink Experience ? Client:Panel Interview Walk through your resume Some questions from my resume. Specific question from Engine control. How to achieve the Maximum fuel efficiency ?
How do you structure and debug the code?
What is your Superpower, and super weakness? Brainteaser with fluctuating stock prices.
How would you design a gps for cars?
What will the following code print out on the terminal? int main(){ int a = 5; foo(a); printf("%d",a); } void foo(int a){ int* ptr = &a; *a = 10; }
You have 3 switches outside a room and 3 lights inside the room. Each switch controls a single light. The door to the room isn't close to the switch or the lights. Once you enter the room, a door will close and you can't leave. In what ways can you figure out which light is controlled by what switch? There was. a schematic reading question and a coding question as well, they were pretty standard for the industry?
Q: How would you connect a microcontroller to an LED. Calculate the value of the resistor, PWM counter questions
Write a driver for dimming an LED.
In a room there are three light bulbs, and outside of the room there are three switches. How to figure out which switch controls which bulb by only entering the room once.
Viewing 1211 - 1220 interview questions