Question Bank
3705 approved questions from the community
What is the purpose of the Helmet module?
Why should you separate Express 'app' and 'server'?
What are the three parts of a JWT token?
What is JWT (JSON Web Token) used for?
What is the purpose of the next() function in Express middleware?
What is middleware in Express.js?
What is the URL module used for in Node.js?
What is the purpose of the fs module in Node.js?
How does Node.js handle concurrency despite being single-threaded?
Piping in Node.js streams allows you to provide the output of one stream as input to another stream.
How can Node.js utilize all CPUs on a multi-core system?
How does Node.js handle child threads?
What is a callback function in Node.js?
What is the difference between process.nextTick() and setImmediate()?
What is EventEmitter in Node.js?
What is REPL in Node.js?
What is the Reactor Pattern in Node.js?
What is the event loop in Node.js?
What are the visibility modifiers in Kotlin?
What is the purpose of the 'const' modifier in Kotlin?