What are design patterns used for
Senior Full Stack Engineer Interview Questions
829 senior full stack engineer interview questions shared by candidates
Describe a business process from your previous company in full detail
A React live code interview that I needed to solve useState related issues.
Explain how asynchronous JavaScript works?
question mainly resolved around fix some the existing CSS and react related logic. like render the list vertically instead of horizontally. fix the initial loading time issue, show spinner instead of showing empty screen or no text initially.
Tell us a bit about yourself and your background (record video question)
Which of the following statements about closures in JavaScript is true?
What is the result of the following code snippet? `const x = 5; const y = "10"; console.log(x + y);`
What is the output of the following code snippet? const promise1 = Promise.reject('Promise 1 Error'); const promise2 = Promise.resolve('Promise 2'); Promise.any([promise1, promise2]).then((result) => { console.log(result); }).catch((error) => { console.log(error); });
Which of the following statements about the let keyword is true?
Viewing 641 - 650 interview questions