ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - DVA-C01 discussion

Report
Export

When a Simple Queue Service message triggers a task that takes 5 minutes to complete, which process below will result in successful processing of the message and remove it from the queue while minimizing the chances of duplicate processing?

A.
Retrieve the message with an increased visibility timeout, process the message, delete the message from the queue
Answers
A.
Retrieve the message with an increased visibility timeout, process the message, delete the message from the queue
B.
Retrieve the message with an increased visibility timeout, delete the message from the queue, process the message
Answers
B.
Retrieve the message with an increased visibility timeout, delete the message from the queue, process the message
C.
Retrieve the message with increased DelaySeconds, process the message, delete the message from the queue
Answers
C.
Retrieve the message with increased DelaySeconds, process the message, delete the message from the queue
D.
Retrieve the message with increased DelaySeconds, delete the message from the queue, process the message
Answers
D.
Retrieve the message with increased DelaySeconds, delete the message from the queue, process the message
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibilitytimeout.html

asked 16/09/2024
Sydney Taing
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first