Can you name the differences between object-oriented and component-based design?
Mention what are buses used for communication in embedded system?
How can to check the working of a sensor deployed in a project?
What is interrupt latency? How can you reduce it?
Discuss the concept of yagni.
What are the most common errors you've found in embedded systems and how have you resolved them?
What is a memory leak? What is a segmentation fault?
How does input/output bus functions?
What are the differences between analytical and computational modeling?
What typecast is applied when we have a signed and an unsigned int in an expression?
What is something substantive that you've done to improve as a developer in your career?
What is the purpose of using critical sections?
What is endianness of a system and how do different systems communicate with each other?
Describe a pattern that is not the factory pattern? How is it used and when?
Advantages and disadvantages of using macro and inline functions?