RTOS, firmware related questions and
Embedded Software Engineer Interview Questions
Embedded Software Engineer Interview Questions
Embedded software engineers develop and maintain embedded systems, which may require advanced software skills and problem solving. In an embedded software engineer interview, the interviewer may ask questions that test your coding skills and experience. Expect to also discuss how you work with others, as the role may function within a team.
Top Embedded Software Engineer Interview Questions & How To Answer
Question #1: Define an embedded system.
Question #2: What programming languages are you able to use?
Question #3: Have you collaborated with engineers and designers?
6,900 embedded software engineer interview questions shared by candidates
Explain what this function does to me (at the blackboard, without any support): void func(char* a, char* b) { while(*a++ = *b++) {} }
The difference between microcontroller and CPU
Search for element in an array Sort an Array Communication protocols Interrupts
Most of the questions was about C; difference between Macros and Functions, write a sorting program. The rest of the interview was about interrupts and embedded systems architecture.
C function to swap to integers, directly and swapping two pointers that points to integers. C function dealing with bit by bit, but i don't really remember the application. sych and asych. interrupts and ISR, asked to write ISR and draw what will happen on the memory A lot of Questions on memory and what will happen if any of those functions were executed CAN, LIN, UART, SPI and I2C.. how they work macros and functions #if rentrant functions
1.About project 2. c programs were given and asked me to explain what it does.
what is static ?
How to detect loop in a link list?
Question on LinkedList. They wanted to move alternate elements in the linked list to the start of the LinkedList and embedded the remaining at the last.
Viewing 1041 - 1050 interview questions