If someone gave you a list of requirements, tell me how you would go about implementing them?
Embedded Firmware Engineer Interview Questions
164 embedded firmware engineer interview questions shared by candidates
1) write mergesort 2) mergesort 2 linked lists 3) "sort colors" on Leetcode but instead of numbers use objects that have a color field. 4) Producer consumer problem.
What does limit the operating frequency of the I2C bus
What will be the output of the following code snippet? #include void function(int *ptr) { *ptr += 5; } int main() { int x = 10; function(&x); printf("%d\n", x); return 0; }
What is pipelining, how can it improve your design and what are some drawbacks.
Semaphore v mutex, SPI I2C UART basics. Coding question doing basic bitwise operations, and then applying bitwise operators on a slightly difficult question.
You got an array where the same integer appears twice, except for one, find it
Which is the process to start designing and prototyping an application on an Embedded target? Assuming the HW is decided and ready.
Very detailed technical questions about specific functions within the Linux kernel.
What are Networking Protocols and other ultra low power protocols?
Viewing 21 - 30 interview questions