Which of the following is NOT a built-in module in Node.js?
What is the purpose of the 'npm' command-line tool?
What does the 'require()' function do in Node.js?
Which of the following is a popular framework built on Node.js, primarily for building web applications?
What is the event loop in Node.js primarily responsible for?
What is the purpose of the 'package.json' file in a Node.js project?
Which of the following streams is used for reading data?
What is the difference between 'process.nextTick()' and 'setImmediate()'
What does the term 'callback hell' refer to in Node.js development?
What is the main advantage of using asynchronous programming in Node.js?