exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 432 discussion

A company processes incoming documents from an Amazon S3 bucket. Users upload documents to an S3 bucket using a web user interface. Upon receiving files in S3, an AWS Lambda function is invoked to process the files, but the Lambda function times out intermittently.

If the Lambda function is configured with the default settings, what will happen to the S3 event when there is a timeout exception?

  • A. Notification of a failed S3 event is sent as an email through Amazon SNS.
  • B. The S3 event is sent to the default Dead Letter Queue.
  • C. The S3 event is processed until it is successful.
  • D. The S3 event is discarded after the event is retried twice.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
stevesuperdx
Highly Voted 7 months ago
D This means that Lambda will make two additional attempts to process the event (a total of three attempts). If the function still fails after the retries, and if no Dead Letter Queue (DLQ) or on-failure destination is configured, the event is discarded.
upvoted 5 times
...
tullio85
Most Recent 3 months, 2 weeks ago
answer D
upvoted 1 times
...
8621a7c
7 months, 3 weeks ago
D https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-error-handling.html#:~:text=Lambda%20manages%20your%20function's%20asynchronous,the%20second%20and%20third%20attempts.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago