Time Left : 00 : 30 : 00
What is use of Underscore Variable in REPL session?
Correct Answer : B
Which code converts a buffer buf to JSON object?
Correct Answer : A
Which method of fs module is used to close a file?
Correct Answer : A
The $ npm ls statement is used to list down all the locally installed module?
Correct Answer : A
Which of following are a valid form of route path?
Correct Answer : D
Which of the following core module is used to create a web server in Node.js?
Correct Answer : D
NodeJs is ___________ Language.
Correct Answer : A
Which of the following template engines can be used with Node.js?
Correct Answer : D
How to import module in Node.js?
Correct Answer : A
package.json is is used to define the properties of a package?
Correct Answer : A
Which of the following is true about EventEmitter.on property?
Correct Answer : B
Which function is used to include modules in Node Js.
Correct Answer : B
Which of the followings are valid languages for Node.js?
Correct Answer : A
Node.js is ________ by default
Correct Answer : A
Node.js applications are run in a single-threaded event-driven model
Correct Answer : C
Which of the following is a GUI-based debugging tool for Node.js?
Correct Answer : D
Node.js runs on __________
Correct Answer : B
How can we create instance of http module ?
Correct Answer : A
This is a software service that allows 2 applications to talk to each other.
Correct Answer : C
What is Node.JS?
Correct Answer : B
The reason Node.js uses event callbacks is
Correct Answer : A
Which of the following module is required to create a child process?
Correct Answer : B
Which of the following is the correct way to get a joint path?
Correct Answer : A
Which of the following tool automates various tasks of Node.js application?
Correct Answer : B
The Node.js modules can be exposed using _________
Correct Answer : C
Which of the following is true about process global object?
Correct Answer : D
What npm stands for?
Correct Answer : A
To install Node.js express module
Correct Answer : A
From the request object we can obtain:
Correct Answer : C
What code print the endianness of the operating system?
Correct Answer : C