nerdexam
Amazon

DVA-C02 · Question #573

A company has a large amount of data in an Amazon DynamoDB table. A large batch of data is appended to the table once each day. The company wants a solution that will make all the existing and…

The correct answer is A. Configure DynamoDB incremental exports to Amazon S3. DynamoDB supports incremental exports to Amazon S3 natively, making data analytics-ready with minimal operational overhead.

Submitted by lukas.cz· Mar 5, 2026Development with AWS Services

Question

A company has a large amount of data in an Amazon DynamoDB table. A large batch of data is appended to the table once each day. The company wants a solution that will make all the existing and future data in DynamoDB available for analytics on a long-term basis. Which solution meets these requirements with the LEAST operational overhead?

Options

  • AConfigure DynamoDB incremental exports to Amazon S3.
  • BConfigure Amazon DynamoDB Streams to write records to Amazon S3.
  • CConfigure Amazon EMR to copy DynamoDB data to Amazon S3.
  • DConfigure Amazon EMR to copy DynamoDB data to Hadoop Distributed File System (HDFS).

How the community answered

(31 responses)
  • A
    71% (22)
  • B
    16% (5)
  • C
    10% (3)
  • D
    3% (1)

Explanation

DynamoDB supports incremental exports to Amazon S3 natively, making data analytics-ready with minimal operational overhead.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice