An application reads data from an Amazon DynamoDB table. Several times a day, for a period of 15 seconds, me application receives multiple ProvisionedThroughputExceeded errors. How should this exception be handled? A. Create a new global secondary index for the table to help with the additional requests. B. Retry the failed read requests with exponential backoff. C. Immediately retry the failed read requests. D. Use the DynamoDB "UpdateItem" API to increase the provisioned throughput capacity of the table.  Suggested Answer: B Community Answer: B This question is in DVA-C01 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer