How do you vet new dependencies before adding them to your app?
Senior Front End Engineer Interview Questions
688 senior front end engineer interview questions shared by candidates
Task Scheduler OOP. Create an API for a task scheduler -> its just to schedule tasks and not actually do them. The API should at least have the following methods: StartTask FinishTask GetStartableTasks
What is the piece of Software you put in production that you are the most proud of?
Design a minesweeper game with React
Typical questions from a recruiter going over background and experience.
- Code review - Release process - Dev / QA collaborations - Good practices - Tools - Teams structure and organization ...
Do you know what a binary sort tree is?
- How do you document components in React? - What are hooks in React, which are the most used and how do they work? - How would the choice use a global state management library like Redux be decided? - What are the main features of React?
Write a function in the language of your choice that would return number n in the Fibonacci sequence. The interviewer was surprised that I didn't approach this function recursively, and I was surprised that he suggested it, because that would be the common mistake, an I think it would be something like O n(n-1), as opposed to the iterative O(n) approach.
Average JS / Front-End focused questions. Some discussion around state management libraries like Redux & Vuex. Design a chat application using any component based library (verbally).
Viewing 571 - 580 interview questions