node day02

node day02

Professional Development

27 Qs

quiz-placeholder

Similar activities

Fluidsim Feature (Detail 1)

Fluidsim Feature (Detail 1)

Professional Development

25 Qs

Conocimientos previos

Conocimientos previos

Professional Development

24 Qs

iot3

iot3

Professional Development

27 Qs

MICROSHOFT WORD

MICROSHOFT WORD

10th Grade - Professional Development

32 Qs

MIS Working Assessment Jul+Aug'22

MIS Working Assessment Jul+Aug'22

Professional Development

25 Qs

Mid Test React JS

Mid Test React JS

Professional Development

25 Qs

react-additional-class

react-additional-class

Professional Development

26 Qs

UiPath Advance Certificate

UiPath Advance Certificate

Professional Development

30 Qs

node day02

node day02

Assessment

Quiz

Other

Professional Development

Medium

Created by

Gnanavel Durairaj

Used 4+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does require() do in Node.js?

Defines a module

Loads a module

Deletes a module

Compiles a module

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to export functions in Node.js?

export

exports

module.exports

define

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using module.exports, what happens if we assign a new object directly?

It overrides the previous object

It merges with the existing object

It adds a new property to exports

It causes an error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import a local module named utility.js?

import 'utility.js'

require('./utility')

include 'utility.js'

module.load('utility.js')

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the default encoding for fs.readFile()?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write to a file without overwriting its content?

fs.writeFile(filename, data)

fs.appendFile(filename, data)

fs.addFile(filename, data)

fs.saveFile(filename, data)

7.

FILL IN THE BLANK QUESTION

1 min • 2 pts

Which function checks if a file exists?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?