Upload Button Icon Add office photos

Filter interviews by

Western Digital Senior Firmware Engineer Interview Questions and Answers

Updated 13 Oct 2023

Western Digital Senior Firmware Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Questions on aptitude, embedded concepts, c programming

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume based questions

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Round 1 - online C assessment 

(1 Question)

  • Q1. I got an link to mail which contain 25 C language MCQ's . Most of the questions are medium level and some are hard level.
Round 2 - C language 

(1 Question)

  • Q1. They asked all the concepts of C and given some small programming tasks too
Round 3 - Data structures 

(1 Question)

  • Q1. Asked about some C questions & linked list concepts and some programs too.(Delete a node without head pointer)
Round 4 - Technical 

(1 Question)

  • Q1. Here some extent concentrated on C & remaining 70% is purely on previous projects and on micro controllers and on some on RTOS multi-threading and communication protocols
Round 5 - Behavioral 

(1 Question)

  • Q1. 60% is purely on technical skills and 40% is on manager questions like related to some general questions which will test logical skills and remaining are 1. why should I hire you 2. How you wanna see your...

Interview Preparation Tips

Topics to prepare for Western Digital Senior Firmware Engineer interview:
  • C
  • Data Structures
  • Microcontroller
  • RTOS
  • Communication Protocols
  • Project Handling
  • logical skills
Interview preparation tips for other job seekers - Be very strong on C language, Data Structures and other technical skills that you worked previously and RTOS concepts

Senior Firmware Engineer Interview Questions Asked at Other Companies

asked in Logitech
Q1. How would you bring up a device which requires a mobile host to o ... read more
Q2. introduce the master thesis topic
Q3. Rotate a single Linked list
asked in Logitech
Q4. Explain LRU cache.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write monitor for APB protocol
  • Ans. 

    A monitor for APB protocol is a verification component that checks for protocol compliance in APB transactions.

    • Monitor should check for valid address, data, and control signals in APB transactions

    • It should detect and report any protocol violations or errors

    • Monitor should be able to track the state of the APB bus and ensure proper communication between master and slave devices

  • Answered by AI
  • Q2. Design FSM - halway with 2 detectors, accuire amout of pepole in room - only one person can pass halway each time.
  • Ans. 

    Design a finite state machine to count the number of people passing through a hallway with 2 detectors, allowing only one person at a time.

    • Create states for each detector and the hallway

    • Transition between states based on detector inputs

    • Use counters to keep track of the number of people passing through

    • Implement logic to prevent multiple people from passing simultaneously

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Verification Engineer interview:
  • FSMS
  • UVM

Skills evaluated in this interview

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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Walchand College of Engineering, Sangli and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were mostly embedded c programming questions, like what will be the output of the given code, what is the error that will occur if this program runs, etc. Lasted about 30 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. Questions were on communications protocols like I2C, UART, SPI, etc. Working and block diagram of project, operating modes of a transistor.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident .

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
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bit manipulation
  • Q2. Volatile keywords in c work in which way
  • Ans. 

    Volatile keyword in C is used to indicate that a variable may be changed unexpectedly by external factors.

    • Volatile keyword tells the compiler not to optimize the variable because it can be changed by external factors.

    • Commonly used for memory-mapped hardware registers or variables accessed by multiple threads.

    • Example: volatile int *ptr = (int *)0x1234; // pointer to a memory-mapped hardware register

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you handle stress
  • Q2. How do you achieve work life balance

Interview Preparation Tips

Interview preparation tips for other job seekers - Kal

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

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

Western Digital Interview FAQs

How many rounds are there in Western Digital Senior Firmware Engineer interview?
Western Digital interview process usually has 4 rounds. The most common rounds in the Western Digital interview process are Aptitude Test, One-on-one Round and Technical.
What are the top questions asked in Western Digital Senior Firmware Engineer interview?

Some of the top questions asked at the Western Digital Senior Firmware Engineer interview -

  1. I got an link to mail which contain 25 C language MCQ's . Most of the questions...read more
  2. Here some extent concentrated on C & remaining 70% is purely on previous projec...read more
  3. Asked about some C questions & linked list concepts and some programs too.(Dele...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Western Digital interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 550 Interviews
Dell Interview Questions
4.1
 • 386 Interviews
HARMAN Interview Questions
3.8
 • 252 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
OPPO Interview Questions
4.0
 • 204 Interviews
LG Electronics Interview Questions
4.0
 • 186 Interviews
Vivo Interview Questions
4.1
 • 185 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Blue Star Interview Questions
4.1
 • 149 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
View all
Western Digital Senior Firmware Engineer Salary
based on 37 salaries
₹14.7 L/yr - ₹25.4 L/yr
8% more than the average Senior Firmware Engineer Salary in India
View more details

Western Digital Senior Firmware Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.4

Skill development

4.4

Work-Life balance

4.0

Salary & Benefits

4.4

Job Security

4.4

Company culture

3.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 2 Reviews and Ratings
Staff Engineer
309 salaries
unlock blur

₹15 L/yr - ₹40 L/yr

Principal Engineer
200 salaries
unlock blur

₹24.5 L/yr - ₹59 L/yr

Senior Engineer
142 salaries
unlock blur

₹12 L/yr - ₹25.2 L/yr

Test Engineer
128 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Senior Software Engineer
72 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Explore more salaries
Compare Western Digital with

Seagate

3.4
Compare

Micron Technology

3.7
Compare

Intel

4.3
Compare

Samsung

4.0
Compare

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
Did you find this page helpful?
Yes No
write
Share an Interview