Each interviewer had some whiteboard questions. Most were about thread safety or streaming data.
Embedded Software Developer Interview Questions
4,386 embedded software developer interview questions shared by candidates
What is the longest programming project you have completed (i.e. how many lines of code)
differences between the const and volatile qualifiers?
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.
why you chose the company?
Typical HR questions about your experience and what you're looking for
Translate a text. Write an email.
Calculate the median value for an N sized running buffer
C, MISRA C, C++, ASPICE
Write the code to find average of array elements.
Viewing 2581 - 2590 interview questions