Question 176:
Your application is making requests to a DynamoDB table. Due to the certain surge of requests, you are now getting throttling errors in your application. Which of the following can be used to resolve such errors? Choose 2 answers from the options given below.
Answer options:
A.Use exponential backoff in your requests from the application. B.Consider using multiple sort keys. C.Change the throughput capacity on the tables. D.Consider using global tables.