
Ultimate access to all questions.
An organization that handles high data volume workloads has transitioned to using Amazon DynamoDB after facing numerous challenges with traditional database systems. Despite the initial success, after several months in production, the DynamoDB tables are now exhibiting consistently high latency.
As an AWS Certified Developer Associate, which of the following steps would you recommend to alleviate the latency issues? (Select two)
A
Use DynamoDB Accelerator (DAX) for businesses with heavy write-only workloads
B
Increase the request timeout settings, so the client gets enough time to complete the requests, thereby reducing retries on the system
C
Reduce connection pooling, which keeps the connections alive even when user requests are not present, thereby, blocking the services
D
Consider using Global tables if your application is accessed by globally distributed users
E
Use eventually consistent reads in place of strongly consistent reads whenever possible