Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Database Engineer All Questions

View all questions & answers for the Professional Cloud Database Engineer exam

Exam Professional Cloud Database Engineer topic 1 question 27 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 27
Topic #: 1
[All Professional Cloud Database Engineer Questions]

You are using Compute Engine on Google Cloud and your data center to manage a set of MySQL databases in a hybrid configuration. You need to create replicas to scale reads and to offload part of the management operation. What should you do?

  • A. Use external server replication.
  • B. Use Data Migration Service.
  • C. Use Cloud SQL for MySQL external replica.
  • D. Use the mysqldump utility and binary logs.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
dynamic_dba
Highly Voted 1 year, 8 months ago
C. D is nonsense, so can be eliminated. The question tells us we’re already managing BOTH sets of MySQL instances, one on prem and the other in GCE. The question also says an objective is to offload part of the management. That can only mean leverage a managed service. The Data(base) Migration Service is a managed service used to instantiate a new migrated DB in Cloud SQL (or AlloyDB for PostgreSQL but that’s not in scope here). The question isn’t asking about database migration, so we can eliminate B. A could be used to create replicas, but doesn’t help with offloading management operations. That leaves C which does use a managed service which could be leveraged to create replicas.
upvoted 15 times
...
TNT87
Most Recent 1 month ago
https://cloud.google.com/sql/docs/mysql/replication#external-read-replicas https://cloud.google.com/sql/docs/mysql/replication#replication_use_cases
upvoted 1 times
...
dunhill
4 months ago
Selected Answer: C
External replica is for scaling read
upvoted 1 times
...
Pime13
6 months, 3 weeks ago
Selected Answer: A
https://cloud.google.com/sql/docs/mysql/replication/external-
upvoted 1 times
...
Jason_Cloud_at
9 months, 1 week ago
C. MySQL external replica are best for create replicas to sclae reads and offload
upvoted 1 times
...
BIGQUERY_ALT_ALT
12 months ago
Selected Answer: C
C is the answer as Question mentions offload part of the management operation
upvoted 3 times
...
ewelaz
1 year, 1 month ago
Selected Answer: C
it's c
upvoted 1 times
...
Kapello10
1 year, 2 months ago
Selected Answer: C
The ans is C
upvoted 2 times
...
learnazureportal
1 year, 2 months ago
A is correct - se external server replication -==> This option allows you to set up replication between your on-premises MySQL server (in your data center) and a MySQL server running on GOOGLE CLOUD COMPUTE ENGINE.
upvoted 2 times
...
KennyHuang
1 year, 6 months ago
Selected Answer: A
By using external server replication, you can set up and manage replication between your on-premises MySQL database and a replica instance in Google Cloud. This enables you to scale reads, offload management operations, and distribute the workload between your data center and Google Cloud, providing the desired benefits in a hybrid configuration.
upvoted 3 times
...
leroygordo
1 year, 8 months ago
Selected Answer: B
Agree with B. - Multi-cloud continuous replication Much like the read replicas across regions, if data exists in another cloud provider, a migration job can be set up which continuously replicates the database <<into Google Cloud for multi-cloud read-availability>>. Database Migration Service doesn't support a dual-write scenario, that is writing to and reading from both the source and destination. https://cloud.google.com/database-migration/docs/overview#use_cases
upvoted 2 times
...
H_S
1 year, 8 months ago
Selected Answer: C
offload part of the management operation => cloud sql => C
upvoted 1 times
H_S
1 year, 8 months ago
https://cloud.google.com/sql/docs/mysql/replication/external-server
upvoted 2 times
...
...
Nirca
1 year, 8 months ago
Selected Answer: A
A. Use external server replication. https://cloud.google.com/sql/docs/mysql/replication/external-server#config-description
upvoted 1 times
...
zanhsieh
1 year, 9 months ago
Selected Answer: A
A A: CORRECT. External server replication meant to serve the case as the question describe: DC -> GSQL. B: WRONG. DMS intends for one time migration + CDC but does not mean to serve as primary + replica fashion. The replica is not ready to serve the traffic. C: WRONG. Cloud SQL for MySQL external replica meant to serve the replica is outside of Google cloud, which means GSQL -> GSQL or GSQL -> DC. D: WRONG. This option is for one time only. Reference: https://cloud.google.com/sql/docs/mysql/replication/external-server https://cloud.google.com/sql/docs/mysql/replication https://cloud.google.com/database-migration/docs/overview#use_cases
upvoted 4 times
zanhsieh
1 year, 9 months ago
Correct the reference links: https://cloud.google.com/sql/docs/mysql/replication/configure-replication-from-external#curl https://cloud.google.com/sql/docs/mysql/replication/configure-external-replica https://cloud.google.com/database-migration/docs/overview#use_cases
upvoted 1 times
...
...
Tharun1125438
1 year, 10 months ago
Selected Answer: A
I strongly believe it is A. Since the database is already in your datacenter. So you need to replicate your datacenter database to cloud to offload management. External Server Replication will replicate your database on to cloud sql. https://cloud.google.com/sql/docs/mysql/replication/external-server
upvoted 3 times
...
ssaporylo
1 year, 10 months ago
C: https://cloud.google.com/sql/docs/mysql/replication
upvoted 1 times
...
pk349
1 year, 11 months ago
C: Use Cloud SQL for MySQL external replica.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...