See note above, didn't get this far
Senior Full Stack Engineer Interview Questions
814 senior full stack engineer interview questions shared by candidates
He seems like he lost my CV ;), So he asked Tell me about yourself?
Reverse linkedlist, String basics, OOP BASICS, number of island, singleton with code, two sum, merge array1 to array2 , array2 has empty slots equal to array1, and they both are sorted... asked questions from resume, whatever technologies and projects had mentioned, lambda expression, streams, multithreading, add two numbers using linkedlist and return result in linkedlist as reverse number(leetcode)
Just knowing jQuery isn't going to cut it. You have to know architectural concepts and OOP principals.
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?
Which of the following statements about the this keyword is true?
Tell us a bit about yourself and your background (record video question)
Viewing 641 - 650 interview questions