ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

374 / 474

Question 374:

You are working on a web application whose database was created by a DB admin who is no longer working with your company. The manager has asked you to handle the database administration. You are working on a new reporting feature for which you need to query a DynamoDB table, and the attributes you need to query upon are not set as Partition Key and Sort Key. What is the best way to solve this problem?

Answer options:

A.Clone the existing table and change the Partition and Sort Key during the table creation process.
B.Create a Local Secondary Index with required attributes as Partition and Sort Key.
C.Create Global Secondary Index and set required attributes as Partition and Sort Key.
D.Edit the table and change the existing Partition and Sort Key to the required ones.