New RealExamFree Professional-Cloud-Database-Engineer Exam Questions Real Professional-Cloud-Database-Engineer Dumps Updated on Nov 11, 2025 [Q67-Q84]

Share

New RealExamFree Professional-Cloud-Database-Engineer Exam Questions| Real Professional-Cloud-Database-Engineer Dumps Updated on Nov 11, 2025

Professional-Cloud-Database-Engineer Braindumps – Professional-Cloud-Database-Engineer Questions to Get Better Grades


The Professional-Cloud-Database-Engineer exam is intended for database engineers who are responsible for designing, developing, and managing databases on GCP. Professional-Cloud-Database-Engineer exam covers a broad range of topics, including database design, data modeling, database management, database security, and data analysis.


The Google Professional-Cloud-Database-Engineer exam is intended for individuals who have experience working with GCP databases, and are familiar with database design principles, data modeling, and database security. Candidates are expected to have experience with SQL and programming languages such as Java, Python, and Go. Google Cloud Certified - Professional Cloud Database Engineer certification exam consists of multiple-choice questions and practical scenarios that test the candidate's ability to design, implement, and manage database solutions on GCP. Successful candidates will receive the Google Cloud Certified - Professional Cloud Database Engineer certification, which is recognized as a demonstration of expertise in the field of GCP database engineering.

 

NEW QUESTION # 67
Your customer is running a MySQL database on-premises with read replicas. The nightly incremental backups are expensive and add maintenance overhead. You want to follow Google-recommended practices to migrate the database to Google Cloud, and you need to ensure minimal downtime. What should you do?

  • A. Use the mysqldump utility to take a backup of the existing on-premises database, and then import it into Cloud SQL.
  • B. Create a Compute Engine VM, install MySQL on the VM, and then import the dump file.
  • C. Create a Google Kubernetes Engine (GKE) cluster, install MySQL on the cluster, and then import the dump file.
  • D. Create an external replica, and use Cloud SQL to synchronize the data to the replica.

Answer: D

Explanation:
https://cloud.google.com/sql/docs/mysql/replication/configure-replication-from-external


NEW QUESTION # 68
You manage a meeting booking application that uses Cloud SQL. During an important launch, the Cloud SQL instance went through a maintenance event that resulted in a downtime of more than 5 minutes and adversely affected your production application. You need to immediately address the maintenance issue to prevent any unplanned events in the future. What should you do?

  • A. Migrate the Cloud SQL instance to Cloud Spanner to avoid any future disruptions due to maintenance.
  • B. Use Cloud Scheduler to schedule a maintenance window of no longer than 5 minutes.
  • C. Set your production instance's maintenance window to non-business hours.
  • D. Contact Support to understand why your Cloud SQL instance had a downtime of more than 5 minutes.

Answer: C


NEW QUESTION # 69
You work for a financial services company that wants to use fully managed database services. Traffic volume for your consumer services products has increased annually at a constant rate with occasional spikes around holidays. You frequently need to upgrade the capacity of your database. You want to use Cloud Spanner and include an automated method to increase your hardware capacity to support a higher level of concurrency. What should you do?

  • A. Use linear scaling to implement the Autoscaler-based architecture
  • B. Set up alerts that are triggered when Cloud Spanner utilization metrics breach the threshold, and then schedule an upgrade during the scheduled maintenance window.
  • C. Use direct scaling to implement the Autoscaler-based architecture.
  • D. Upgrade the Cloud Spanner instance on a periodic basis during the scheduled maintenance window.

Answer: D


NEW QUESTION # 70
Your company wants to migrate an Oracle-based application to Google Cloud. The application team currently uses Oracle Recovery Manager (RMAN) to back up the database to tape for long-term retention (LTR). You need a cost-effective backup and restore solution that meets a 2-hour recovery time objective (RTO) and a 15-minute recovery point objective (RPO). What should you do?

  • A. Migrate the Oracle databases to Bare Metal Solution for Oracle, and back up the Oracle databases to Cloud Storage using the Standard Storage class.
  • B. Migrate the Oracle databases to Bare Metal Solution for Oracle, and use Actifio to store backup files on Cloud Storage using the Nearline Storage class.
  • C. Migrate the Oracle databases to Bare Metal Solution for Oracle, and store backups on tapes on-premises.
  • D. Migrate the Oracle databases to Compute Engine, and store backups on tapes on-premises.

Answer: B

Explanation:
https://www.actifio.com/solutions/cloud/google/


NEW QUESTION # 71
Your company wants to migrate an Oracle-based application to Google Cloud. The application team currently uses Oracle Recovery Manager (RMAN) to back up the database to tape for long-term retention (LTR). You need a cost-effective backup and restore solution that meets a 2-hour recovery time objective (RTO) and a 15-minute recovery point objective (RPO). What should you do?

  • A. Migrate the Oracle databases to Bare Metal Solution for Oracle, and use Actifio to store backup files on Cloud Storage using the Nearline Storage class.
  • B. Migrate the Oracle databases to Bare Metal Solution for Oracle, and back up the Oracle databases to Cloud Storage using the Standard Storage class.
  • C. Migrate the Oracle databases to Bare Metal Solution for Oracle, and store backups on tapes on-premises.
  • D. Migrate the Oracle databases to Compute Engine, and store backups on tapes on-premises.

