Tell me how to create a child process in linux?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
Tell me what is the difference between hardware design and software design?
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
How does a 3 tier application differ from a 2 tier one?
What trade offs do you have for resource contention?
What is refactoring? Have you used it and it is important? Name three common refactorings.
Tell me about 3 times you failed.
Significance of watchdog timer in embedded systems.
What is continuous integration? Why is it important?
What is dma in an embedded system?
Why is it better to use multi-threading polling instead of a single threading model?