How do you decide which coding language to develop in? What are the trade-offs between languages?
Embedded Firmware Engineer Interview Questions
173 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.
I had 4 questions: 1) write mergesort 2) mergesort on linked list 3) "sort color" problem on Leetcode but instead of numbers there where objects. 4) Producer / Consumer problem on a cyclic buffer.
If someone gave you a list of requirements, tell me how you would go about implementing them?
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.
Which is the process to start designing and prototyping an application on an Embedded target? Assuming the HW is decided and ready.
Semaphore v mutex, SPI I2C UART basics. Coding question doing basic bitwise operations, and then applying bitwise operators on a slightly difficult question.
Very detailed technical questions about specific functions within the Linux kernel.
Viewing 21 - 30 interview questions