How can you ensure that debugging a program while it's being used will not affect its functionality?
Mention what are buses used for communication in embedded system?
What kinds of problems can you hit with lockless model?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What are the languages used in embedded system?
How can you optimize the i/o performance?
What is the difference between unit test and integration test?
Left to your own devices, what would you create?
Tell me what is the function of simple thread poll in embedded system?
What is an embedded system and why it is used?
What is the main function of multiplexed address/data bus?
What source control systems have you worked with?
What is a memory leak? What is a segmentation fault?