Answer: B


NEW QUESTION # 72
Your DevOps team is using Terraform to deploy applications and Cloud SQL databases. After every new application change is rolled out, the environment is torn down and recreated, and the persistent database layer is lost. You need to prevent the database from being dropped. What should you do?

  • A. Create a read replica.
  • B. Rerun terraform apply.
  • C. Set Terraform deletion_protection to true.
  • D. Use point-in-time-recovery (PITR) to recover the database.

Answer: C

Explanation:
. From Google's documentation, "For stateful resources, such as databases, ensure that deletion protection is enabled. The syntax is: lifecycle { prevent_destroy = true } https://cloud.google.com/docs/terraform/best-practices-for-terraform#stateful-resources


NEW QUESTION # 73
You are designing a database strategy for a new web application in one region. You need to minimize write latency. What should you do?

  • A. Use high availability (HA) Cloud SQL with multiple zones.
  • B. Use Cloud SQL with cross-region replicas.
  • C. Use zonal Cloud SQL without high availability (HA).
  • D. Use Cloud Spanner in a regional configuration.

Answer: C

Explanation:
https://docs.google.com/forms/d/e/1FAIpQLSfZ77ZnuUL0NpU-
bOtO5QUkC0cnRCe5YKMiubLXwfV3abBqkg/viewform


NEW QUESTION # 74
Your organization needs to migrate a critical, on-premises MySQL database to Cloud SQL for MySQL. The on-premises database is on a version of MySQL that is supported by Cloud SQL and uses the InnoDB storage engine. You need to migrate the database while preserving transactions and minimizing downtime. What should you do?

  • A. Pause the on-premises applications.
    Use the mysqldump utility to dump the database content in compressed format.
    Run gsutil -m to move the dump file to Cloud Storage.
    Use the Cloud SQL for MySQL import option.
    After the import operation is complete, re-point the applications to the Cloud SQL for MySQL instance.
  • B. Pause the on-premises applications.
    Use the mysqldump utility to dump the database content in CSV format.
    Run gsutil -m to move the dump file to Cloud Storage.
    Use the Cloud SQL for MySQL import option.
    After the import operation is complete, re-point the applications to the Cloud SQL for MySQL instance.
  • C. Build a Cloud Data Fusion pipeline for each table to migrate data from the on-premises MySQL database to Cloud SQL for MySQL.
    Schedule downtime to run each Cloud Data Fusion pipeline.
    Verify that the migration was successful.
    Re-point the applications to the Cloud SQL for MySQL instance.
  • D. Use Database Migration Service to connect to your on-premises database, and choose continuous replication.
    After the on-premises database is migrated, promote the Cloud SQL for MySQL instance, and connect applications to your Cloud SQL instance.

Answer: D

Explanation:
https://cloud.google.com/database-migration/docs/mysql/configure-source-database To migrate the database while preserving transactions and minimizing downtime, you should use Database Migration Service. This service will allow you to migrate the database in a way that is transparent to your users and applications. It will also allow you to test the migration before you make it live, so that you can be sure that everything will work as expected.


NEW QUESTION # 75
Your team is running a Cloud SQL for MySQL instance with a 5 TB database that must be available 24/7. You need to save database backups on object storage with minimal operational overhead or risk to your production workloads. What should you do?

  • A. Clone the Cloud SQL instance, and then use the mysqldump utlity to export the data.
  • B. Create a read replica, and then use the mysqldump utility to export each table.
  • C. Use the mysqldump utility on the primary database instance to export the backup.
  • D. Use Cloud SQL serverless exports.

Answer: D

Explanation:
https://cloud.google.com/blog/products/databases/introducing-cloud-sql-serverless-exports


NEW QUESTION # 76
You are managing a Cloud SQL for MySQL environment in Google Cloud. You have deployed a primary instance in Zone A and a read replica instance in Zone B, both in the same region. You are notified that the replica instance in Zone B was unavailable for 10 minutes. You need to ensure that the read replica instance is still working. What should you do?

  • A. Start the original primary instance and resume replication.
  • B. Use the Google Cloud Console or gcloud CLI to manually create a new failover replica from backup.
  • C. Use the Google Cloud Console or gcloud CLI to manually create a new clone database.
  • D. Verify that the new replica is created automatically.

Answer: B


NEW QUESTION # 77
You are configuring a brand new Cloud SQL for PostgreSQL database instance in Google Cloud. Your application team wants you to deploy one primary instance, one standby instance, and one read replica instance. You need to ensure that you are following Google-recommended practices for high availability. What should you do?

  • A. Configure the primary and standby instances in zone A and the read replica in zone B, all in the same region.
  • B. Configure the primary, standby, and read replica instances in zone A, all in the same region.
  • C. Configure the primary instance in zone A, the standby instance in zone C, and the read replica in zone B, all in the same region.
  • D. Configure the primary instance in one region, the standby instance in a second region, and the read replica in a third region.

