Nodejs Runtime
What is process.nextTick() and how does it differ from setImmediate()?
Nodejs Runtime
What is the global object in Node.js?
Nodejs Runtime
What is npm?
Nodejs Runtime
What is the child_process module?
Nodejs Runtime
What is the error-first callback pattern?
Nodejs Runtime
What are the types of Express middleware?
Nodejs Runtime
What is the difference between Promise.all(), Promise.allSettled(), and Promise.race()?
Nodejs Runtime
What are the key fs module methods?
Nodejs Runtime
What is the EventEmitter class in Node.js?
Nodejs Runtime
What is the purpose of package.json?
Nodejs Runtime
What is a Buffer in Node.js?
Nodejs Runtime
What is the http module in Node.js?
Nodejs Runtime
How do you create a basic Express REST API?
Nodejs Runtime
What is the order of middleware execution in Express?
Nodejs Runtime
How do you create and manipulate Buffers?
Nodejs Runtime
What is the process object in Node.js?
Nodejs Runtime
How do you handle CORS in Express?
Nodejs Runtime
What is the cluster module in Node.js?
Nodejs Runtime
How do you handle uncaught exceptions in Node.js?
Nodejs Runtime
How do you use environment variables in Node.js?
Nodejs Runtime
How do you validate request data in Express?
Nodejs Runtime
What are Promises in Node.js?
Nodejs Runtime
What are Express route parameters and query strings?
Nodejs Runtime
What is Express.js middleware?
Nodejs Runtime
What is RESTful API design?
Nodejs Runtime
What is backpressure in Node.js streams?
Nodejs Runtime
How do you pipe streams in Node.js?
Nodejs Runtime
How do you write a file in Node.js?
Nodejs Runtime
What are HTTP status codes used in REST APIs?
Nodejs Runtime
What are Streams in Node.js?
Nodejs Runtime
How do you read a file in Node.js?
Nodejs Runtime
What are the key differences between CommonJS and ESM?
Nodejs Runtime
What is async/await in Node.js?
Nodejs Runtime
What is Promise.all() and when would you use it?
Nodejs Runtime
What is the difference between exec() and spawn()?
Nodejs Runtime
What are the phases of the Node.js event loop?
Nodejs Runtime
How does Node.js handle errors?
Nodejs Runtime
What is the difference between setImmediate() and setTimeout()?
Nodejs Runtime
What is package-lock.json?
Nodejs Runtime
What is the difference between dependencies and devDependencies?
Nodejs Runtime
What is the path module in Node.js?
Nodejs Runtime
What is the util.promisify() function?
Nodejs Runtime
What is middleware chaining in Express?
Nodejs Runtime
What is the ES Modules (ESM) system in Node.js?
Nodejs Runtime
What is the Node.js event loop?
Nodejs Runtime
What is semantic versioning (semver) in npm?