Write a driver for dimming an LED.
Firmware Engineer Interview Questions
2,135 firmware engineer interview questions shared by candidates
3 light bulbs 3 sockets question
The interview programming challenge was to implement some parts of an LRU cache.
How did control transfer from Bootloader to Application?
Fizz buzz
Bit manipulation questions
How could the following be refactored to reduce the amount of memory used by this C code? int nFirstOne =1, nSecondOne=2; int nTemp = nFirstOne; nFirstOne = nSecondOne; nSecondOne = nTemp;
It was a round table of random questions from semaphores/mutexes, recursion, past project work (what was difficult problem and how did you resolve it), social questions like how you'd interact with negative feedback or difficult situations (give an example of one that actually happened). Too many to really document. You either know them or not. They were mainly based around the items on my resume.
allocating memory to a structure
A co-worker said he was asked if he is more comfortable in the time domain or position domain.
Viewing 421 - 430 interview questions