Static variable related questions
Embedded Firmware Engineer Interview Questions
164 embedded firmware engineer interview questions shared by candidates
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.
How to convert 5 volt signal to 3.3 volt logic?
embedded c , i2c ,spi, modbus
Describe the electronic design architecture in a project you've worked on?
Viewing 31 - 40 interview questions