Posts

Embedded Interview Questions asked by Interviewer

EMBEDDED INTERVIEW QUESTION I have concentrated mostly on embedded software and even I did not consider PCB Layout, Hardware design engineering positions. I will also update few more questions on analog and digital electronics. C & C Puzzles 1.      C Vs Embedded C vs C++ What is the difference between C and embedded C? 2.      C compilation steps 3.      Know about “static, global/extern, auto, register, const and volatile” very well. When do you use static keyword for a global variable? 4.      Use of volatile keyword? 5.      Know about “structure, union and enum”. 6.      What is the difference between Structure and union? Where do we use union? Structs and Unions and their paddings. 7.      Know about basic pointers concepts. Double Pointers. Pointer aliasing, Multiple indirection. 8.     ...