0% found this document useful (0 votes)
8 views3 pages

Embedded C Interview Questions Guide

This document contains interview questions for embedded C programming for freshers and experienced engineers. It covers topics like embedded system components, processor architectures, buses, timers, communication protocols like UART, SPI, I2C, CAN and more.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Embedded C Interview Questions Guide

This document contains interview questions for embedded C programming for freshers and experienced engineers. It covers topics like embedded system components, processor architectures, buses, timers, communication protocols like UART, SPI, I2C, CAN and more.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Content

1. Embedded C Interview Questions for Freshers.


1.1. What are the components of an Embedded system?
1.2. Difference Between RISC and CISC Processor?
1.3. Difference between Von-Neuman and Harvard Architecture?
1.4. Difference between BJT and MOSFET?
1.5. Difference Between Microcontroller and Microprocessor?
1.6. What is the Difference between Oscillator and Crystal
Oscillator?
1.7. What are the different types of Buses used by Embedded
Systems?
1.8. What is the boot-loader?
1.9. Difference between UART, SPI and I2C?
1.10. List various timers in embedded systems?
1.11. Explain what is a Watchdog Timer?
1.12. What is the need of pull up and pull down resistor in circuit?
1.13. Embedded C Programming Interview Questions.
1.14. Difference between C and Embedded C?
1.15. Difference between compiler and interpreter?
1.16. Difference between while(1) and while(0) in C language?
1.17. Difference Between Structure and Array in C?
1.18. Difference Between Structure and Union in C?
1.19. Explain What Are The Different Storage Classes In C?
1.20. Explain What Are The Different Qualifiers In C?
1.21. What Is Pass By Value And Pass By Reference?
1.22. Which statement is faster ++I or i+1?
1. Embed
2. Embedded C Programming Interview Questions.
2.1. Difference between C and Embedded C?
2.2. Difference between compiler and interpreter?
2.3. Difference between while(1) and while(0) in C language?
2.4. Difference Between Structure and Array in C?
2.5. Difference Between Structure and Union in C?
2.6. Explain What Are The Different Storage Classes In C?
2.7. Explain What Are The Different Qualifiers In C?
2.8. What Is Pass By Value And Pass By Reference?
2.9. Which statement is faster ++I or i+1?
2.10. Difference between RS232 and RS485 (RS232 vs RS485)?
2.11. What is CAN?
2.12. Why CAN?
2.13. Standard CAN vs Extended CAN
2.14. How do CAN bus modules communicate?
2.15. Why Can Is Having 120 Ohms At Each End?
1. Embedded C Interview Questions for Freshers.
2. Embedded C Programming Interview Questions.
3. Embedded C Interview Questions for Experienced.
3.1. What do you understand by startup code?
3.2. Functions of Startup file?
3.3. What are the differences between process and thread?
3.4. What is ISR?
3.5. Role of Interrupt Vector Table in Interrupt Processing?
3.6. Explain What Is Interrupt Latency? How Can We Reduce It?
3.7. What are the uses of the Keyword Static?
3.8. What does “const int x;” mean?
3.9. Where are constant variables stored in memory?
3.10. How can you protect a character pointer by some accidental
modification with the pointer address?
3.11. Can a variable be volatile and const both?
3.12. What is a Null pointer?
3.13. What is the size of a pointer?
3.14. When does a segmentation fault occur?
3.15. What Is Difference Between Using A Macro And Inline
Function?
3.16. How can you use a variable in a source file defined in another
source file?
3.17. Little and Big Endian Mystery
3.18. List the 4 levels of testing in Embedded Systems.
3.19. What is multithreading and multiprocessing?
3.20. What is Mutex?
3.21. What is Semaphore?
3.22. What are the 2 types of Semaphore?
3.23. Is there any difference between Deadlock and Starvation?
3.24. Difference between RS232 and RS485 (RS232 vs RS485)?
3.25. What is CAN?
3.26. Why CAN?
3.27. Standard CAN vs Extended CAN
3.28. How do CAN bus modules communicate?
3.29. Why Can Is Having 120 Ohms At Each End?

You might also like