What are the differences between stateless and stateful systems, and impacts of state on parallelism.
874Post New Embedded Systems AllOther Questions
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
what is meant by a forward reference in c?
Describe to me some bad code you've read or inherited lately.
Given time, cost, client satisfaction and best practices, how will you prioritize them for a project you are working on? Explain why.
What are the advantages and disadvantages of embedded system?
What is isr? Can they be passed any parameter and can they return a value?
Can you name any code testing tools?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
What does DMA address will deal with?
What is inversion of control? How does that relate to dependency injection?
You've just been assigned to a project in a new technology how would you get started?
What is continuous integration? Have you used it and why is it important?
What are the advantages and disadvantages of separation of concerns?
What is a 'volatile' variable?
can a pointer be volatile ? Explain.