Do you have experience in Linux?
Firmware Engineer Interview Questions
2,134 firmware engineer interview questions shared by candidates
Static variable related questions
What is volatile, what is static
What is something that defines you as a person
Write a routine that finds the number of bits set in an integer.
explain how semaphores and mutex are used. what structure is used in making your own malloc command.
Some bit manipulation questions and Queue operations.
Radar basics
Where Do You See Yourself in 5 Years?
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; }
Viewing 411 - 420 interview questions