exam questions

Exam AWS Certified Developer Associate All Questions

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

Exam AWS Certified Developer Associate topic 1 question 235 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 235
Topic #: 1
[All AWS Certified Developer Associate Questions]

An application is processing clickstream data using Amazon Kinesis. The clickstream data feed into Kinesis experiences periodic spikes. The PutRecords API call occasionally fails and the logs show that the failed call returns the response shown below:



Which techniques will help mitigate this exception? (Choose two.)

  • A. Implement retries with exponential backoff.
  • B. Use a PutRecord API instead of PutRecords.
  • C. Reduce the frequency and/or size of the requests.
  • D. Use Amazon SNS instead of Kinesis.
  • E. Reduce the number of KCL consumers.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
rcaliandro
1 year, 11 months ago
Selected Answer: AC
AC AC AC
upvoted 1 times
...
zek
2 years, 3 months ago
It should be A and B !
upvoted 1 times
...
Ankit1010
2 years, 3 months ago
A. Implement retries with exponential backoff: When the PutRecords API call fails, the application can implement retries with exponential backoff. This technique involves retrying the API call after a certain amount of time, with the duration of the wait increasing exponentially with each failed attempt. C. Reduce the frequency and/or size of the requests: The application can reduce the frequency and/or size of the requests sent to Kinesis. This technique can help reduce the amount of data processed by the Kinesis stream and prevent exceeding the provisioned throughput limit.
upvoted 1 times
...
michaldavid
2 years, 6 months ago
Selected Answer: AC
https://www.examtopics.com/discussions/amazon/view/69142-exam-aws-certified-developer-associate-topic-1-question-370/
upvoted 3 times
...
k1kavi1
2 years, 6 months ago
Selected Answer: AC
https://www.examtopics.com/discussions/amazon/view/69142-exam-aws-certified-developer-associate-topic-1-question-370/
upvoted 4 times
...
kapil206001
2 years, 6 months ago
https://www.examtopics.com/discussions/amazon/view/69142-exam-aws-certified-developer-associate-topic-1-question-370/
upvoted 3 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 ...