Which module is commonly used in Node.js for building web servers and handling HTTP requests?
What is the primary purpose of `npm` (Node Package Manager)?
Which of the following is a global object in Node.js that provides information about the operating system?
What does the term 'callback hell' refer to in Node.js?
Which keyword is used to declare a constant variable in JavaScript (including Node.js)?
What is the purpose of the `module.exports` object in Node.js?
What does the `EventEmitter` class in Node.js facilitate?
Which of the following is a popular framework built on top of Node.js for building web applications and APIs?
What function is used to read a file asynchronously in Node.js using the `fs` module?
What is the purpose of the `Buffer` class in Node.js?