Answer: C

Explanation:
https://cloud.google.com/sql/docs/postgres/high-availability#failover-overview


NEW QUESTION # 78
You are configuring a brand new Cloud SQL for PostgreSQL database instance in Google Cloud. Your application team wants you to deploy one primary instance, one standby instance, and one read replica instance. You need to ensure that you are following Google-recommended practices for high availability.
What should you do?

  • A. Configure the primary and standby instances in zone A and the read replica in zone B, all in the same region.
  • B. Configure the primary, standby, and read replica instances in zone A, all in the same region.
  • C. Configure the primary instance in zone A, the standby instance in zone C, and the read replica in zone B, all in the same region.
  • D. Configure the primary instance in one region, the standby instance in a second region, and the read replica in a third region.

Answer: C

Explanation:
https://cloud.google.com/sql/docs/postgres/high-availability#failover-overview


NEW QUESTION # 79
You are migrating your data center to Google Cloud. You plan to migrate your applications to Compute Engine and your Oracle databases to Bare Metal Solution for Oracle. You must ensure that the applications in different projects can communicate securely and efficiently with the Oracle databases. What should you do?

  • A. Set up Traffic Director.
  • B. Set up Private Service Connect.
  • C. Set up a Shared VPC, configure multiple service projects, and create firewall rules.
  • D. Set up Serverless VPC Access.

Answer: C


NEW QUESTION # 80
Your organization works with sensitive data that requires you to manage your own encryption keys. You are working on a project that stores that data in a Cloud SQL database. You need to ensure that stored data is encrypted with your keys. What should you do?

  • A. Use customer-managed encryption keys with Cloud SQL.
  • B. Connect to Cloud SQL using a connection that has SSL encryption.
  • C. Export data periodically to a Cloud Storage bucket protected by Customer-Supplied Encryption Keys.
  • D. Use Cloud SQL Auth proxy.

Answer: A


NEW QUESTION # 81
You are the database administrator of a Cloud SQL for PostgreSQL instance that has pgaudit disabled. Users are complaining that their queries are taking longer to execute and performance has degraded over the past few months. You need to collect and analyze query performance data to help identity slow-running queries. What should you do?

  • A. White a Logs Explorer query to identify database queries with high execution times.
  • B. Review application logs to identify database calls.
  • C. View Cloud SQL operations to view historical query information.
  • D. Use the Query Insights dashboard to identify high execution times.

Answer: D


NEW QUESTION # 82
You want to migrate an existing on-premises application to Google Cloud. Your application supports semi-structured data ingested from 100,000 sensors, and each sensor sends 10 readings per second from manufacturing plants. You need to make this data available for real-time monitoring and analysis. What should you do?

  • A. Deploy the database using Cloud SQL.
  • B. Use BigQuery, and load data in batches.
  • C. Deploy the database using Cloud Spanner.
  • D. C.Deploy the database using Bigtable.

Answer: D

Explanation:
Bigtable is a scalable, fully managed, and high-performance NoSQL database service that can handle semi-structured data and support real-time monitoring and analysis. Cloud SQL is a relational database service that does not support semi-structured dat a. BigQuery is a data warehouse service that is optimized for batch processing and analytics, not real-time monitoring. Cloud Spanner is a relational database service that supports semi-structured data with JSON data type, but it is more expensive and complex than Bigtable for this use case.


NEW QUESTION # 83
Your retail organization is preparing for the holiday season. Use of catalog services is increasing, and your DevOps team is supporting the Cloud SQL databases that power a microservices-based application. The DevOps team has added instrumentation through Sqlcommenter. You need to identify the root cause of why certain microservice calls are failing. What should you do?

  • A. Watch the Cloud SQL instance monitor for CPU utilization metrics.
  • B. Watch the Cloud SQL recommenders for overprovisioned instances.
  • C. Watch Query Insights for long running queries.
  • D. Watch Cloud Trace for application requests that are failing.

Answer: C

Explanation:
Cloud Trace doesn't support Cloud SQL. Eliminate D. Cloud SQL recommenders for overprovisioned instances would tell you about Cloud SQL instances which are too largefor their workload. Eliminate C.
Monitoring CPU utilization wouldn't tell you why microservice calls are failing. Eliminate B. SQLcommenter integrates with Query Insights. So A is the best answer. https://cloud.google.com/blog/topics/developers- practitioners/introducing-sqlcommenter-open-source-orm-auto-instrumentation-library


NEW QUESTION # 84
......

Professional-Cloud-Database-Engineer Exam Dumps - Try Best Professional-Cloud-Database-Engineer Exam Questions: https://www.realexamfree.com/Professional-Cloud-Database-Engineer-real-exam-dumps.html

Get New Professional-Cloud-Database-Engineer Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=145xJcR5yxQGCAdXVjCZ7C9VOeNq3YA9B