nerdexam
Amazon

SOA-C02 · Question #494

A company is using an Amazon DynamoDB table for data. A SysOps administrator must configure replication of the table to another AWS Region for disaster recovery. What should the SysOps administrator…

The correct answer is C. Enable DynamoDB Streams, and add a global table Region. By enabling DynamoDB Streams, you can capture changes (inserts, updates, and deletes) made to the DynamoDB table. This stream of changes can then be replicated to another AWS Region using the Global Table feature of DynamoDB. Global Tables automatically replicates the data…

Submitted by ashley.k· Mar 30, 2026Reliability and Business Continuity

Question

A company is using an Amazon DynamoDB table for data. A SysOps administrator must configure replication of the table to another AWS Region for disaster recovery. What should the SysOps administrator do to meet this requirement?

Options

  • AEnable DynamoDB Accelerator (DAX).
  • BEnable DynamoDB Streams, and add a global secondary index (GSI).
  • CEnable DynamoDB Streams, and add a global table Region.
  • DEnable point-in-time recovery.

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    13% (3)
  • C
    74% (17)
  • D
    4% (1)

Explanation

By enabling DynamoDB Streams, you can capture changes (inserts, updates, and deletes) made to the DynamoDB table. This stream of changes can then be replicated to another AWS Region using the Global Table feature of DynamoDB. Global Tables automatically replicates the data across multiple AWS Regions, providing a fully managed, multi-Region, and multi-master

Topics

#DynamoDB global tables#DynamoDB Streams#cross-region replication#disaster recovery

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice