Upload Button Icon Add office photos

Broadcom

Compare button icon Compare button icon Compare

Filter interviews by

Broadcom Softwaretest Engineer Interview Questions and Answers

Updated 13 Nov 2024

Interview questions from similar companies

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

Questions were on time work ratio

Round 2 - Coding Test 

2 easy questions like merge linked list

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops ,like deadlock,acid properties in dbms,implement merge sort
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LeetCode medium-level and domain-specific questions.

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

I applied via Naukri.com 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 - Aptitude Test 

General manager of a company that is a member of a group of companies and a member is responsible for managing and managing a large company that has the capacity for managing a company and managing the entire company in one place and a small guy business that has been in business in the last several years is responsible

Round 3 - Technical 

(2 Questions)

  • Q1. Actually there’s no reason to think it’s a bad sign that you can’t get a good job in your life because you’re going to get paid for the rest the year if you have a job that you’re going into the future you...
  • Q2. Y c malloc function returns and y stack operates in reverse
  • Ans. 

    The y c malloc function returns memory from the heap while y stack operates in reverse.

    • The y c malloc function is used to allocate memory dynamically from the heap.

    • The y stack operates in reverse, meaning the last item pushed onto the stack is the first item popped off.

    • This can cause issues if the programmer is not careful with memory allocation and stack usage.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Qualcomm Softwaretest Engineer interview:
  • C
  • Embedded C
  • Linux
Interview preparation tips for other job seekers - Be strong for the people straight out the door to the house and let them see you in a few days I don’t want o no o but you don’t have a problem I just want you know that you have a lot going for your life I love and I hope you’re having fun and you can stay healthy I hope you’re feeling well I hope you get better and you get some sleep tonight I hope you’re sleeping well and you feel good and you have some rest tonight

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

DSA C++ basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is must
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions on . net and angular
  • Q2. Pervious projects
Round 2 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude as usually happens,

Round 2 - Coding Test 

30 mins long, String are important

Software Engineer Interview Questions & Answers

Intel user image Manikanta Nallamalli (Mittu)

posted on 5 Dec 2017

I applied via Campus Placement and was interviewed in Dec 2017. There was 0 interview round.

Interview Preparation Tips

General Tips: Round 1: Resume screening. They shortlisted 96 people for the personal Interviews as they have the large requirement. Visiting profiles: Software + Hardware. Location: Bangalore

Round 2: Technical Interview

It was a grilling round of total 1 hr 45min. The interviewer seems so cool and has lots of patience. He was so keen on listening to all the words.

1. Tell me about your M.Tech project?
2. Tell me about your M.Tech Mini Project?
3. How would you design an efficient digital traffic light signal system?
4. Which part of the memory is allocated, when malloc and calloc are called for any variable?
5. How would you measure the stack space without using the task manager, when an application is running on a computer? Write an algorithm if possible!!!
6. When a game is running on a computer, what are the resources it will use on a computer? Firmware, Middleware, drivers, Application characteristics, stack
7. Rate yourself in C and C++?
8. What is a virtual function?
9. What is an Inline function?
10. What is the difference between malloc and calloc?
11. Tell me about the storage classes and their memory allocation?
12. Difference between int* const c and const int* c?
13. What is the virtual memory?
14. What is an abstract class and what is the use of it?
15. What is the difference between new and malloc?
16. What are cache and TLB?
17. If you're joined in Intel and was given a cubicle to work, which is far away from your department. How would you feel?
18. Continuation of Q.17, You agreed to stay away from the working department. Two months later, new joinees are given the cubicles to work, inside the department and still, you're working in the lab allotted initially. Now, how will you feel?
19. How would you test a black box using new test cases, given results for old test cases?
20. What are the precautions to consider while installing a new software on a new server? Check whether server is correct or not first and then start installation process
21. How would you check whether stack space is overflowed or not?
22. A simple code on brute force approach, Given a hotel check-in and checkOut list(of a month) containing a number of persons check-in and checkOut on each and every day, find out the days which has maximum check-in and maximum CheckOut?
23. A psychometric question, If your colleague who is a very close friend, is not following the code and conduct of the firm. What would you do, Whether you will report to the higher officials or not(Reporting to higher officials would break the friendship bond)?

