
Explanation:
The question outlines a scenario where a telehealth care company is migrating its on-premises data center to Google Cloud with specific requirements for PostgreSQL and MySQL databases. The PostgreSQL databases require a multi-region backup configuration with cross-region replicas, while the MySQL databases handle PII and require data residency compliance at the regional level. The goal is to set up the environment with minimal administrative effort. Option D is the correct answer because it suggests setting up different projects for PostgreSQL and MySQL databases and applying organizational policy constraints at a project level. This approach allows for the specific requirements of each database type to be met efficiently and with minimal administrative overhead. Options A and C involve manual validation, which increases administrative effort and does not align with the requirement for minimal administrative effort. Option B suggests setting up different organizations for each database type, which is unnecessary and overly complex for the given scenario.
Ultimate access to all questions.
No comments yet.
How can you migrate a telehealth company's on-premises data center to Google Cloud with minimal administrative effort, ensuring PostgreSQL databases use a multi-region backup configuration with cross-region replicas for failover and restores, while MySQL databases handling PII comply with regional data residency requirements?
A
Set up Cloud Logging and Cloud Monitoring with Cloud Functions to send an alert every time a new database instance is created, and manually validate the region.
B
Set up different organizations for each database type, and apply policy constraints at the organization level.
C
Set up Pub/Sub to ingest data from Cloud Logging, send an alert every time a new database instance is created, and manually validate the region.
D
Set up different projects for PostgreSQL and MySQL databases, and apply organizational policy constraints at a project level.