ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

176 / 474

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.