Full Project with Frontend + Backend + Graphql Backend. and which has Login , creating users, app features about 4 solid features, and with all the validations. They will say UI needs be fancy, but you are going to demo it to the Client. How stupid is that. Worst part, they will have zero courtesy to the candidates time spent.
Senior Frontend Engineer Interview Questions
2,913 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.
How would you rate yourself in javascript and css out of 10
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();
Viewing 2281 - 2290 interview questions