Upload Button Icon Add office photos

Broadcom

Compare button icon Compare button icon Compare

Filter interviews by

Broadcom Interview Questions and Answers for Experienced

Updated 7 May 2025
Popular Designations

7 Interview questions

A Software Developer was asked 8mo ago
Q. How do you count the frequency of elements in an array?
Ans. 

Count frequency of elements in array of strings

  • Iterate through the array and use a hashmap to store the frequency of each element

  • Use a for loop to go through each element and update the count in the hashmap

  • Return the hashmap with element frequencies

View all Software Developer interview questions
A Member Technical Staff was asked 9mo ago
Q. Describe how you would design a stock notification system.
Ans. 

Design a system to notify users about stock availability and changes.

  • Create a database to store stock information and user preferences.

  • Implement a notification system to alert users when stock levels change.

  • Allow users to set preferences for specific products or thresholds.

  • Consider using push notifications, emails, or SMS for notifications.

  • Include a user interface for managing preferences and viewing stock informa...

View all Member Technical Staff interview questions
A Member Technical Staff was asked 9mo ago
Q. Design a Snake and Ladder game.
Ans. 

Design a Snake & Ladder game using arrays and logic.

  • Create a 10x10 grid representing the game board.

  • Assign positions for snakes and ladders on the board.

  • Use arrays to store the positions of players and their movements.

  • Implement logic for dice roll and player movement.

  • Include win condition when a player reaches the final position.

View all Member Technical Staff interview questions
A Software Engineer III was asked 12mo ago
Q. Given an array of non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Ans. 

Determining the level of water between buildings based on various factors

  • Consider the elevation of each building

  • Take into account the distance between the buildings

  • Factor in any natural or man-made barriers that may affect water flow

View all Software Engineer III interview questions
A Dft Design Engineer was asked
Q. How have you observed hold violations and setup violations in your design, and what actions did you take afterward?
Ans. 

I have observed hold and setup violations in my design and took necessary actions.

  • I used static timing analysis (STA) to identify hold and setup violations.

  • I fixed hold violations by adding delay cells or increasing clock period.

  • I fixed setup violations by reducing delay or decreasing clock period.

  • I also checked for false paths and multi-cycle paths.

  • I re-ran STA after fixing violations to ensure timing closure.

  • I d...

View all Dft Design Engineer interview questions
A Dft Design Engineer was asked
Q. How can the compression ratio be tweaked, and what factors impact coverage and pattern count?
Ans. 

Compression ratio can be tweaked by adjusting the volume of the combustion chamber. This affects fuel efficiency and power output.

  • Compression ratio is the ratio of the volume of the combustion chamber at its largest to its smallest.

  • Increasing compression ratio can improve fuel efficiency and power output, but too high a ratio can cause engine knocking.

  • Factors that impact compression ratio include the size and shap...

View all Dft Design Engineer interview questions
A Dft Design Engineer was asked
Q. How can we reset a tap controller without trst signals. How do you find coverage gaps.
Ans. 

Resetting a tap controller without trst signals and finding coverage gaps.

  • For resetting a tap controller without trst signals, we can use a power-on reset circuit or a watchdog timer.

  • To find coverage gaps, we can use code coverage analysis tools like CodeSonar, Coverity, or LDRA.

  • We can also use dynamic analysis tools like Valgrind or Purify to find runtime errors and coverage gaps.

  • Manual testing and peer code revi...

View all Dft Design Engineer interview questions
Are these interview questions helpful?

Broadcom Interview Experiences for Experienced

11 interviews found

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

I appeared for an interview in Mar 2024.

Round 1 - Coding Test 

Leetcode easy problem based on binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Design Stock Notification System
  • Ans. 

    Design a system to notify users about stock availability and changes.

    • Create a database to store stock information and user preferences.

    • Implement a notification system to alert users when stock levels change.

    • Allow users to set preferences for specific products or thresholds.

    • Consider using push notifications, emails, or SMS for notifications.

    • Include a user interface for managing preferences and viewing stock information.

  • Answered by AI
  • Q2. Design Snake & Ladder Game
  • Ans. 

    Design a Snake & Ladder game using arrays and logic.

    • Create a 10x10 grid representing the game board.

    • Assign positions for snakes and ladders on the board.

    • Use arrays to store the positions of players and their movements.

    • Implement logic for dice roll and player movement.

    • Include win condition when a player reaches the final position.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with Hiring Manager. OS Related questions.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Level of water between buildings
  • Ans. 

    Determining the level of water between buildings based on various factors

    • Consider the elevation of each building

    • Take into account the distance between the buildings

    • Factor in any natural or man-made barriers that may affect water flow

  • Answered by AI
  • Q2. Valid Number Hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Count freq of elements in array
  • Ans. 

    Count frequency of elements in array of strings

    • Iterate through the array and use a hashmap to store the frequency of each element

    • Use a for loop to go through each element and update the count in the hashmap

    • Return the hashmap with element frequencies

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

To long question difficult to read

Round 2 - Coding Test 

Difficult question cannot be completed in time frame

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

Round 1 - Technical 

