There were a few questions regarding JavaScript essentials (data types, this context, event bubbling, recursion).
Frontend Developer Interview Questions
13,270 frontend developer interview questions shared by candidates
One question they asked me during the interview was about how I approached the coding challenge, they wanted to understand my thought process and how I handled certain technical decisions in my solution.
The application process started with a 20-minute call during which I introduced myself and talked about previous projects and the technologies I knew. Then the recruiter gave me details about the position and team. In this case, a role as a junior front-end developer in the Statista Q team. The next step was a take-home assignment. I had the weekend to complete this task and send my proposal. Two days after submitting my code, I had a 30-minute interview with the team lead. A week after the first one, I had another 60-minute talk with two more team members. During this whole process, I felt comfortable and valued. The team listened carefully to my ideas and proposals and gave me feedback on my assignment. Even though I was not chosen for the position, the experience was enriching and I would happily apply again.
Discuss the app you built and make simple changes.
How did you learn about React Dev?
The test was a take-home where I had to spin up a front-end and back-end locally, then find and fix 4 bugs - as well as draft up a response to a technically-inclined customer to let them know we fixed each issue.
Do I prefer styling libraries like styled-components, or prefer to write css/scss
```javascript let numbers = []; for(var i = 0; // terminating condition: i less than 5; i++);{ numbers.push(i+1); } ``` What does numbers contain?
They are try to test you on every domain like HTML,Css, Javascript
Parse a set of instructions, and output the net result
Viewing 291 - 300 interview questions