LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


In the context of an application using Amazon Kinesis to process clickstream data with periodic spikes causing the PutRecords API to occasionally fail, which two techniques can be employed to mitigate the 'ProvisionedThroughputExceededException'?

Exam-Like




Explanation:

The correct answers are A and C. When dealing with 'ProvisionedThroughputExceededException' in Amazon Kinesis, the recommended techniques are to implement retries with exponential backoff (A) and to reduce the frequency or size of the requests (C). This helps to manage and mitigate the rate at which records are being put into the stream, thereby avoiding provisioned throughput exceedance.

Powered ByGPT-5