Embedded Software Engineer Question:
Download Questions PDF

Suppose you buy some RTOS, what are the features you look for in?

Embedded Software Engineer Interview Question
Embedded Software Engineer Interview Question

Answer:

☛ Deterministic operating system having guaranteed worst-case interrupt latency and context-switch times.
☛ Documentation providing for the minimum, average, and maximum number of clock cycles required by each system call.
☛ Interrupt response times should be very minute.
☛ Context switch time should be very low.
☛ Compatibility with several plugin devices.
☛ Overall it should be very reliable.

Download Embedded Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can a pointer be volatile?Explain some of the commonly found errors in Embedded Systems?