Upload Button Icon Add office photos

Filter interviews by

Delta Electronics Senior Firmware Engineer Interview Questions and Answers

Updated 28 Jun 2022

Delta Electronics Senior Firmware Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Introduce the master thesis topic
  • Ans. 

    Design and implementation of a real-time embedded system for monitoring and controlling a solar-powered irrigation system

    • Developed a low-power wireless sensor network for data acquisition

    • Implemented a control algorithm for efficient water usage

    • Designed a user interface for remote monitoring and control

    • Evaluated the system's performance in a real-world setting

  • Answered by AI
Round 2 - Coding Test 

C basic question. such as bit swap ,2 sum

Interview Preparation Tips

Interview preparation tips for other job seekers - good company and have good experience. HR and manager are very professional

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Gandhi Institute of Technology and Management, Visakhapatnam and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

There are 65 questions related to ECE core topics, including Network Analysis, some on VLSI, Signals and Systems, Analog Circuits, Electronic Devices, and Amplifier Circuits. Additionally, there are 118 simple questions covering mind games, object identification, and series completion.

Round 2 - Personality Assessment 

(3 Questions)

  • Q1. What is life according to you ?
  • Ans. 

    Life is a journey filled with experiences, challenges, growth, and opportunities for self-discovery.

    • Life is a precious gift that should be cherished and lived to the fullest

    • It involves constant learning, adapting, and evolving as individuals

    • Life is about forming meaningful relationships and connections with others

    • It includes pursuing passions, setting goals, and overcoming obstacles

    • Life is a balance of joy and sorrow,

  • Answered by AI
  • Q2. Does education help you to earn money ?
  • Ans. 

    Education can help individuals earn money by providing them with valuable skills, knowledge, and opportunities for career advancement.

    • Education can lead to higher paying job opportunities

    • Specialized education or training can result in higher salaries

    • Education can also lead to promotions and career advancement

    • Higher levels of education are often correlated with higher earning potential

  • Answered by AI
  • Q3. Do you need education and fame ?
Round 3 - Digital Logic Design 

(3 Questions)

  • Q1. Convert hexadecimal to decimal ?
  • Ans. 

    Hexadecimal to decimal conversion involves multiplying each digit by 16 raised to the power of its position.

    • Start from the rightmost digit and multiply each digit by 16 raised to the power of its position (0-indexed).

    • Add the results of each multiplication to get the decimal equivalent.

    • For example, converting 0x1A to decimal: (1 * 16^1) + (10 * 16^0) = 26.

  • Answered by AI
  • Q2. Design the components which are involved in the internal logic circuit of a 7-segment display based on the provided circuit ?
  • Ans. 

    Components involved in the internal logic circuit of a 7-segment display include decoder, driver, and individual LED segments.

    • Decoder: Converts input signals into the appropriate output signals for each segment.

    • Driver: Amplifies the output signals from the decoder to drive the LED segments.

    • Individual LED segments: Represent each of the seven segments in the display.

    • Example: BCD to 7-segment decoder, transistor driver c

  • Answered by AI
  • Q3. Design specifications for creating a vending machine using a microcontroller, incorporating the display of amounts with two 7-segment displays and including four to five additional operational conditions?
  • Ans. 

    Design a vending machine using a microcontroller with two 7-segment displays and additional operational conditions.

    • Use a microcontroller to control the vending machine's operations

    • Incorporate two 7-segment displays to show the amounts

    • Include four to five additional operational conditions such as low inventory alert, coin validation, product selection, etc.

  • Answered by AI
Round 4 - Embedded C Programming 

(2 Questions)

  • Q1. Write an assembly language program for displaying a square waves for the frequency of 1 Hz and 2 Hz with the 2 ports .
  • Ans. 

    Assembly language program to display square waves for 1 Hz and 2 Hz using 2 ports.

    • Use assembly language instructions to control the ports for outputting square waves.

    • Set up a loop to toggle the ports at the desired frequencies to generate the square waves.

    • Ensure proper timing and synchronization between the two square waves.

  • Answered by AI
  • Q2. Write an assembly language program for reversing a byte for a hexadecimal value ? ex: A3 hexadecimal needs to converted to C5 when reversed .
  • Ans. 

    Assembly language program to reverse a byte for a hexadecimal value.

    • Load the hexadecimal value into a register

    • Extract the lower 4 bits and upper 4 bits of the byte

    • Swap the lower and upper 4 bits

    • Combine the swapped bits to get the reversed byte

  • Answered by AI
