Firmware Engineer

Firmware Engineer Interview Questions and Answers for Freshers

Updated 11 Jan 2025
search-icon

Q1. Digital Electronics - FSM based design Programs - Generate square wave with 1KHz and 2KHz frequency on ports P1,P2 Prime number code and optimise it using any algorithm

Ans.

Design FSM to generate square waves at 1KHz and 2KHz on ports P1 and P2, optimize prime number code.

  • Implement a Finite State Machine (FSM) to generate square waves at 1KHz and 2KHz on ports P1 and P2.

  • Use counters and timers to control the frequency of the square waves.

  • Optimize the prime number code by using algorithms like Sieve of Eratosthenes or trial division.

Q2. What are function pointers in programming, and how are they used?

Ans.

Function pointers are pointers that point to functions instead of data. They are used to call different functions dynamically at runtime.

  • Function pointers are used to pass functions as arguments to other functions.

  • They can be used to implement callbacks in event-driven programming.

  • Function pointers can be stored in arrays or structs for easy access and manipulation.

  • Example: int (*funcPtr)(int, int) = &add; // funcPtr points to a function add that takes two int arguments and r...read more

Q3. What are the different storage classes in the C programming language?

Ans.

The different storage classes in C programming language are auto, register, static, extern, and typedef.

  • Auto storage class is the default storage class for all local variables. It is automatically assigned to a variable when it is declared.

  • Register storage class is used to define local variables that should be stored in a register instead of RAM. It is used for variables that require quick access.

  • Static storage class instructs the compiler to keep a local variable in existenc...read more

Q4. difference between diode and Zener diode

Ans.

A diode is a two-terminal electronic component that allows current to flow in one direction, while a Zener diode is a special type of diode that allows current to flow in reverse direction when a certain voltage is reached.

  • Diodes are used for rectification, signal demodulation, and voltage regulation.

  • Zener diodes are used for voltage regulation and protection against voltage spikes.

  • Diodes have a forward voltage drop, while Zener diodes have a breakdown voltage.

  • Diodes have a s...read more

Are these interview questions helpful?

Q5. write a programm to print interger in a array which is repeated thrice

Ans.

The program prints integers in an array that are repeated thrice.

  • Iterate through the array and count the occurrences of each integer.

  • Print the integers that have a count of three.

Q6. What is the compilation process in C programming?

Ans.

Compilation process in C programming converts source code into machine code executable by the computer.

  • Source code written in C is first preprocessed to include header files and macros.

  • The preprocessed code is then compiled into assembly code by the compiler.

  • The assembly code is then translated into machine code by the assembler.

  • Finally, the linker combines the machine code with libraries to create the executable file.

  • Example: gcc -o outputfile sourcefile.c

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. write a programm to reverse a string on paper in c language

Ans.

This program reverses a given string in C language.

  • Declare a character array to store the input string.

  • Find the length of the string using the strlen() function.

  • Initialize two variables, one pointing to the start of the string and the other pointing to the end.

  • Swap the characters at the start and end positions using a temporary variable.

  • Increment the start pointer and decrement the end pointer until they meet in the middle.

  • Print the reversed string.

Q8. Different communication protocols

Ans.

Communication protocols are sets of rules that govern the exchange of data between devices.

  • Some common communication protocols include UART, SPI, I2C, CAN, Ethernet, and USB.

  • Each protocol has its own advantages and disadvantages, and is suited for different types of applications.

  • For example, UART is a simple protocol commonly used for serial communication between microcontrollers and sensors, while Ethernet is a more complex protocol used for networking.

  • Understanding differen...read more

Firmware Engineer Jobs

Firmware Engineer 6-8 years
Intel Technology India Pvt Ltd
4.2
Bangalore / Bengaluru
Wi-Fi Firmware Engineer 2-5 years
Intel Technology India Pvt Ltd
4.2
Bangalore / Bengaluru
Intern Firmware Engineer 0-2 years
Wipro Enterprises
3.8
Bangalore / Bengaluru

Q9. Draw bjt and mosfet model

Ans.

BJT and MOSFET are models used to represent transistors in electronic circuits.

  • BJT stands for Bipolar Junction Transistor and has three regions: emitter, base, and collector.

  • MOSFET stands for Metal Oxide Semiconductor Field Effect Transistor and has three terminals: source, gate, and drain.

  • BJT is a current-controlled device while MOSFET is a voltage-controlled device.

  • BJT has a low input impedance while MOSFET has a high input impedance.

  • BJT is used in low power applications wh...read more

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions for Firmware Engineer Related Skills

Interview experiences of popular companies

3.7
 • 4.8k Interviews
3.8
 • 274 Interviews
4.2
 • 223 Interviews
4.3
 • 141 Interviews
3.7
 • 116 Interviews
3.5
 • 56 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Firmware Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter