Upload Button Icon Add office photos

Filter interviews by

Broadcom Firmware Engineer Interview Questions and Answers

Updated 13 Feb 2024

Broadcom Firmware Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Logical questions for coding.

Interview Preparation Tips

Topics to prepare for Broadcom Firmware Engineer interview:
  • c
  • RTOS Concepts
  • Device Drivers
Interview preparation tips for other job seekers - resume should be clear

Firmware Engineer Jobs at Broadcom

View all

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain the Masters Thesis Project in detail. What is CNF and DNF ? How project is relevant to Binarized Neural Network ? Other questions were C language related.
  • Ans. 

    Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.

    • CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.

    • CNF is a conjunction of clauses, while DNF is a disjunction of clauses.

    • Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.

    • The project likely explored how CNF and DNF can be use...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable relocating to Bangalore / Hyderabad ?
  • Q2. What does Micron do ?
  • Ans. 

    Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.

    • Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.

    • They cater to various industries including data centers, automotive, consumer electronics, and more.

    • Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic C coding questions and data structures

Firmware Engineer Interview Questions & Answers

Qualcomm user image Swathi Gubbi Prakash

posted on 14 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Bit manipulation questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

C based and bit manipulation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare UEFI based questions.
Prepare C and questions around bit manipulation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Toggle the bits of given input
  • Ans. 

    Toggle the bits of given input

    • Create a mask with all bits set to 1

    • XOR the input with the mask to toggle the bits

    • Repeat the process for each bit position

  • Answered by AI
  • Q2. Clear the set bit
Round 2 - Technical 

(2 Questions)

  • Q1. Print the star pattern
  • Ans. 

    Print a star pattern using loops

    • Use nested loops to print the desired pattern

    • Increment the number of stars in each row to create the pattern

    • Example: for a pattern with 5 rows - * , ** , *** , **** , *****

  • Answered by AI
  • Q2. Microprocessor microcontroller topics are asked

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why do you want to join ASML
  • Ans. 

    ASML is a global leader in lithography technology, and I am excited about the opportunity to work on cutting-edge projects in the semiconductor industry.

    • ASML is a global leader in lithography technology

    • Excited about working on cutting-edge projects in the semiconductor industry

    • Opportunity for professional growth and development

  • Answered by AI
  • Q2. What is your expectations?
  • Ans. 

    I expect a challenging role where I can utilize my skills in embedded software development and contribute to innovative projects.

    • Expect to work on cutting-edge technologies in embedded systems

    • Desire to collaborate with a talented team to solve complex problems

    • Seek opportunities for professional growth and skill development

    • Expect a supportive work environment that values creativity and innovation

  • Answered by AI
  • Q3. Do you have valid visa?
  • Ans. 

    Yes, I have a valid visa.

    • Yes, I have a valid visa that allows me to work in this country.

    • My visa is valid until [expiration date].

    • I have all the necessary documentation to prove my visa status.

  • Answered by AI
  • Q4. How did you hear about ASML?
  • Ans. 

    I heard about ASML through a job search website.

    • Job search website

    • Online job board

    • Referral from a friend who works at ASML

  • Answered by AI
Round 2 - Coding Test 

5-6 programming multiple choice questions on C++ and a problem to be solved with any language

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

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

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain the Masters Thesis Project in detail. What is CNF and DNF ? How project is relevant to Binarized Neural Network ? Other questions were C language related.
  • Ans. 

    Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.

    • CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.

    • CNF is a conjunction of clauses, while DNF is a disjunction of clauses.

    • Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.

    • The project likely explored how CNF and DNF can be use...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable relocating to Bangalore / Hyderabad ?
  • Q2. What does Micron do ?
  • Ans. 

    Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.

    • Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.

    • They cater to various industries including data centers, automotive, consumer electronics, and more.

    • Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Discussion about current work profile
  • Q2. Reason for job change
Round 2 - Technical 

(3 Questions)

  • Q1. Basic c questions
  • Q2. Linked list questions
  • Q3. Os related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the basic of firmware and embedded systems.

Broadcom Interview FAQs

How many rounds are there in Broadcom Firmware Engineer interview?
Broadcom interview process usually has 1 rounds. The most common rounds in the Broadcom interview process are Coding Test.
How to prepare for Broadcom 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 Broadcom. The most common topics and skills that interviewers at Broadcom expect are Firmware, Debugging, Firmware Development, Technical Leadership and ARM.

Tell us how to improve this page.

Broadcom Firmware Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Broadcom Firmware Engineer Salary
based on 4 salaries
₹9 L/yr - ₹15 L/yr
At par with the average Firmware Engineer Salary in India
View more details

Broadcom Firmware Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Firmware Engineer

Bangalore / Bengaluru

1-3 Yrs

₹ 9-14 LPA

Explore more jobs
Software Engineer
135 salaries
unlock blur

₹13 L/yr - ₹46.2 L/yr

Senior Software Engineer
134 salaries
unlock blur

₹9.5 L/yr - ₹38 L/yr

Accountant
118 salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Principal Software Engineer
50 salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Test Engineer
49 salaries
unlock blur

₹3.2 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Broadcom with

Fedder And Garten

5.0
Compare

Hi Technologies Limited, UAB

3.7
Compare

JK Khanna & Co.

3.0
Compare

RS India

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