1.
Which of the following APIs creates a server in Node.js?
2.
Which of the following is required for network specific operations in Node.js?
3.
Which of the following modules is required for DNS specific operations in Node.js?
4.
Which of the following statements is valid for the dns.lookup(hostname[, options], callback) method in Node.js?
5.
Which of the following modules is needed for exception handling in Node.js?
6.
Which of the following modules is required to make a web server in Node.js?
7.
Which of the following explains external binding in the domain module of Node.js?
8.
Which of the following explains internal binding in the domain module of Node.js?
9.
Which of the following methods can create a token to a web server in Node.js?
10.
What does the exec() method of the child_process module do in Node.js?