Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 56 discussion

A company is using an AWS Lambda function to process records from an Amazon Kinesis data stream. The company recently observed slow processing of the records. A developer notices that the iterator age metric for the function is increasing and that the Lambda run duration is constantly above normal.
Which actions should the developer take to increase the processing speed? (Choose two.)

  • A. Increase the number of shards of the Kinesis data stream.
  • B. Decrease the timeout of the Lambda function.
  • C. Increase the memory that is allocated to the Lambda function.
  • D. Decrease the number of shards of the Kinesis data stream.
  • E. Increase the timeout of the Lambda function.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Untamables
Highly Voted 1 year, 7 months ago
Selected Answer: AC
A and C https://repost.aws/knowledge-center/lambda-iterator-age
upvoted 15 times
...
nbxyzd
Most Recent 2 weeks, 1 day ago
AC For those wondering why A is correct, quote: Increasing the number of shards in a stream increases the number of concurrent Lambda functions consuming from your stream, which decreases a function's iterator age.
upvoted 1 times
...
65703c1
5 months, 3 weeks ago
Selected Answer: AC
AC is the correct answer.
upvoted 1 times
...
KarBiswa
11 months ago
Selected Answer: AC
As the lambda has no timing issue
upvoted 1 times
...
gcmrjbr
11 months, 3 weeks ago
CE Shards (option A) works on the parallelism part and not on the function's execution time.
upvoted 1 times
gcmrjbr
11 months, 2 weeks ago
A and C. I would like to change my answer. More shards means more parallel processing.
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 ...