nerdexam
Amazon

DBS-C01 · Question #256

A global company is developing an application across multiple AWS Regions. The company needs a database solution with low latency in each Region and automatic disaster recovery. The database must be…

The correct answer is B. Amazon DynamoDB global tables. To achieve a database solution with low latency in multiple AWS Regions, active-active configuration, automatic data synchronization, and disaster recovery for a global application, Amazon DynamoDB global tables are the optimal choice.

Submitted by yasin.bd· Mar 6, 2026Workload-Specific Database Design

Question

A global company is developing an application across multiple AWS Regions. The company needs a database solution with low latency in each Region and automatic disaster recovery. The database must be deployed in an active-active configuration with automatic data synchronization between Regions. Which solution will meet these requirements with the LOWEST latency?

Options

  • AAmazon RDS with cross-Region read replicas
  • BAmazon DynamoDB global tables
  • CAmazon Aurora global database
  • DAmazon Athena and Amazon S3 with S3 Cross Region Replication

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    81% (17)
  • C
    5% (1)
  • D
    5% (1)

Why each option

To achieve a database solution with low latency in multiple AWS Regions, active-active configuration, automatic data synchronization, and disaster recovery for a global application, Amazon DynamoDB global tables are the optimal choice.

AAmazon RDS with cross-Region read replicas

Amazon RDS with cross-Region read replicas typically supports active-passive architectures for disaster recovery and read scaling, but building an active-active write solution with RDS across regions is complex and may not offer the lowest overall latency compared to DynamoDB global tables.

BAmazon DynamoDB global tablesCorrect

Amazon DynamoDB global tables provide a fully managed, multi-Region, active-active database that automatically replicates data across specified AWS Regions, offering single-digit millisecond latency for reads and writes globally and robust disaster recovery capabilities.

CAmazon Aurora global database

Amazon Aurora global database offers fast cross-region replication for disaster recovery and low-latency reads from secondary regions, but for fully active-active writes across multiple regions with the absolute lowest latency, DynamoDB Global Tables often have an architectural advantage due to their NoSQL, distributed design.

DAmazon Athena and Amazon S3 with S3 Cross Region Replication

Amazon Athena and Amazon S3 with S3 Cross Region Replication form a data lake and analytics solution, not a transactional database solution with active-active writes and low-latency access for an application.

Concept tested: DynamoDB Global Tables for multi-region active-active

Source: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html

Topics

#multi-Region#global database#low latency#disaster recovery

Community Discussion

No community discussion yet for this question.

Full DBS-C01 Practice