
Ultimate access to all questions.
A company's stock trading application demands sub-millisecond latency for trade processing. Despite using Amazon DynamoDB for data storage, the development team's load testing reveals excessive data retrieval times. What is the most efficient solution to reduce this latency?
A
Implement local secondary indexes on the trading data.
B
Migrate trading data to Amazon S3 with S3 Transfer Acceleration.
C
Incorporate exponential backoff retries for DynamoDB query failures.
D
Deploy DynamoDB Accelerator (DAX) for caching the trading data.