Where Do You See Yourself in 5 Years?
Firmware Development Engineer Interview Questions
2,356 firmware development engineer interview questions shared by candidates
3 light bulbs 3 sockets question
Write a driver for dimming an LED.
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; }
How are you
The interview programming challenge was to implement some parts of an LRU cache.
How did control transfer from Bootloader to Application?
Bit manipulation questions
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.
Fizz buzz
Viewing 461 - 470 interview questions