Question 1 - review some code and verify if it works? Question 2 - implement a circular buffer.
Embedded Developer Interview Questions
6,907 embedded developer interview questions shared by candidates
1. Basic introduction 2. Asked about the projects on the resume 3. Asked various basic questions related to embedded systems including interrupts, pointers, threads etc.
Write a function that takes an array of structures, finds the first entry with a matching name field, and returns a duplicate (deep copy) structure.
Read the register at address 0x10000 and write the value to 0x20000 (write only). Register at 0x10000 is a FIFO register that will update to the next value after being read. Do this until the value read from 0x10000 is 0x0.
Normal C++ programming task : LinkedList, Data structure, Memory Management Conceptual questions: OS, RTOS
Pointers, Linked List, Assembly, RTOS concepts
C pointers,data structures, memory map,......
How would you go about transferring files from one 1tb server to another with only a 1.4mb floppy disk to transfer files?
1. What does “real time” system mean? 2. Have you any experience to implement the real time system and what did you do if the system can’t finish the task in real time? 3. How comfortable do you use c++? 4. What does the constant mean? 5. What does the static mean? 6. What does the volatile mean? 7. What does the switch and case mean? 8. Can you tell me the disadvantage of if else compare to switch case? 9. Do you know any bitwise operator?
1. What does “real time” system mean? 2. Have you any experience to implement the real time system and what did you do if the system can’t finish the task in real time? 3. How comfortable do you use c++? 4. What does the constant mean? 5. What does the static mean? 6. What does the volatile mean? 7. What does the switch and case mean? 8. Can you tell me the disadvantage of if else compare to switch case? 9. Do you know any bitwise operator? programming question Design a function which can return the character that has the most frequency in string (string is input). For example, if the input is “hello world”, the output will be ‘l’.
Viewing 3291 - 3300 interview questions