Hackathon_NodeJs_Exam

Hackathon_NodeJs_Exam

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

UTS Basisdata 12RPL sem 5 22-23

UTS Basisdata 12RPL sem 5 22-23

2nd Grade - University

30 Qs

Prueba Básica SQL

Prueba Básica SQL

1st - 5th Grade

33 Qs

Test Front-end

Test Front-end

1st - 3rd Grade

30 Qs

VOIP

VOIP

2nd Grade

25 Qs

EL1 ICT Recap

EL1 ICT Recap

1st Grade

30 Qs

M4 Skill for success: Unit 3 vocabulary

M4 Skill for success: Unit 3 vocabulary

4th Grade

30 Qs

SOMATIVA-FDD-2EM

SOMATIVA-FDD-2EM

1st Grade

34 Qs

Word Study Quiz Sort 29

Word Study Quiz Sort 29

4th - 5th Grade

25 Qs

Hackathon_NodeJs_Exam

Hackathon_NodeJs_Exam

Assessment

Quiz

Education

1st - 5th Grade

Hard

Created by

Minh (hungnm5)

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a javaScript function is invoked (called) in Node, where is a new frame placed?

the call stack

the event loop

the poll phase

the events queue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a core module in Node?

webpack

crypto

request

chalk

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Buffer class methods returns an uninitialized buffer?

allocUnsafe

  • concat

  • from

  • alloc

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following modules is NOT a built-in module in Node?

  • events

  • http2

  • dgram

  • ftp

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which fs module method can be used to read the content of a file without buffering it in memory?

  • read

  • readFile

  • createReadStream

  • readFileSync

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following DNS module methods uses the underlying OS facilities and does not necessarily perform any network communication?

  • lookup

  • resolve

  • resolve4

  • reverse

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check that a value is a date object in Node?

  • util.types.isDate(value)

  • assert.isDate(value)

  • console.isDate(value)

  • util.date(value)

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?