Node architecture
Node Js Developer Interview Questions
930 node js developer interview questions shared by candidates
#)Node js: //app.use(express.json()); // app.use(express.urlencoded({ extended: true })); // process.nextTICK // HELMET ? // json-parser ? // node-cron ? // even emitter / listener ? // buffers #)MongoDB // database sharding // $unwind // $bucket // $set // $nin // $eq #) JS coding questions // const input = "Welcome to world"; // Output:- "emocleW ot dlrow" / function runFunc(){ // console.log("B" - 1); // console.log(2 + "-3" + "3"); // console.log(typeof typeof null); // } // runFunc(); // var a = []; // a[100] = 1; // console.log(a.length); // console.log(a[99]); // let a = 10, b = 20; // setTimeout(function () { // console.log('Ankit'); // a++; // b++; // console.log(a + b); // }); // console.log(a + b);
Basic questions about nodejs
Be yourself but be as expressive and open as possible. They want to learn about you as a person more than anything.
why node Js and Views in SQL
Describe Node.js event loop and event driver architecture
When to and when not to use Indexes in MongoDB
How many datatypes in JS
Basic Questions about the role
Transactions in sql? JavaScript nested objects? Other questions are from projects
Viewing 151 - 160 interview questions