Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is planning a live migration from an on-premises Microsoft SQL Server environment to Cloud SQL for PostgreSQL using Google Cloud Database Migration Service (DMS) with continuous Change Data Capture (CDC).
During pre-production migration testing, the team encounters two critical issues on the destination database:
Which strategy should the cloud architect recommend to ensure data integrity and prevent migration job failures?
During homogeneous and heterogeneous migrations using Database Migration Service (DMS), managing secondary database objects such as foreign keys and triggers on the target database is essential for smooth data replication. Disabling or dropping these constraints during the initial dump and continuous CDC replication ensures that dependencies and automated logic do not disrupt data movement.
REPLICATION role privilege) avoids these constraint validation errors.REPLICATION attribute for the migration user.This approach directly targets the architectural mechanics of DMS, which streams table snapshots and log changes independently. By deferring foreign key validation and trigger execution until data transfer stabilizes, the migration pipeline completes reliably without data corruption.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.