Câu 85: AWS Certified Developer Associate(Old)
A developer needs to implement a cache to store data that an application frequently queries from an Amazon RDS for MySQL database. The data structures that will be cached include sets and sorted sets. How should the developer implement the cache to achieve the LOWEST latency?
Nội dung câu hỏi
A developer needs to implement a cache to store data that an application frequently queries from an Amazon RDS for MySQL database. The data structures that will be cached include sets and sorted sets. How should the developer implement the cache to achieve the LOWEST latency?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Create an Amazon ElastiCache for Memcached instance. Serialize the data as JSON before caching the data.
- B. Create an Amazon ElastiCache for Redis instance. Use a Redis client library to cache the data. — đáp án hiện tại
- C. Create an Amazon DynamoDB table. Serialize the data as JSON before caching the data.
- D. Create an Amazon ElastiCache for Memcached instance. Use a Memcached client library to cache the data.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.