SAP-C02 Practice Question: Accelerate Workload Migration and Modernization
A company is migrating a critical application to AWS and needs to ensure that the migration has minimal downtime. The application uses a SQL Server database. The company wants to use AWS Database Migration Service (DMS) for the migration. What should the company do to minimize downtime during the database migration?
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 DMS with ongoing replication (change data capture) to keep the target database synchronized, then perform a brief cutover.
Using change data capture (CDC) with AWS DMS enables ongoing replication of changes from the source SQL Server database to the target. This keeps the target nearly synchronized, so during cutover only a brief pause is needed to apply any final changes, minimizing downtime. Option A is incorrect because enabling validation does not reduce downtime; it only verifies data integrity after migration, and truncating the target before cutover would remove all data, causing potential data loss and additional downtime. Option C is incorrect because a full load only captures a snapshot of the database at a point in time; any changes after that require a separate sync, leading to longer downtime. Option D is incorrect because manually copying remaining data after a full load migration defeats the purpose of using DMS and introduces significant downtime and risk of inconsistency.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use DMS with validation enabled and then truncate the target before cutover.
Why it's wrong here
Validation does not reduce downtime; truncation would lose data.
- ✓
Use DMS with ongoing replication (change data capture) to keep the target database synchronized, then perform a brief cutover.
Why this is correct
Ongoing replication minimizes downtime by continuously syncing changes.
- ✗
Use DMS with full load only and schedule the migration during a maintenance window.
Why it's wrong here
Full load only will require downtime for the final sync of changes.
- ✗
Perform a full load migration using DMS and then manually copy any remaining data.
Why it's wrong here
Manual copy would increase downtime and risk.
Go deeper
Related to this question
About these practice questions
One of 1,660 original SAP-C02 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SAP-C02 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 SAP-C02 exam.