Company Name: Honeywell
Date: May-2018
Interview Questions:
1. Introduce yourself.
2. Explain about project.
3. What is dead code?
4. What is deactivated code?
5. Swap two variable without using third variable. If I increase the value of the variable, still it has to compile and
give correct output.
6. Do know about macros?
7. What is DO-178B?
8. How many objectives are there in Do-178B?
9. How many outputs are there in Do-178B?
10. What are the outputs of planning process?
11. What is PSAC? What it contains?
12. What is SDP? What it contains?
13. What is RTOS?
14. What kind of RTOS have you worked on?
15. What is Micro-controller?
16. Toggle a number 10010. Write a program for this.
17. Write real time program of your current company.
18. Do you aware of C++?
19. What is volatile?
20. Write a program by using volatile keyword.
21. What is register?
22. Write program using register keyword.
23. What is difference between auto and register?
24. Why we want we use register rather then auto?