Courseiva
Deployment and MigrationhardMultiple ChoiceObjective-mapped

DBS-C01 Deployment and Migration Practice Question

Network Topology
$ aws dms describe-replication-tasksfilters Name=replication-task-idquery 'ReplicationTasks[0].ReplicationTaskStats'Refer to the exhibit."FullLoadProgressPercent": 100,"ElapsedTimeMillis": 3600000,"TablesLoaded": 50,"TablesLoading": 0,"TablesQueued": 0,"TablesErrored": 0,"FreshStartDate": "2023-06-15T10:00:00Z","StartDate": "2023-06-15T10:00:00Z","StopDate": "2023-06-15T11:00:00Z","FullLoadStartDate": "2023-06-15T10:00:00Z","FullLoadFinishDate": "2023-06-15T11:00:00Z"

Refer to the exhibit. A DBA is monitoring a DMS migration task from on-premises Oracle to Amazon RDS for Oracle. The full load completed successfully with 50 tables. However, the DBA notices that the CDC phase has not started. What is the most likely reason?

⚠ Common exam trap

Watch out — candidates often assume CDC automatically starts after full load, but AWS DMS requires the task to remain in a running state; stopping the task halts the transition to CDC, and this is a common oversight in migration planning.

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

The replication task was stopped after the full load completed

The most likely reason the CDC phase has not started is that the replication task was stopped after the full load completed. In AWS DMS, after the full load finishes, the task must remain in a running state to transition to the CDC phase. If the task is stopped, CDC cannot begin, and the DBA would need to resume or restart the task to capture ongoing changes.

Answer analysis

Option-by-option breakdown

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

  • The task was not configured with CDC enabled

    Why it's wrong here

    If CDC were not enabled, the task would not have a CDC phase, but the exhibit does not indicate that.

  • The full load encountered errors on some tables

    Why it's wrong here

    TablesErrored is 0, so no errors.

  • The source Oracle database is not generating redo logs

    Why it's wrong here

    Even if redo logs are generated, the task must be running to capture them.

  • The replication task was stopped after the full load completed

    Why this is correct

    The StopDate is set, indicating the task stopped before CDC could begin.

About these practice questions

This DBS-C01 question is part of Courseiva's 1,663-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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 DBS-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 DBS-C01 exam.