1.
Which of the following codes is valid for a method that returns a buffer instance in Node.js?
2.
In node.js, which of the following codes is used to render a number that indicates whether a buffer comes before or after another buffer in a sorted order?
3.
Which of the following given code snippets correctly returns a new buffer which link the same memory as the old, but offset and cropped by the start (defaults to 0) and end (defaults to buffer.length) indexes in node.js?
4.
In node.js, which of the following functions is used to create a server instance which is then added to a port using the listen method?
5.
In Node.js, which of the following functions joins the event handler with an event called event1?
6.
In Node.js, which of the following methods is used to write into the file1 file?
7.
In Node.js, which of the following properties is not blocked while waiting for tasks to be completed?
8.
In Node.js, what is the significance of the new Buffer(size) method?
9.
In Node.js, which of the following POSIX signals is used to generate events?
10.
In Node.js, which of the following methods is used to open a file in asynchronous mode?