Software Developer applicants have rated the interview process at Broadcom with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 75% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 14 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Broadcom overall takes an average of 14 days.
Here are the most commonly searched roles for interview reports -
Must go through two rounds of technical interview and then HR, 1st technical round is tough, we must be thorough with subject as well sound in technical aspects, prepare well before interview
First a 15 min. phone call with questions about experience from previous positions. Afterwards, a 2 hour online interview was scheduled. It included more questions about previous experience and a single question about code.
Interview questions [1]
Question 1
Given a string that can contain only english letters and a regex that may include: 1. English letters 2. Question marks- a question mark can double the previous letter or can be blank. For example, str="abbc", reg="ab?c?" is valid
I applied online. The process took 1 week. I interviewed at Broadcom
Interview
Started by getting know eacj other, followed by 2 technical questions. The questions consider data structure understanding, each solution should be implemented. I had 2 interviews there, in each were 2 interviwers (at least one is an engineer).
Interview questions [1]
Question 1
There is a pool with given maximum capacity, you should design a routine of the selector-which decide if someone can get in or not. You cant neasure the current state, all you can see is who wants to come in.