Round 5 - Maths 

(2 Questions)

  • Q1. When 2 trains move in opposite directions , what point will they meet at different speeds? And related questions
  • Ans. 

    The trains will meet at a point that is determined by the relative speeds of the trains.

    • The point where the trains meet is determined by the sum of the distances traveled by each train.

    • The time taken for the trains to meet is determined by the relative speeds of the trains.

    • If Train A is traveling at 50 mph and Train B is traveling at 70 mph, they will meet at a point that is closer to Train B's starting point.

  • Answered by AI
  • Q2. Matrices , volume , Coins , probability
Round 6 - Interview 

(2 Questions)

  • Q1. They will be asking mostly what ever you have written in the 2-5 rounds which will be conducted in the company premises .
  • Q2. Flip flops, diff of micro-controller and microprocessor, logic gates , I2C , USART , SPI

Interview Preparation Tips

Topics to prepare for Efftronics Systems Embedded Firmware Engineer interview:
  • Digital Logic Design
  • Analog Circuits
  • Assembly Language
  • Electronic Circuit Design
Interview preparation tips for other job seekers - After completing the written test (online mode) you will be qualified for the next interview process (that will be held within 2 or 3 weeks ).
Interview will be held in the company premises. After going to the company you will be seated in a single chair and you will be given the question papers for each round and then the last HR round is final.
Prepare well for all the rounds; it is essential to be mentally and physically strong because you will need to be present from 8:30 AM to 6:30 PM.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude, ECE basics

Round 2 - Technical 

(1 Question)

  • Q1. ECE digital electronics, c programming, aptitude
Round 3 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a digital circuit to control the tail lights of a car according to some given specifications
  • Ans. 

    Design a digital circuit to control car tail lights based on specifications

    • Use microcontroller to receive input signals from car's sensors

    • Implement logic to determine when to turn on/off tail lights (e.g. based on brake pedal or light sensor)

    • Connect output of microcontroller to control the tail lights

  • Answered by AI
Round 2 - Coding Test 

2 coding problems in c
1) Triangular wave using DAC
2) reverse a byte

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me to explain the questions and how I solved them

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be good at coding and core subjects like microcontrollers and microprocessors, digital electronics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Normal Or Basic aptitude Questions

Round 3 - Assignment 

Digital electronics, Aptitude, Programming

Round 4 - Technical 

(2 Questions)

  • Q1. 1. Why are nand and not are Are called as universal gates Explain
  • Ans. 

    NAND and NOR gates are called universal gates because they can be used to create any other type of logic gate.

    • NAND gate can be used to create AND, OR, and NOT gates by combining multiple NAND gates

    • NOR gate can be used to create AND, OR, and NOT gates by combining multiple NOR gates

    • Using De Morgan's theorem, NAND and NOR gates can be used interchangeably to implement any logic function

  • Answered by AI
  • Q2. 2. Explain about Ring and Johnson counter
  • Ans. 

    Ring and Johnson counters are types of shift registers used in digital electronics for counting purposes.

    • Ring counter is a type of shift register where the output of the last flip-flop is connected to the input of the first flip-flop, creating a ring-like structure.

    • Johnson counter is a type of shift register where the output of the last flip-flop is connected to the input of the first flip-flop through an XOR gate, cre...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Why Digital is more Important like why we are more interested in that
  • Ans. 

    Digital technology is more important due to its versatility, efficiency, scalability, and ease of integration.

    • Digital technology allows for easier storage, manipulation, and transmission of data.

    • It enables automation and optimization of processes, leading to increased efficiency.

    • Digital systems are highly scalable and can be easily upgraded or expanded.

    • Integration of digital systems with other technologies is seamless ...

  • Answered by AI
  • Q2. Some aptitude question

