Google interview question

What is an RTOS? How different is it from a conventional OS

Interview Answers

Anonymous

10 Mar 2010

I mentioned about deterministic interrupt latency, context switch time and system calls.

Anonymous

21 Mar 2010

RTOS basically refers to "Kernel" with advance preemptive time scheduling. Conventional OS is Kernel+applications+shell+programs with kernel having regular time scheduling.