Asked About my work experience
Senior Frontend Developer Interview Questions
1,608 senior frontend developer interview questions shared by candidates
Q: Experience with React and Next js
Can you explain your solution of the test assignment?
What motivates you to keep going?
The tests is basic: Show some posts on an infinite list. The first thing they do is to suggest to use an api "dummyjson" BUT the thing is, if you use it, you cannot accomplish most of the requirements of the task. Sadly I used it and I received this feedback: 1. wrong data fetching approach - multiple user API requests: (I had to use the post to get the user data, so yes, obviously you need to make another user request - because of the API that he suggested - very smart guy) 2. lack of understanding of the principles of functional programming (Again, I had to make usage of caché to get users for the posts because of the API that he recommended for the task, Also he said i didnt used thunks (think I did) and that a I had side effects which is partially true, because the API requires to get user data). So I asked chatgpt and taking into account the resources I had the solution was okay as I did "In practical terms, if you need the user data for the transformation, separating them isn't always possible without adding unnecessary complexity." 3. missing websocket implementation (You cant do it if you use that API - emulating the behaviour is not "correct" for them) Aside from the developer's poor technical skills (lack of understanding browser caching, lack of understanding of how REST works, inability to differentiate an async thunk), and the poor soft skills he used to provide feedback, he didn't care at all that the solution was performant and solved the task at hand, even within the API's limitations.
30 min call with recruiter 30 min call with HR 2-4 hr technical assessment 1 hour technical discussion with engineering team - Questions from previous work experience, irrelevant questions direct from resume, have you worked on testing, have you worked on GraphQL, etc.
Call an API, display results, format a bit.
Lot's of scenario based questions on how you would handle different issues with project and team
Data Structure and algorithm, Agile
Simple array sort with memory allocation considerations.
Viewing 591 - 600 interview questions