Get Node JS Certificate from The Digital Adda which you can share in the Certifications section of your LinkedIn profile, on printed resumes, CVs, or other documents.
Exam Details:
- Format: Multiple Choice Question
- Questions: 10
- Passing Score: 8/10 or 80%
- Language: English
Here are the Questions and Answers:
Question 1: Which of the following statements are true?
- Node.js is a server-side language.
- Node.js is a client-side language.
- Node.js is both a server and client-side language.
- None of the above
Question 2: _ is an interactive shell that processes Node.
- REPL
- REAL
- RESP
- None of the above
Question 3: What is the full form of REPL?
- Research Eval Program Learn
- Read Earn Point Learn
- Read Eval Point Loop
- Read Eval Print Loop
Question 4: Node.js is written in which language?
- C++
- JavaScript
- C
- Java
Question 5: How can we install the node body-parser module?
- npm install body-parser
- node install body-parser
- node.js install body-parser
- None of the above
Question 6: Which of the following are examples of node modules?
- Express
- Body-parser
- Socket.io
- All of the above
Question 7: To include the HTTP server in the node module, what function do we use?
- get()
- require()
- createServer()
- None of the above
Question 8: How can we expose node modules?
- exports
- expose
- requires
- None of the above
Question 9: What method is used to return the current working directory of the process?
- pwd()
- cwd()
- cmd()
- None of the above
Question 10: Default scope in Node.js application is?
- Global
- Local
- Local to Object
- None of the above