What are the differences between stateless and stateful systems, and impacts of state on parallelism.
How do malloc and calloc work?
Discuss the concept of yagni.
How does the interrupts handle by using the threads?
What is return type of isr?
Why is java used in embedded systems?
What are the characteristics of embedded system?
Please explain can structures be passed to the functions by value?
What is mutex precisely used for?
can a pointer be volatile ? Explain.
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
Left to your own devices, what would you create?
Explain me what is semaphore?