console.log("Start"); setTimeout(() => { console.log("Timeout"); }, 0); Promise.resolve().then(() => { console.log("Promise 1"); }).then(() => { console.log("Promise 2"); }); console.log("End"); predict the output check array elements are same or not what is debounce questions on pagination question on infinte scrolling react question given an array, filter the data based on user input in search bar and show only that name
React Developer Interview Questions
3,476 react developer interview questions shared by candidates
Hooks, Redux, context, js, react, react native DSA coding question based on Array and strings.
I can't recall any specific questions during calls. The technical part was a take-home project, which I can't describe in more details. It wasn't super difficult, but not exactly simple either. I'd rate it between average & difficult.
Mentioned in "Interview Process" section
What are your top 3 skills that make you a good React dev
Basic JavaScript questions as diff. between let , var & const , hoisting , temporal deadzone , closure , event loop, call(), apply(), and bind() methods , diff b/w map() & filter() ,how to change constant array. React JS questions such as component, Real DOM & Virtual DOM , React optimization techniques , Hooks - useRef() ,useEffect() , form validation , how to call API from frontend, Redux CSS3 questions such as pseudo classes , visibility:hidden-vs-opacity:0 , :not Selector HTML questions such as what is
What is redux? In react?
Closures in Javascript, advanced react native concepts.
write a function for JSON tree iteration
There is a assignment round give in time line to submit.
Viewing 721 - 730 interview questions