ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

118 / 474

Question 118:

Your team is developing a solution that will make use of DynamoDB tables. Currently, the application is designed to perform scans on the entire table. Which of the following can be done to re-design and improve the application`s performance when it interacts with the DynamoDB table? Choose 2 answers from the options given below.

Answer options:

A.Consider using parallel scans.
B.Consider using large tables.
C.Consider using string partition keys.
D.Consider using queries.