Correct Answer: tls.connect()
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Node.js Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Node.js MCQ Questions
Is it possible to execute node.js system command synchronously?
What is the default memory limit on a node process?
What is the default request limit to the same origin on a node.js http client?
Which of these is not a valid version according to npm semantic versioning?
Which of the following is NOT true about Node 0.6?
Which of the following is the correct program code that repeatedly calls a function after every two seconds for continuous eight seconds. and after that clears the interval with the message Which of the following is the correct program code that repeatedly calls a function after every two seconds for continuous eight seconds. and after that clears the interval with the message 'Loop ends' and exits the application?
Which of the following statements is not correct about Node.js?
Which of the following is the correct command that is used to check the installed version of Node.js on Windows operating system using the C command prompt?
The following function belongs to which of the given http.Server events in Node.js: function (request, socket, head){}
Which of the following are the advantages of node_module? a) It increases reusability. b) It simplifies : ies the long file relative paths. c) It helps in overcoming module incompatibility. d) It is very helpful in changing of URLs without updating the middleware. e) It allows to check the class of a particular object instance.