Multiple Choice
An application takes 40 seconds to process instructions received in an Amazon SQS message. Assuming the SQS queue is configured with the default VisibilityTimeout value, what is the BEST way, upon receiving a message, to ensure that no other instances can retrieve a message that has already been processed or is currently being processed?
A) Use the ChangeMessageVisibility API to increase the VisibilityTimeout, then use the DeleteMessage API to delete the message.
B) Use the DeleteMessage API call to delete the message from the queue, then call DeleteQueue API to remove the queue.
C) Use the ChangeMessageVisibility API to decrease the timeout value, then use the DeleteMessage API to delete the message.
D) Use the DeleteMessageVisibility API to cancel the VisibilityTimeout, then use the DeleteMessage API to delete the message.
Correct Answer:

Verified
Correct Answer:
Verified
Q119: A gaming company is developing a mobile
Q120: A Developer is writing a mobile application
Q121: A company is developing a report executed
Q122: If a message is retrieved from a
Q123: A company processes incoming documents from an
Q125: A developer is building a highly secure
Q126: A Developer created configuration specifications for an
Q127: Games-R-Us is launching a new game app
Q128: Which of the following are correct statements
Q129: A developer has created a Node.js web