Can't go until specifics, but they all started out with only a vague problem statement, you really have to ask a lot of questions to figure out what is expected.
Embedded Software Engineer Interview Questions
4,667 embedded software engineer interview questions shared by candidates
RTOS, firmware related questions and
Explain what this function does to me (at the blackboard, without any support): void func(char* a, char* b) { while(*a++ = *b++) {} }
How would you count the number of set bits in a binary representation of an integer?
What can be constant in C?
Mainly focused on C /c++ programming and indepth knowledge of RTOS(Vxworks,QNX,Linux) is must along with arm/intel hardware details
Only one question - a) Given an array with elements 1,24,12, 9, 24, 25, 10, 3, 2, 2. b) Create a linked list with these elements c) Sort the elements in the most efficient way d) Delete repeated elements from the linked list Code in C++ and in 45 minutes. I was given access to his computer to use visual studio IDE.
talk about projects on your resume.
What is SDLC?
How would you design an elevator system. Follow up, is there any problems (from a embedded system point of view) you should prevent and how will you prevent it in your design.
Viewing 681 - 690 interview questions