Embedded Systems Interview Questions

Embedded Systems Interview Questions

  1. Error? What it does?
  2. Scope of static variables?
  3. What is interrupt latency?
  4. How is function itoa () written?
  5. How is function itoa () written in C?
  6. What are the different qualifiers in C?
  7. What do you mean by interrupt latency?
  8. Can you have constant volatile variable?
  9. What are the different storage classes in C?
  10. What is meant by a forward reference in C?
  11. What is the use of having the const qualifier?
  12. Can u have inline virtual functions in a class?
  13. What is forward reference w.r.t. pointers in c?
  14. Is java a pure object oriented language? Why?
  15. Can structures be passed to the functions by value?
  16. What is interrupt latency? How can you recduce it?
  17. Why cannot arrays be passed by values to functions?
  18. How would you find out the no of instance of a class?
  19. What are the features different in pSOS and vxWorks?
  20. How can you define a structure with bit field members?
  21. What is the scope of a function that is declared as static?
  22. What are the 4 different types of inheritance relationship?
  23. What happens when recursion functions are declared inline?
  24. Difference between object oriented and object based languages?
  25. What is difference between using a macro and a in line function?
  26. Which way of writing infinite loops is more efficient than others?
  27. Advantages and disadvantages of using macro and inline functions?
  28. What is the difference between hard real-time and soft real-time OS?
  29. Order of constructor and destructor call in case of multiple inheritance?
  30. Multiple inheritance – objects contain how many multiply inherited ancestor?
  31. Explain Order of constructor and destructor call in case of multiple inheritance?
  32. How is generic list manipulation function written which accepts elements of any kind?
  33. What typecast is applied when we have a signed and an unsigned into in an expression?
  34. Write a constant time consuming statement for finding out if a given number is a power of 2?
  35. What is the difference between embedded systems and the system in which rtos is running?
  36. How many nuclear plants are there in India and what are they? Which place they are located?
  37. What is the difference between embedded systems and the system in which rtos is running?
  38. Who to know whether system uses big endian or little endian format and how to convert among them?
  39. When you inherit a class using private keyword which members of base class are visible to the derived class?
  40. How do you write a function which takes 2 arguments – a byte and a field in the byte and returns the value of the field in that byte?