Question 297:
Your development team is currently working with an application that interacts with the DynamoDB table. Due to the proposed extensive use of the application, the underlying DynamoDB table would undergo a steady growth in size. Which of the following preferred options should be used for retrieving the data? Choose 3 answers from the options given below.
Answer options:
A.Use the query operation. B.Use the Scan operation. C.Use the GetItem API command. D.Use the BatchGetItem API command.