ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 397 - DOP-C01 discussion

Report
Export

You need to process long-running jobs once and only once. How might you do this?

A.
Use an SNS queue and set the visibility timeout to long enough for jobs to process.
Answers
A.
Use an SNS queue and set the visibility timeout to long enough for jobs to process.
B.
Use an SQS queue and set the reprocessing timeout to long enough for jobs to process.
Answers
B.
Use an SQS queue and set the reprocessing timeout to long enough for jobs to process.
C.
Use an SQS queue and set the visibility timeout to long enough for jobs to process.
Answers
C.
Use an SQS queue and set the visibility timeout to long enough for jobs to process.
D.
Use an SNS queue and set the reprocessing timeout to long enough for jobs to process.
Answers
D.
Use an SNS queue and set the reprocessing timeout to long enough for jobs to process.
Suggested answer: C

Explanation:

The message timeout defines how long after a successful receive request SQS waits before allowing jobs to be seen by other components, and proper configuration prevents duplicate processing.

Reference: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/MessageLife cycle.html

asked 16/09/2024
Samantha Carpenter
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first