Explain Redux in your own words.
Senior Frontend Developer Interview Questions
13,309 senior frontend developer interview questions shared by candidates
What was the last thing you have learned?
Flatten a nested object and ask each and every question related to React.
How do you help engineers adopt or move forward with a new initiative when there's resistance?
1. Live coding on the algorithm. 2. Live coding on ReactJs. 3. Design an API. Some general computer science questions, work experience, top achievements, etc.
Design a simple/common UI based on the image provided. Everyone was given 1 hour to do that, people could use internet/AI for the same.
design a reusable component similar to clapping button in medium website.
I feel the technical assignment was the most important piece.
Followup to the setTimeout question, fix it so it does show 0-5
what does this function output function f1() { result.innerHTML = ""; for (var i = 0; i < 5; i++) { setTimeout(() => { counter(i); }, i * 500); } }
Viewing 1801 - 1810 interview questions