(Paper) Robert Bosch Interview questions in C & Micro controllers
PAPER : Robert Bosch Interview questions in C & Micro controllers
These
are interview questions for for Embedded softwre Engineer (1-10 Exp)
position in Robert Bosch in C and Micro Controllers.
-
What is an inline function?
-
How are macros different from functions?
-
In embedded systems perspective which is better to use. Macro or function?
-
What is a volatile keyword? How it helps in the embedded perspective?
-
How ISR is serviced?
-
What is interrupt latency?
-
What are the stages of compilation?
-
What is booting?
-
What is PID?
-
What is hysterysis?
-
Co-relation between pointers and arrays?
-
If A and B finishes a work in 5 days. Where is does the work twice that of B. Suppose they finished the work in 3 days and B is doing the work normally then at what rate should A work to finish the work in 3 days?
-
if(x)
y=a;
else
y=b;
-
What is a constant pointer?
-
What is a memory leak in structures? How can we rectify that?
-
When the execution id going to service a interrupt what happens to stack and what are the registers saved?
-
Without using pointer write a program to print the elements of an array?
-
How are unions useful in embedded systems?
-
What is optimization?
-
How many pins are used in SPI? What are they?
-
Explain the Start and Stop operation of I2C protocol?
-
Is it possible to access or modify PC (program counter)?
-
If int data type is occupying 4 bytes then on how many bit uC does the code is running?
-
Is C++ a superset of C?
-
All C programs are executable in C++? True or False Why?
-
What is a static storage class? How is it useful?
-
How static is different from auto?

Daily JOBS





