Which method is used to pause a readable stream in Node.js?
Which method is used to transform data in a Node.js stream?
What is the default value of the highWaterMark option for a writable stream in Node.js?
What is the purpose of the pipe() method in Node.js streams?
What is a Transform stream in Node.js?
What is a stream in Node.js?
Which of the following is true about async/await in Node.js?
Which of the following is NOT a benefit of using promises in Node.js?
What is the purpose of the 'data' event in a readable stream in Node.js?
What is the purpose of the 'drain' event in a writable stream in Node.js?