Very detailed technical questions about specific functions within the Linux kernel.
Embedded Software Firmware Engineer Interview Questions
173 embedded software firmware engineer interview questions shared by candidates
What are Networking Protocols and other ultra low power protocols?
What is volatile keyword in programming?
Static variable related questions
Radar basics
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; }
The interview programming challenge was to implement some parts of an LRU cache.
Asked me about my previous academic projects and internship experience. How I used a Kalmann filter that I mentioned in my resume.
They asked me about my experience with SPI and I2C, and what the differences between them are.
Viewing 31 - 40 interview questions