Search Header Logo

Node Day 06

Authored by Gnanavel Durairaj

Other

Professional Development

Used 1+ times

Node Day 06
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?