(6 Questions)

  • Q1. 1st round with hiring manager.Discussion with hiring manager. Reason for switch. Then technical questions on how to debug and find failure flops in a chain. Basic loc,los, loes lock-up latch questions. Why...
  • Q2. 3 2 hour interviews were taken( Total 6 hours with 1 people in each round). Questions: how we can reduce test time. how serial chain patterns are solved. How T24 violations are debugged, how we can find wh...
  • Q3. How compression ratio can be tweaked, what are the factors ( how coverage, Patten count gets impacted).
  • Ans. 

    Compression ratio can be tweaked by adjusting the volume of the combustion chamber. This affects fuel efficiency and power output.

    • Compression ratio is the ratio of the volume of the combustion chamber at its largest to its smallest.

    • Increasing compression ratio can improve fuel efficiency and power output, but too high a ratio can cause engine knocking.

    • Factors that impact compression ratio include the size and shape of ...

  • Answered by AI
  • Q4. How have I observed hold violations and setup violations in my design. What I did after that, etc
  • Ans. 

    I have observed hold and setup violations in my design and took necessary actions.

    • I used static timing analysis (STA) to identify hold and setup violations.

    • I fixed hold violations by adding delay cells or increasing clock period.

    • I fixed setup violations by reducing delay or decreasing clock period.

    • I also checked for false paths and multi-cycle paths.

    • I re-ran STA after fixing violations to ensure timing closure.

    • I docume...

  • Answered by AI
  • Q5. Purpose of occ controllers. What scan enable signals( pipelined or nonpiplelined) will go to my occ controller, clock chain and why. Lock up latch purpose. If I have 5 negative edge triggered flops and 5 p...
  • Ans. 

    Explanation of purpose of occ controllers, scan enable signals, lock up latch and arrangement of negative and positive edge triggered flops.

    • The purpose of occ controllers is to manage the clock signals in a design and ensure proper timing.

    • Scan enable signals are used for testing and debugging purposes.

    • Pipelined signals are used for faster data transfer while non-pipelined signals are used for simpler designs.

    • Lock up la...

  • Answered by AI
  • Q6. How can we reset a tap controller without trst signals. How do you find coverage gaps.
  • Ans. 

    Resetting a tap controller without trst signals and finding coverage gaps.

    • For resetting a tap controller without trst signals, we can use a power-on reset circuit or a watchdog timer.

    • To find coverage gaps, we can use code coverage analysis tools like CodeSonar, Coverity, or LDRA.

    • We can also use dynamic analysis tools like Valgrind or Purify to find runtime errors and coverage gaps.

    • Manual testing and peer code reviews c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read basics well, know about your architecture, clock mechanisms and compression ratio concepts. Be well versed with your work in current company.

Skills evaluated in this interview

Executive Trainer Interview Questions & Answers

user image Destroyer Gamer

posted on 3 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself in next 5 years
  • Q2. What are your hobbies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. On networking basics
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic programming and Algorithms. data structures theory and implementation

Round 3 - HR 

(1 Question)

  • Q1. Formality round and nothing was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and always be open for questions

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 May 2021

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Explain about your Mtech project?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one not too much stress test. There was two interviews both test my technical knowledge on electronics and communication and also they have asked questions on programming logics. Most of the questions are from analog and digital modulation techniques-rf transmitter and reciever, wireless communication parameters like path loss -fading - error control techniques- sensitivity of recievers-bit error rate of different modulation techniques - communication networks-tcpip protocols -osi layers and their functions -functions of switches and routers and theirs associated osi layers. And also they have checked the knowledge about my btech and Mtech projects and the questions where not direct ones.

Interview Questionnaire 

6 Questions

  • Q1. My project responsibilities
  • Ans. 

    My project responsibilities include creating test cases, executing test scripts, reporting bugs, and collaborating with developers.

    • Creating test cases based on requirements

    • Executing test scripts to validate software functionality

    • Reporting bugs found during testing

    • Collaborating with developers to resolve issues

  • Answered by AI
  • Q2. Defect life cycle
  • Q3. API Testing
  • Q4. Test reports
  • Q5. Test design report
  • Q6. Database testing

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Broadcom?
Ask anonymously on communities.

Broadcom Interview FAQs

How many rounds are there in Broadcom interview for experienced candidates?
Broadcom interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Broadcom interview process for experienced candidates are Technical, Coding Test and Resume Shortlist.
How to prepare for Broadcom interview for experienced candidates?
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 Python, Debugging, Perl, Linux and C++.
What are the top questions asked in Broadcom interview for experienced candidates?

Some of the top questions asked at the Broadcom interview for experienced candidates -

  1. Purpose of occ controllers. What scan enable signals( pipelined or nonpipleline...read more
  2. How compression ratio can be tweaked, what are the factors ( how coverage, Patt...read more
  3. How have I observed hold violations and setup violations in my design. What I d...read more
How long is the Broadcom interview process?

The duration of Broadcom interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 7 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 270 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Texas Instruments Interview Questions
4.0
 • 126 Interviews
Synopsys Interview Questions
3.9
 • 94 Interviews
Molex Interview Questions
3.9
 • 57 Interviews
Tessolve Interview Questions
3.5
 • 56 Interviews
View all

Broadcom Reviews and Ratings

based on 378 reviews

3.4/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

4.2

Salary

2.4

Job security

2.8

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 378 Reviews and Ratings
Senior Engineer - Memory Design Validation

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

R&D Software Engineer

Hyderabad / Secunderabad

7-12 Yrs

₹ 15.4-19.2 LPA

R&D Software Engineer

Hyderabad / Secunderabad

12-15 Yrs

Not Disclosed

Explore more jobs
Software Engineer
142 salaries
unlock blur

₹12.9 L/yr - ₹27.8 L/yr

Accountant
125 salaries
unlock blur

₹0.5 L/yr - ₹6 L/yr

Senior Software Engineer
118 salaries
unlock blur

₹9.5 L/yr - ₹35.4 L/yr

R&D Engineer
48 salaries
unlock blur

₹15.1 L/yr - ₹60.2 L/yr

Test Engineer
47 salaries
unlock blur

₹3 L/yr - ₹10.7 L/yr

Explore more salaries
Compare Broadcom with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Apar Industries

4.1
Compare

Molex

3.9
Compare
write
Share an Interview