Explain the differences between analytical and computational modeling?
How do you identify hardware errors?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
Tell me what is the need for having multibyte data input and output buffers in case of device ports?
Tell me what is interaction semantics used in embedded systems?
Explain what is interrupt latency? How can you reduce it?
What is priority inheritance?
How do you react to people criticizing your code/documents?
What is an embedded system?
Do you know what is priority inversion?
What is pass by value and pass by reference? How are structure passed as arguments?
Describe a pattern that is not the factory pattern? How is it used and when?
can please tel me faq's asking in interviews on microcontrollers