Node Day 06

Node Day 06

Professional Development

22 Qs

quiz-placeholder

Similar activities

Sosialisasi PPDB

Sosialisasi PPDB

Professional Development

25 Qs

Bera Rumble Lore Quiz

Bera Rumble Lore Quiz

Professional Development

20 Qs

FORGC1

FORGC1

Professional Development

22 Qs

Quiz Minggu 1- Seputar Produk Pengiriman

Quiz Minggu 1- Seputar Produk Pengiriman

KG - Professional Development

25 Qs

Node Js Quizz

Node Js Quizz

Professional Development

20 Qs

Proses Bisnis Niaga

Proses Bisnis Niaga

Professional Development

20 Qs

VCGamers Mini Quizizz

VCGamers Mini Quizizz

Professional Development

20 Qs

PHP 7 Tarpinis (PHP)

PHP 7 Tarpinis (PHP)

Professional Development

27 Qs

Node Day 06

Node Day 06

Assessment

Quiz

Other

Professional Development

Medium

Created by

Gnanavel Durairaj

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Multer used for in a Node.js application?

Sending emails

Handling file uploads

Managing authentication

Parsing JSON data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to configure Multer for storing files in memory?

multer({ storage: 'memory' })

multer({ dest: 'uploads/' })

multer({ storage: multer.memoryStorage() })

multer.memory()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module is required to send emails using Nodemailer?

emailjs

nodemailer

sendmail

mailgun

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default SMTP port for sending emails using Nodemailer?

465

25

587

8080

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is required to send a WhatsApp message using Twilio?

Twilio API Key

WhatsApp SID

Twilio Account SID & Auth Token

Messenger API Key

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these methods is used to send an SMS via Twilio?

twilio.sendMessage()

twilio.messages.create()

twilio.sendSMS()

twilio.text.send()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which protocol does Socket.IO use for real-time communication?

HTTP

WebSockets

TCP

FTP

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?