1- Create a react hacker news app. 2- Algorithm questions ( getMedian with 2 Arrays, sorted and not sorted )
Senior Frontend Engineer Interview Questions
1,548 senior frontend engineer interview questions shared by candidates
Multiple whiteboard tech questions, pretty standard.
How to resolve keyboard event propagation in useEffect in React app. Other general data structures questions
How many years of XP you have
1 ->Javascript array question 2 ->todo app 3 -> sumofdeepestleaf nodes 4 -> manager round.
Tell me about yourself and your experience
General past experience questions, then technical questions about the code challenge, some theoretical questions about frontend development concepts philosophy and a live code excercise.
Difference between Async and differ
1. Scope and Hoisting Example: var x = 10; function outer() { var x = 20; function inner() { x++; console.log(x); // NaN (due to hoisting) var x = 30; console.log(x); // 30 } inner(); } outer();
How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
Viewing 1201 - 1210 interview questions