Each interviewer had some whiteboard questions. Most were about thread safety or streaming data.
Embedded Software Developer Interview Questions
6,907 embedded software developer interview questions shared by candidates
Mostly STAR questions - describe a time when....
What is the longest programming project you have completed (i.e. how many lines of code)
My projects and Coding questions in C Must Easy GFG on arrays and strings
differences between the const and volatile qualifiers?
what do you do in the field? how about ability on programing?
what is heap and stack
One technical question asked was to design a public interface for memory allocation (malloc and free) functions that had to intelligently decide between using small_alloc/small_free for allocations up to 30 bytes and big_alloc/big_free for larger allocations. The challenge was to implement a system that could remember which function to call for freeing memory without that information being available at the time of deallocation. The allocation functions allocate fixed size.
the difference between process and thread
why you chose the company?
Viewing 4121 - 4130 interview questions