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.