Simple Queue Service

Simple Queue Service

Professional Development

5 Qs

quiz-placeholder

Similar activities

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Professional Development

10 Qs

Architecting on AWS Day 3.1

Architecting on AWS Day 3.1

Professional Development

9 Qs

API Styles Fundamentals

API Styles Fundamentals

Professional Development

10 Qs

Semana 3

Semana 3

Professional Development

10 Qs

CW CT AC

CW CT AC

Professional Development

10 Qs

AWS Architect Class 10

AWS Architect Class 10

Professional Development

6 Qs

SNS Plus

SNS Plus

Professional Development

7 Qs

RabbitMQ Basic

RabbitMQ Basic

Professional Development

10 Qs

Simple Queue Service

Simple Queue Service

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Tú Nguyễn

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

You have a fleet of EC2 instances (consumers) managed by an Auto Scaling Group that used to process messages in an SQS Standard Queue. Lately, you have found a lot of messages processed twice and after further investigation, you found that these messages can not be processed successfully. How would you troubleshoot (debug) why these messages fail?

SQS Standard Queue

SQS Dead Letter Queue

SQS Delay Queue

SQS FIFO Queue

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which SQS Queue type allows your messages to be processed exactly once and in order?

SQS Standard Queue

SQS Dead Letter Queue

SQS Delay Queue

SQS FIFO Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You have 3 different applications that you'd like to send them the same message. All 3 applications are using SQS. What is the best approach would you choose?

Use SQS Replication Feature

Use SNS + SQS Fan Out Pattern

Send messages individually to 3 SQS queues

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

An e-commerce company uses Amazon SQS queues to decouple their application architecture. The engineering team has observed message processing failures for some customer orders.

As a solutions architect, which of the following solutions would you recommend for handling such message failures?

Use a dead-letter queue to handle message processing failures

Use a temporary queue to handle message processing failures

Use short polling to handle message processing failures

Use long polling to handle message processing failures

5.

MULTIPLE SELECT QUESTION

1 min • 5 pts

You are working as a Solutions Architect for a photo processing company that has a proprietary algorithm to compress an image without any loss in quality. Because of the efficiency of the algorithm, your clients are willing to wait for a response that carries their compressed images back. You also want to process these jobs asynchronously and scale quickly, to cater to the high demand. Additionally, you also want the job to be retried in case of failures.

Which combination of choices do you recommend to minimize cost and comply with the requirements? (Select two)

EC2 Spot Instances

Amazon Simple Queue Service (SQS)

Amazon Simple Notification Service (SNS)

EC2 Reserved Instances

EC2 On-Demand Instances