Courseiva
Question 1,153 of 1,446
Migrate data solutionseasyMultiple ChoiceObjective-mapped

PCDE Migrate data solutions Practice Question

A company wants to migrate their on-premises SQL Server database to Cloud SQL for PostgreSQL using Database Migration Service. They need to minimize downtime. The source database is 2 TB and the network link has 1 Gbps bandwidth. What should they do first?

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

Create a continuous migration job with DMS using a VPC peering connection.

For minimal downtime, a continuous migration job should be used so that after the initial full dump, ongoing changes are replicated until cutover.

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 pg_dump to export the database and then import into Cloud SQL.

    Why it's wrong here

    pg_dump is for PostgreSQL, not SQL Server.

  • Create a one-time migration job to copy the database during a maintenance window.

    Why it's wrong here

    One-time migration requires a long downtime equal to the dump and import time.

  • Create a continuous migration job with DMS using a VPC peering connection.

    Why this is correct

    Continuous migration allows CDC to replicate changes, minimizing downtime.

  • Use mysqldump to export and import the database.

    Why it's wrong here

    mysqldump is for MySQL, not SQL Server, and would require downtime.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PCDE practice question is part of Courseiva's free Google Cloud 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 PCDE exam.