You got an array where the same integer appears twice, except for one, find it
Embedded Firmware Engineer Interview Questions
173 embedded 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
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; }
Write a driver for dimming an LED.
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