wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS SQS and SNS Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the maximum message size supported by AWS SQS?

a)

128 KB

b)

256 KB

c)

512 KB

d)

1 MB

2.

Which type of SQS queue guarantees exactly-once processing and strict message ordering?

a)

Standard Queue

b)

FIFO Queue

c)

Dead-letter Queue

d)

Priority Queue

3.

What is the default visibility timeout for a message in SQS?

a)

10 seconds

b)

30 seconds

c)

1 minute

d)

5 minutes

4.

What is the purpose of a dead-letter queue (DLQ) in SQS?

a)

To store messages that are processed successfully

b)

To store messages that fail to be processed after a specified number of retries

c)

To store messages with the highest priority

d)

To store messages that are delayed

5.

What is the maximum retention period for messages in an SQS queue?

a)

1 day

b)

4 days

c)

14 days

d)

30 days

6.

What is the maximum message size supported by AWS SNS for SMS messages?

a)

128 KB

b)

256 KB

c)

512 KB

d)

2 MB

7.

Which of the following is NOT a supported endpoint type for AWS SNS?

a)

Email

b)

SMS

c)

FTP

d)

Lambda Function

8.

What is the primary purpose of an SNS topic?

a)

To store messages for later processing

b)

To act as a communication channel for publishers and subscribers

c)

To encrypt messages using KMS

d)

To trigger SQS queues

9.

Which AWS service can be used to filter messages in SNS based on attributes?

a)

SQS

b)

Lambda

c)

SNS Message Filtering

d)

CloudWatch

10.

What is the maximum number of subscribers that can be associated with a single SNS topic?

a)

10,000

b)

100,000

c)

1,000,000

d)

No limit