Time Left : 00 : 30 : 00
Where is captured values are populated regarding route parameters?
Correct Answer : A
Node.js applications are run in a single-threaded event-driven model
Correct Answer : C
Which of the following is the correct way to get a joint path?
Correct Answer : A
What npm stands for?
Correct Answer : A
What is the advantage of using node.js?
Correct Answer : D
Third-party packages can be install/update/delete using ________
Correct Answer : A
Which of the following class is used to create and consume custom events in Node.js?
Correct Answer : A
Node.js application can access which of the following databases?
Correct Answer : C
Which of the following is true about process global object?
Correct Answer : D
Which of the following tool automates various tasks of Node.js application?
Correct Answer : B
What is use of Underscore Variable in REPL session?
Correct Answer : B
Which of the following is true about RESTful web services?
Correct Answer : C
What should you do in your code to improve your application’s performance?
Correct Answer : A
To install Node.js express module
Correct Answer : A
Which of the following statements holds good with respect to Node?
Correct Answer : A
Which of the following is a GUI-based debugging tool for Node.js?
Correct Answer : D
Which of the following is true about EventEmitter.on property?
Correct Answer : B
Which of the following module is required to create a child process?
Correct Answer : B
Which of the following template engines can be used with Node.js?
Correct Answer : D
Which of following are a valid form of route path?
Correct Answer : D
Which function is used to include modules in Node Js.
Correct Answer : B
What code print the endianness of the operating system?
Correct Answer : C
Which of the followings are web application frameworks for Node.js?
Correct Answer : D
Which of the following types of application can be built using Node.js?
Correct Answer : D
Which code converts a buffer buf to JSON object?
Correct Answer : A
How to test if two nodes are equal?
Correct Answer : A
Which statement execute the code of sample.js file?
Correct Answer : B
Node.js is...
Correct Answer : B
From the request object we can obtain:
Correct Answer : C
The Node.js modules can be exposed using _________
Correct Answer : C