PROFESSIONAL-CLOUD-ARCHITECT · Question #75
Case Study: 4 - Dress4Win case study Company Overview Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The co
The correct answer is B. Setup a MySQL replica server/slave in the cloud environment, and configure it for asynchronous. If a database SLA or other requirements do not allow for an export-based migration, you should consider creating a replica of the database in which the replica database is in the Google cloud. This configuration is referred to as primary/replica or leader/follower , and in genera
Question
Options
- ACreate a dump of the on-premises MySQL master server, and then shut it down, upload it to the
- BSetup a MySQL replica server/slave in the cloud environment, and configure it for asynchronous
- CCreate a new MySQL cluster in the cloud, configure applications to begin writing to both on-
- DCreate a dump of the MySQL replica server into the cloud environment, load it into: Google Cloud
How the community answered
(29 responses)- A14% (4)
- B76% (22)
- C7% (2)
- D3% (1)
Explanation
If a database SLA or other requirements do not allow for an export-based migration, you should consider creating a replica of the database in which the replica database is in the Google cloud. This configuration is referred to as primary/replica or leader/follower , and in general it is the preferred migration method. Whenever there is a change to the primary or leader, the same change is made to the replica or follower instance. Once the database has synchronized the data, database applications can be configured to point to the cloud database.
Topics
Community Discussion
No community discussion yet for this question.