for(var i =0; i<5;i++){ setTimeout(function () { console.log(i); }, i); } O/P came as: 5 5 5 5 5 O/P should be: 0 1 2 3 4
Senior Node Js Developer Interview Questions
88 senior node js developer interview questions shared by candidates
The technical interviews were well-organized, focused on Node.js, AWS, and project experience. I was asked about project responsibilities, architecture decisions, and problem-solving using AWS services.
How to convert string into array and array into string?
He asked me to describe my past works, if I have managed people and he also asked what technologies did I use on every project I described.
Basics of Node Js and DB
How to archive multi thread in NodeJS?
- Define Stream in paused mode and in flowing mode. - diference between find and filter in javascript - some excercises, like destructuring, javascript basics - An excercise, with an array of numbers i have to found the biggest one.
quick sort, some array DSA questions, asked about previour project explanantion etc
Pretty standard stuff. Coding test was a good one, made you think and formulate an algorithm to solve the problem.
How much experience you have?
Viewing 1 - 10 interview questions