2. setTimeout, Promise statements - Which one will be executed first
Senior Front End Engineer Interview Questions
688 senior front end engineer interview questions shared by candidates
None of the questions were particularly surprising or difficult and I can't remember specifics.
Using these arrays, return how many times a pair of numbers occurs in the array. [(3, 2), (3, 2), (2, 1), (1, 2)] -> 2 [(3, 1), (4, 5)] -> 0 [(1, 2), (5, 6), (6, 5)] -> 1
What happens when you enter a URL in your browser (step by step)?
What is the difference between debounce and throttle?
med-hard algorithm questions
After clearing all techical rounds they gave another assignment to complete and said after that they can offer my desire compasation.
Closures, REST API, JavaScript variables hoisting, type coercion and scope and related stuff?
Simple application with sorting, listing, filtering.
We have this small dashboard built in React. Complete these tasks: add the user's name to the dashboard, so that it says, "Welcome, [user]!"; how would we pass properties from the parent component to child components; what are some ways we can update data in the component as the user types into the text box?
Viewing 51 - 60 interview questions