I had an initial phone interview with a nice interviewer, and afterward I was invited to continue to a technical interview.
The technical interview was conducted by the same interviewer and the team lead. While the conversation itself was okay, the experience felt a bit disappointing. The team lead seemed somewhat distracted during the interview and was using his phone, which made it feel like he was not fully attentive.
Overall, the first step of the process was positive, but the technical interview could have felt more organized, focused, and respectful of the candidate’s time.
Interview questions [1]
Question 1
They asked me to write code that fills an array with random numbers. They also asked a React related question about implementing a text toggle between a parent component and a child component.
The first stage was a phone interview with two developers from the team. This was followed by a Zoom interview, where I was asked some basic JavaScript questions, such as how to get the maximum value from an array. I was also asked to implement a React component where clicking on a child component toggles some text in the parent component.
Interview questions [1]
Question 1
show toggle text in the father component when you clicked on the son component