C programming. Manipulating string. Linked list traversal. const vs static vs volatile. etc.
Embedded Software Developer Interview Questions
4,752 embedded software developer interview questions shared by candidates
Difference between process and thread
Find a software bug from a code snippet. The code had something to do with malloc and calloc.
Given a 32-bit register, bits 11:8 are PART_NUM and bits 7:0 are PART_REV. Output a 32bit value in the following format: [0000][0000][0000][0000][0000][0000][PART_FAM][PART_NUM] What is the minimum number of lines to write this function?
most question were based on C and OS related question. volatile, static, Linked list, stack, queues, context switching, Strings,
c++ questions
Embedded related questions. Architecture System Design Memory management
One questioner asked how to modify a malloc to guarantee that it was 32-byte aligned. Was not prepared for it, though the question itself was not that difficult.
C programming questions, Bit manipulations stuff etc
Write a Link List for deleting a node
Viewing 3761 - 3770 interview questions