ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 139 - DVA-C01 discussion

Report
Export

Developer is creating an AWS Lambda function to process a stream of data from an Amazon Kinesis Data Stream. When the Lambda function parses the data and encounters a missing field, it exits the function with an error. The function is generating duplicate records from the Kinesis stream. When the Developer looks at the stream output without the Lambda function, there are no duplicate records. What is the reason for the duplicates?

A.
The Lambda function did not advance the Kinesis stream pointer to the next record after the error.
Answers
A.
The Lambda function did not advance the Kinesis stream pointer to the next record after the error.
B.
The Lambda event source used asynchronous invocation, resulting in duplicate records.
Answers
B.
The Lambda event source used asynchronous invocation, resulting in duplicate records.
C.
The Lambda function did not handle the error, and the Lambda service attempted to reprocess the data.
Answers
C.
The Lambda function did not handle the error, and the Lambda service attempted to reprocess the data.
D.
The Lambda function is not keeping up with the amount of data coming from the stream.
Answers
D.
The Lambda function is not keeping up with the amount of data coming from the stream.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html

asked 16/09/2024
Tiago Martins
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first