A developer has an application that uses an Amazon DynamoDB table with a configured local secondary index (LSI). During application testing, the DynamoDB table metrics report a ProvisionedThroughputExceededException error message. The number of requests made by the test suite did not exceed the table's provisioned capacity limits. What is the cause of this issue? A. The data in the table's partition key column is not evenly distributed. B. The LSI's capacity is different from the table's capacity. C. The application is not implementing exponential backoff retry logic while interacting with the DynamoDB API. D. The application has the IAM permission to query the DynamoDB table but not to query the LSI.  Suggested Answer: B Community Answer: A This question is in DVA-C02 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