Upload Button Icon Add office photos

Filter interviews by

Broadcom Software Engineer Tester Interview Questions and Answers

Updated 27 Apr 2022

Broadcom Software Engineer Tester Interview Experiences

1 interview found

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

(1 Question)

  • Q1. Basic aptitude and logical thinking questions.
Round 2 - Technical 

(1 Question)

  • Q1. Be perfect in core subjects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Will be technical and programming at same round or different rounds.
In technical will ask about Core subject topics.
Some puzzle related queries will be asked

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Q2. VLSI design questions
  • Q3. Setup time analysis
  • Q4. Hold time analysis
  • Q5. Test patter generation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Capacitor and voltage in series and parallel
  • Ans. 

    Capacitors in series add reciprocally, in parallel add directly. Voltage in series is the sum, in parallel is the same.

    • Capacitors in series: 1/Ctotal = 1/C1 + 1/C2

    • Capacitors in parallel: Ctotal = C1 + C2

    • Voltage in series: Vtotal = V1 + V2

    • Voltage in parallel: Vtotal = V1 = V2

  • Answered by AI
  • Q2. RLC circuit and circuit theory
Round 2 - Technical 

(2 Questions)

  • Q1. Analyse the output of the circuitry
  • Ans. 

    The output of the circuitry needs to be analyzed for functionality and accuracy.

    • Examine the input and output signals to ensure they are within expected ranges

    • Check for any noise or interference in the output

    • Verify that the circuit is functioning as designed based on the specifications

    • Look for any potential issues or errors in the output

  • Answered by AI
  • Q2. Draw the output waveforms
  • Ans. 

    The output waveforms can be drawn based on the input signal and circuit configuration.

    • Understand the input signal characteristics (frequency, amplitude, etc.)

    • Analyze the circuit components and their effects on the signal

    • Draw the output waveform based on the input and circuit analysis

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

30 mins 2 easy leetcode questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Swap two numbers
  • Ans. 

    To swap two numbers, store one number in a temporary variable, assign the value of the second number to the first, and then assign the temporary variable to the second number.

    • Create a temporary variable to store one of the numbers

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

  • Answered by AI
  • Q2. Longest cinsecutive subsequence
  • Ans. 

    Find the longest consecutive subsequence in an array of strings.

    • Sort the array of strings to ensure consecutive elements are next to each other

    • Iterate through the sorted array to find the longest consecutive subsequence

    • Track the current consecutive subsequence length and update the longest length found

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basic Fundamentals, Data structures and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show zeal to learn
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Test pattern generation
  • Q2. C code program basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between sanity and smoke
  • Ans. 

    Sanity testing is a narrow and deep testing approach to check if the specific functionality is working fine after changes, while smoke testing is a broad and shallow testing approach to check if the software build is stable enough for further testing.

    • Sanity testing focuses on specific functionality, smoke testing checks overall stability

    • Sanity testing is usually performed after a specific change, smoke testing is perfo...

  • Answered by AI
  • Q2. Difference between regression n retesting
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing specific areas after fixes.

    • Regression testing is done to ensure that new code changes do not affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing involves running the entire test suite, while retesting focuses on specific test cases.

    • Example: After fixing a bu...

  • Answered by AI
  • Q3. Find repetitive words in string program
  • Ans. 

    Program to find repetitive words in a string

    • Split the string into words using a delimiter like space

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap

    • Identify words with frequency greater than 1 as repetitive

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. They asked me some coding questions On C
  • Q2. Printing pattern, arrays
Round 3 - Technical 

(2 Questions)

  • Q1. Questions on arrays and strings
  • Q2. Code to select 3 options and ascending, descending, swapping
  • Ans. 

    Code to select 3 options and perform ascending, descending, and swapping operations.

    • Create a list of 3 options

    • Implement sorting algorithms for ascending and descending order

    • Swap the positions of two options based on user input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basic C coding questions and be thorough with your resume, don't bluff

Skills evaluated in this interview

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

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the MOSFET operation and Body Bias effect
  • Ans. 

    MOSFET is a type of transistor used in electronic devices. Body Bias effect refers to the change in threshold voltage due to biasing of the body terminal.

    • MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor.

    • It has three terminals: Gate, Source, and Drain.

    • The operation of a MOSFET involves controlling the flow of current between the Source and Drain terminals by applying a voltage to the Gate terminal.

    • Bod...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. ASIC Design Flow
Round 3 - HR 

(1 Question)

  • Q1. General Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with what you know and what you dont and choose your words accordingly
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Questions about map, sets, array, and unordered_map etc. Not to hard. Sometimes they might ask to optimize the solution

Round 2 - HR 

(1 Question)

  • Q1. Same HR questions like salary discussions, RSUs information and work culture related information.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in coding, pick any language but C/C++ will have some advantage over other. Also be confident in answering the question. Don't try to mislead the interviewer.

Broadcom Interview FAQs

How many rounds are there in Broadcom Software Engineer Tester interview?
Broadcom interview process usually has 2 rounds. The most common rounds in the Broadcom interview process are Aptitude Test and Technical.
What are the top questions asked in Broadcom Software Engineer Tester interview?

Some of the top questions asked at the Broadcom Software Engineer Tester interview -

  1. Basic aptitude and logical thinking questio...read more
  2. Be perfect in core subjec...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Broadcom interview
Referral
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

Qualcomm Interview Questions
3.8
 • 270 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Software Engineer
136 salaries
unlock blur

₹12.8 L/yr - ₹38.5 L/yr

Senior Software Engineer
136 salaries
unlock blur

₹9.5 L/yr - ₹38 L/yr

Accountant
116 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

D E C

3.7
Compare

Fedder And Garten

5.0
Compare

Hi Technologies Limited, UAB

4.4
Compare

JK Khanna & Co.

3.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