How does input/output bus functions?
What's your experience with technical documentation?
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
Tell me what is the difference between hard real-time and soft real-time os?
What is interrupt latency? How can you reduce it?
What is the difference between hardware design and software design?
What is size of character, integer, integer pointer, character pointer?
Design a circuit to detect when 3 and only 3 bits are set out of 8 bits.(eg. o0101100)
What are the most common errors you've found in embedded systems and how have you resolved them?
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Please explain can structures be passed to the functions by value?
How can to check the working of a sensor deployed in a project?