Actually, I forgot many of the questions asked during the Interview. Overall, the interviewer was so helpful in giving the hints when required.

Round 3: Hr round- 20min interview

Tell me about your recent project?
Why Intel?
How many interviews do you have today apart from Intel?
What are your Preference departments in Intel?
Finale 33 placed(software+hardware)! I was one among them and I was selected for the software domain.
Tips: Go through all the OS concepts, Memory Management concepts
Skills: Basic C/C++, MMU, OS, Communication, Problem Solving, Decision Making Skills
College Name: IIT Kharagpur

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Find the sum of two numbers without using any mathematical operarors.
  • Ans. 

    Use bitwise operations to find the sum of two numbers without using mathematical operators.

    • Use bitwise XOR to find the sum of two numbers without carrying.

    • Use bitwise AND and left shift to find the carry.

    • Repeat the process until there is no carry left.

  • Answered by AI
  • Q2. Delete a node from linked list when we are given a reference to the node. But the head pointer is not given.
  • Ans. 

    To delete a node from a linked list when only given a reference to the node, we can copy the data of the next node to the given node and delete the next node.

    • Copy the data of the next node to the given node

    • Update the next pointer of the given node to skip the next node

    • Delete the next node

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Strong understanding and thorough knowledge of C programming.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why UDP and not TCP in project
  • Ans. 

    UDP is preferred over TCP in this project due to its low latency and lightweight nature.

    • UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.

    • UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.

    • UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...

  • Answered by AI
  • Q2. How would you clear the 7th bit in a 32 bit register
  • Ans. 

    To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.

    • Create a mask with the 7th bit set to 0 and all other bits set to 1

    • Perform a bitwise AND operation between the register and the mask

    • Store the result back in the register

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output, etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Tips: Practice aptitude, C, data structures (geeksforgeeks.org is a good source).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked about that, details like what fields did you use in that structure, why this implementation and not some related other. Memory management, network communications, operating systems. Then questions on C concepts like memory allocation, function pointers, then data structures like linked lists, then bit manipulation in registers. Questions from electrical coursework. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Be thorough with C (know your Kernighan & Ritchie) and be prepared to go into details about your projects.

Skills: C, Data Structures, Coursework Understanding, Project And Internship
College Name: IIT Madras

Skills evaluated in this interview

Broadcom Interview FAQs

How many rounds are there in Broadcom Softwaretest Engineer interview?
Broadcom interview process usually has 2 rounds. The most common rounds in the Broadcom interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Broadcom Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 259 Interviews
Intel Interview Questions
4.2
 • 217 Interviews
Texas Instruments Interview Questions
4.0
 • 121 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.8
 • 55 Interviews
Lam Research Interview Questions
3.7
 • 46 Interviews
View all
Broadcom Softwaretest Engineer Salary
based on 21 salaries
₹3.2 L/yr - ₹6.5 L/yr
23% less than the average Softwaretest Engineer Salary in India
View more details

Broadcom Softwaretest Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

1.9

Skill development

1.7

Work-life balance

3.8

Salary

1.9

Job security

1.9

Company culture

2.0

Promotions

1.9

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
134 salaries
unlock blur

₹14.9 L/yr - ₹46.6 L/yr

Senior Software Engineer
125 salaries
unlock blur

₹9.5 L/yr - ₹38 L/yr

Accountant
121 salaries
unlock blur

₹0.5 L/yr - ₹6 L/yr

Test Engineer
48 salaries
unlock blur

₹3.2 L/yr - ₹10.6 L/yr

Principal Software Engineer
47 salaries
unlock blur

₹14.3 L/yr - ₹55 L/yr

Explore more salaries
Compare Broadcom with

Qualcomm

3.8
Compare

Intel

4.2
Compare

TDK India Private Limited

3.8
Compare

Molex

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