Upload Button Icon Add office photos

Signify

Compare button icon Compare button icon Compare

Filter interviews by

Signify Firmware Engineer Interview Questions and Answers

Updated 8 Jul 2024

Signify Firmware Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Projects related questions
  • Q2. C program for array swapping
  • Ans. 

    A C program to swap elements in an array of strings

    • Use a temporary variable to swap elements in the array

    • Iterate through the array and swap elements at each index

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic about project
  • Q2. C coding question

Firmware Engineer Interview Questions Asked at Other Companies

Q1. In DSA part, 1. Code for merge sort 2. Check if two trees are mir ... read more
Q2. What is structure padding and why it happens?
Q3. Digital Electronics - FSM based design Programs - Generate square ... read more
asked in Avench
Q4. SOLVE TRAFFIC SIGNAL USING C (FIRST ALGORITHM AND THEN PROGRAM). ... read more
asked in Aaensa
Q5. What is the process for removing duplicate numbers from an array?

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Simple 20 questions basic questions and c questions in 40 minutes 40 questions

Firmware Developer Interview Questions & Answers

Philips user image asish kumar mondal

posted on 15 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and union
  • Ans. 

    Structure is a collection of different data types under one name, while union is a single memory location that can hold different data types at different times.

    • Structure allows each member to have its own memory location, while union shares a single memory location for all members.

    • In a structure, all members can be accessed simultaneously, while in a union, only one member can be accessed at a time.

    • Example: struct Pers...

  • Answered by AI
  • Q2. What is structure padding and how to pack a structure
  • Ans. 

    Structure padding is adding empty bytes to align data in memory. Packing a structure removes padding to save memory.

    • Structure padding ensures that data members are aligned to memory boundaries for efficient access

    • Padding bytes are added between data members to ensure alignment

    • Packing a structure removes padding to save memory but may impact performance

    • Example: struct example { char a; int b; } - sizeof(struct example)

  • Answered by AI
  • Q3. How to check stack overflow
  • Ans. 

    To check for stack overflow, monitor stack usage and set a limit to trigger an alert if exceeded.

    • Monitor stack usage by tracking the stack pointer and comparing it to the stack size.

    • Set a limit for stack usage and trigger an alert if the limit is exceeded.

    • Use tools like stack analyzers or profilers to detect stack overflow.

    • Implement stack canaries or guard zones to detect stack corruption.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between semafore and mutex
  • Ans. 

    A semaphore is a signaling mechanism while a mutex is a locking mechanism used to control access to shared resources in multithreaded environments.

    • Semaphore is used to control access to a pool of resources, while mutex is used to control access to a single resource.

    • Semaphores can be used to allow multiple threads to access a shared resource simultaneously, while mutex allows only one thread to access the resource at a ...

  • Answered by AI
  • Q2. How to set the priority of a task
  • Ans. 

    Task priority can be set using priority levels or scheduling algorithms in firmware development.

    • Use priority levels to assign importance to tasks

    • Higher priority tasks are executed before lower priority tasks

    • Implement scheduling algorithms like preemptive scheduling or round-robin scheduling to manage task priorities

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join philips

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related embedded systems and manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Experienced bad culture in company.... So much politics played by manager and team members...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about my previous work experience
  • Q2. About my last project in detailed
Round 2 - HR 

(2 Questions)

  • Q1. About my personal information and related to carrier goal
  • Q2. About the expectation of compensation

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Basics of c, c++, python languages
Any one os environment

Round 2 - Technical 

(2 Questions)

  • Q1. Not yet done.,...,......
  • Q2. .. Not yet done.........

Interview Preparation Tips

Interview preparation tips for other job seekers - Know basics on what you are working on currently.. So that was enough to crack.. Any interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. What do you know about HDD?
  • Ans. 

    HDD stands for Hard Disk Drive, a data storage device used in computers to store and retrieve digital information.

    • HDDs use magnetic storage to store data on spinning disks called platters.

    • They have read/write heads that move across the platters to access and modify data.

    • HDDs are typically used for long-term storage of large amounts of data in desktops, laptops, servers, and other devices.

    • Examples of HDD manufacturers i

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Based on 8051 Microcontroller
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask questions based on what you studied in your graduation
And they have their own Microcontroller NXP 8051
Questions revolves around this only
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Apr 2023.

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 - Technical 

(1 Question)

  • Q1. Aptitude and Coding question
Round 3 - One-on-one 

(1 Question)

  • Q1. Project and basic firmware related question
Round 4 - HR 

(1 Question)

  • Q1. Salary, basic hr related question

Signify Interview FAQs

How many rounds are there in Signify Firmware Engineer interview?
Signify interview process usually has 1 rounds. The most common rounds in the Signify interview process are Technical.
How to prepare for Signify Firmware Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Signify. The most common topics and skills that interviewers at Signify expect are Agile, Backend, C++, Design Development and Firmware Development.
What are the top questions asked in Signify Firmware Engineer interview?

Some of the top questions asked at the Signify Firmware Engineer interview -

  1. C program for array swapp...read more
  2. Projects related questi...read more
  3. C coding quest...read more

Tell us how to improve this page.

Signify Firmware Engineer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 393 Interviews
HARMAN Interview Questions
3.8
 • 258 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Vivo Interview Questions
4.1
 • 192 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Daikin Interview Questions
4.1
 • 144 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Samsung Research Interview Questions
3.2
 • 130 Interviews
View all
Signify Firmware Engineer Salary
based on 4 salaries
₹12 L/yr - ₹15.1 L/yr
25% more than the average Firmware Engineer Salary in India
View more details

Signify Firmware Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Development Engineer
207 salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Sales Specialist
204 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Sales Executive
82 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Assistant Manager
71 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Area Sales Manager
67 salaries
unlock blur

₹8.2 L/yr - ₹29 L/yr

Explore more salaries
Compare Signify with

Havells

4.0
Compare

SYSKA LED Lights

2.9
Compare

Wipro Consumer Care & Lighting

3.8
Compare

Crompton Greaves Consumer Electricals

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