ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 124 - DVA-C01 discussion

Report
Export


A company has an application that logs all information to Amazon S3. Whenever there is a new log file, an AWS Lambda function is invoked to process the log files. The code works, gathering all of the necessary information. However, when checking the Lambda function logs, duplicate entries with the same request ID are found.

What is causing the duplicate entries?

A.
The S3 bucket name was specified incorrectly.
Answers
A.
The S3 bucket name was specified incorrectly.
B.
The Lambda function failed, and the Lambda service retired the invocation with a delay.
Answers
B.
The Lambda function failed, and the Lambda service retired the invocation with a delay.
C.
There was an S3 outage, which caused duplicate entries of the sale log file.
Answers
C.
There was an S3 outage, which caused duplicate entries of the sale log file.
D.
The application stopped intermittently and then resumed.
Answers
D.
The application stopped intermittently and then resumed.
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html

asked 16/09/2024
Maris Romans
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first