What is watchdog timer?
What is watchdog timer?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
What are some examples of anti-patterns?
Explain the software analysis process, such as code analysis, code metrics, and system risk analysis or software reliability.
Tell me about 3 times you failed.
Tell me how many types of ipc mechanism you know?
What is null pointer and what is its use?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
Tell me is count down_to_zero loop better than count_up_loops?
Explain the concept of convention over configuration, and talk about an example of convention over configuration you have seen in the wild.
What is yagni? Is this list of questions an example?