Courseiva
Data Store ManagementmediumMultiple ChoiceObjective-mapped

DEA-C01 Data Store Management Practice Question

A data engineer is migrating an on-premises MongoDB database to Amazon DocumentDB. Which migration strategy minimizes downtime?

⚠ Common exam trap

Watch out — candidates often assume any AWS DMS migration automatically minimizes downtime, but only the full load plus ongoing replication (CDC) option achieves near-zero downtime, while full load only still requires a write stop.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use AWS DMS with full load and ongoing replication from MongoDB to DocumentDB.

AWS DMS with full load and ongoing replication (change data capture) minimizes downtime by continuously synchronizing changes from the source MongoDB to the target DocumentDB after the initial full load, allowing a cutover with only a brief pause. This is the only option that supports near-zero downtime migration for live databases.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Take a snapshot of the MongoDB database and restore it to DocumentDB.

    Why it's wrong here

    Snapshot restore requires downtime for consistency.

  • Use AWS Database Migration Service (AWS DMS) with full load only.

    Why it's wrong here

    A full-load-only migration captures a point-in-time snapshot but lacks ongoing change data capture (CDC), so it cannot synchronise writes occurring during the transfer. This fails the minimised-downtime requirement because the source must be quiesced or cut over with a hard stop. It is tempting because AWS DMS full load is simple and fast for static datasets, and would be correct when the database can tolerate an offline window.

  • Export data using mongodump and import using mongorestore.

    Why it's wrong here

    Export/import requires application downtime.

  • Use AWS DMS with full load and ongoing replication from MongoDB to DocumentDB.

    Why this is correct

    Ongoing replication allows near-zero downtime cutover.

About these practice questions

One of 1,711 original DEA-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DEA-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DEA-C01 exam.