Embedded Software Developer Interview Questions

4,386 embedded software developer interview questions shared by candidates

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.
avatar

Embedded Software Engineer

Interviewed at Mobileye

3.8
Mar 27, 2024

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.

Viewing 2581 - 2590 interview questions

Glassdoor has 4,386 interview questions and reports from Embedded software developer interviews. Prepare for your interview. Get hired. Love your job.