Question 238:
A large multi-media company is hosting their application on AWS. The application is currently using DynamoDB table for storage and retrieval of data. The data access for items in the table is currently in milliseconds, but the company wants to improve further on the access times. How can this be achieved?
Answer options:
A.Use larger DynamoDB tables. B.Increase the Read capacity on the tables. C.Increase the Write capacity on the tables. D.Make use of the DAX feature.