Interview Preparation Tips

Interview preparation tips for other job seekers - Based On Role you are selected concentrate on that Subject thourghly

Firmware Engineer Interview Questions & Answers

Efftronics Systems user image 208W1A04B4_Sec-B SHEIK KADHAR BASHA

posted on 5 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round consists of online exam with basic aptitude,resoaning,verbal ability,basic digital electronics,microprocessors,communications,psuedo codes and C coding test.Coding questions were moderate but we have to attempt in C only.

Round 2 - Technical 

(2 Questions)

  • Q1. First we had lot of psychometric tests followed by medical checkup and a psychology test.After this,Digital Electronics written exam conducted.Exam consisted of designing a circuit based on given specifica...
  • Q2. 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.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Topics to prepare for Efftronics Systems Firmware Engineer interview:
  • Digital Electronics
  • C
  • Algorithms
  • Microcontroller
  • microprocessors
Interview preparation tips for other job seekers - Good sound knowledge should be needed in FSM based cirucit designs,Basic C program examples.Technical round is only toughest part in entire process.After completing Technical written exams,interviewer will ask questions related to what you have written in exam.And they also ask another approches to solve it.Proper approach to solve the question is important.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit and loss, probability, EDC, digital design, mpmc, C

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked some technical questions,

Interview Preparation Tips

Topics to prepare for SoCtronics Technologies Design & Verification Engineer interview:
  • C
  • Digital electronics
  • Mpmc
  • Edc
  • Aptitude
  • Reasoning
Interview preparation tips for other job seekers - For soctronics u need to complete veda exam and training later u will be moved to projects at soctronics or invecas depending upon projects.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Analytical test with basis of core knowledge

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about yourself.
  • Ans. 

    I am an experienced Embedded Engineer with a strong background in designing and developing embedded systems.

    • Graduated with a degree in Electrical Engineering

    • Proficient in programming languages like C, C++, and assembly language

    • Hands-on experience with microcontrollers such as Arduino and Raspberry Pi

    • Designed embedded systems for IoT applications

    • Familiar with communication protocols like SPI, I2C, UART

  • Answered by AI
  • Q2. Why this hobbies ?
  • Ans. 

    Hobbies help me relax, learn new skills, and stay creative.

    • Hobbies provide a break from work and help reduce stress levels.

    • Engaging in hobbies allows me to learn new skills and broaden my knowledge.

    • Creative hobbies like painting or writing help me express myself in different ways.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best, build knowledge leads to build confidence.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Given 3 basic codes to solve

Round 2 - Technical 

(1 Question)

  • Q1. Dec, micro controllers

I applied via Campus Placement and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics on edc, networks
  • Q2. Aptitude at very basic level

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare hard to get into the company,there are 5 levels

Delta Electronics Interview FAQs

How many rounds are there in Delta Electronics Senior Firmware Engineer interview?
Delta Electronics interview process usually has 2 rounds. The most common rounds in the Delta Electronics interview process are Technical and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 425 Interviews
ABB Interview Questions
4.1
 • 226 Interviews
Havells Interview Questions
4.0
 • 200 Interviews
Tata Power Interview Questions
3.9
 • 157 Interviews
Foxconn Interview Questions
4.0
 • 145 Interviews
BHEL Interview Questions
4.2
 • 103 Interviews
Wistron Interview Questions
3.9
 • 81 Interviews
View all
Delta Electronics Senior Firmware Engineer Salary
based on 4 salaries
₹8.6 L/yr - ₹12 L/yr
41% less than the average Senior Firmware Engineer Salary in India
View more details
Senior Engineer
134 salaries
unlock blur

₹3.6 L/yr - ₹13.7 L/yr

Assistant Manager
114 salaries
unlock blur

₹5.5 L/yr - ₹16.9 L/yr

Assistant Engineer
93 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Engineer
69 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Deputy Manager
68 salaries
unlock blur

₹9.6 L/yr - ₹20 L/yr

Explore more salaries
Compare Delta Electronics with

ABB

4.1
Compare

Siemens

4.1
Compare

Schneider Electric

4.2
Compare

Honeywell Automation

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview