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
Preguntas de entrevistas para Sr Node Developer
132 Preguntas de entrevista compartidas por los candidatos | sr node developer
print an array of elements in circular order.
Javascript : call(), apply(), bind(), hoisting, reduce, callbacks. Nodejs : eventLoop, single thread, callStack Mongodb : Indexing, lookup. Problem : find mistake in code
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.
What's the difference between nextTick vs setImmediate?
Viendo 1 - 10 de preguntas de entrevista