Upload Button Icon Add office photos

Filter interviews by

Broadcom Embedded Software Developer Interview Questions and Answers

Updated 7 Nov 2015

Broadcom Embedded Software Developer Interview Experiences

1 interview found

Interview Preparation Tips

Round: Test
Experience: It was an objective type test questions related to aptitude, digital, c, data structures, operating system ,computer architecture and  microprocessor. The level of difficulty was high.

Round: Technical Interview
Experience: This was purely technical with questions relating to algorithms(binary search, sorting) ,  networks(layers and different protocols,  subnetting), projects(my final  year project in manets), 
networks  project,compiler  oriented  questions related  to  C runtime  features (Use  of  heap  and 
stack to store variables in a C program ­how they work with procedures).

Round: Technical Interview
Experience: Third round was again more of  technical and  long one to. OOPs was the main focus here. 
OOPs  concepts  were  asked.  
 

Round: HR Interview
Experience:  Basic HR questions were asked. More focus on my grade sheet. They were looking 
for consistency and they were concerned with recruiting high graders. And questions like “You 
are more of a software guy..why do you want to join this post...” Since I was desperate to get a 
job, I answered "I like challenges".


Skills:
College Name: Anna University Chennai

Interview questions from similar companies

I was interviewed before Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. Write your own memcpy function. Also, take care of the boundary conditions.
  • Ans. 

    Write a custom memcpy function with boundary condition handling.

    • Use pointers to copy data from source to destination.

    • Check for NULL pointers and zero length cases.

    • Use a loop to copy data byte by byte.

    • Handle overlapping memory regions with caution.

  • Answered by AI
  • Q2. Find intersection point of two linked list. Optimise your solution.
  • Ans. 

    Find intersection point of two linked lists and optimize solution.

    • Traverse both lists and find their lengths

    • Move the head of the longer list to the same distance as the shorter list

    • Traverse both lists in parallel until they meet at the intersection point

    • Use hash table to store visited nodes for faster lookup

    • Use two pointers, one starting from the head of each list, and move them at the same pace until they meet at the

  • Answered by AI
  • Q3. Find the missing number from the given series.
  • Ans. 

    Missing number in a given series

    • Check the pattern of the series

    • Look for any arithmetic or geometric progression

    • Try to find the difference between consecutive numbers

    • Use mathematical formulas to solve the problem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on data structure and probability questions too.

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the maximum length of the string without counting the duplicated characters Many questions on os, coa, registers and assembly language.
  • Q2. Project related questions. It was a resume based shortlisting.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on projects and coding.
  • Q2. Simple mathematical coding question. Given constraints: solve in best time complexity
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 Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions on aptitude and english and puzzles.
20 questions on Analog electronics.
20 questions on digital electronics.
Total duration was 90 minutes.

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself. Your college and study background. Project Discussion(Very deep)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, bold, and confident. Prepare everything from Your resume thoroughly and completely. Go through the subjects u have studied in your curriculum. Don't exaggerate in your resume, write only the stuff in which u are comfortable and confident. Be honest, polite, and respectful during your interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Linked list, optimisation, time complexity

Round 2 - Technical 

(1 Question)

  • Q1. Projects, os concept, c basic questions, embedded systems basics, computer architecture questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion, few behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked questions more related to c/c++
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Define steps of booting a system
  • Ans. 

    Booting a system involves several steps including power-on, POST, bootloader loading, kernel initialization, and user space initialization.

    • Power-on: System receives power and starts the boot process.

    • POST (Power-On Self Test): Hardware components are checked for functionality.

    • Bootloader loading: Bootloader is loaded into memory and executed.

    • Kernel initialization: Operating system kernel is loaded and initialized.

    • User sp...

  • Answered by AI
  • Q2. What are the detailed steps and intermediate state in a compilation
  • Ans. 

    Compilation involves multiple steps like preprocessing, compilation, assembly, and linking.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code specific to the target architecture.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to generate an executable file.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD question on designing a cache

Skills evaluated in this interview

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 272 Interviews
Intel Interview Questions
4.2
 • 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
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

D E C

2.8
Compare

Fedder And Garten

5.0
Compare

Hi Technologies Limited, UAB

3.7
Compare

JK Khanna & Co.

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