Sail E0 Webinar

MCQs

Total Questions : 25 | Page 3 of 3 pages
Question 21. In Node.js APIs of Node.JS are which of the following?
  1.    Asynchronous
  2.    Synchronous
  3.    Both of the above
  4.    None of the above
 Discuss Question
Answer: Option A. -> Asynchronous




Question 22. Which of the following class is used to create and consume custom events in Node.js?
  1.    EventEmitter
  2.    Events
  3.    NodeEvent
  4.    None of the above
 Discuss Question
Answer: Option A. -> EventEmitter




Question 23. Which of the following template engines can be used with Node.js?
  1.    Jade
  2.    Vash
  3.    Handlebars
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 24. Node.js supports which of the following platform?
  1.    Windows
  2.    Macintosh
  3.    Unix/Linux
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 25. How can we create instance of http module?
  1.    var http = require("http")
  2.    var http = new require("http")
  3.    var http = new http()
  4.    None of the above
 Discuss Question
Answer: Option A. -> var http = require("http")




Latest Videos

Latest Test Papers