Can we use any function inside isr?
What are the 4 types of inheritance relationship?
What kinds of problems can you hit with lockless model?
Explain how does combination of functions reduce memory requirements in embedded systems?
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?
How can you ensure that debugging a program while it's being used will not affect its functionality?
Explain interrupt latency and how can we decrease it?
Explain the difference between risc and cisc processor?
What is rtos in an embedded system?
What are the different types of customizations that is used with the “volatile” keyword?
Tell me can you have constant volatile variables?
Explain me what are the different types of system involved in embedded system?
What is something substantive that you've done to improve as a developer in your career?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
You have two computers, and you want to get data from one to the other. How could you do it?