AWS Certified Database – Specialty — Question 61

A retail company with its main office in New York and another office in Tokyo plans to build a database solution on AWS. The company's main workload consists of a mission-critical application that updates its application data in a data store. The team at the Tokyo office is building dashboards with complex analytical queries using the application data. The dashboards will be used to make buying decisions, so they need to have access to the application data in less than 1 second.
Which solution meets these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because Amazon Aurora global databases provide low-latency read access from the replica in the ap-northeast-1 Region, satisfying the requirement for under 1 second access. Option A introduces unnecessary caching, while B does not guarantee the required latency for complex queries. Option C could lead to higher latency since it relies on a read replica of an RDS instance, which may not perform as well as Aurora for this use case.