Professional-Cloud-Database-Engineer PDF Dumps Apr 15, 2024 Recently Updated Questions [Q18-Q37]

Share

Professional-Cloud-Database-Engineer PDF Dumps | Apr 15, 2024 Recently Updated Questions

Professional-Cloud-Database-Engineer Exam Questions – Valid Professional-Cloud-Database-Engineer Dumps Pdf

NEW QUESTION # 18
Your organization stores marketing data such as customer preferences and purchase history on Bigtable. The consumers of this database are predominantly data analysts and operations users. You receive a service ticket from the database operations department citing poor database performance between 9 AM-10 AM every day. The application team has confirmed no latency from their logs. A new cohort of pilot users that is testing a dataset loaded from a third-party data provider is experiencing poor database performance. Other users are not affected. You need to troubleshoot the issue. What should you do?

  • A. Use Key Visualizer for Bigtable.
  • B. Add more nodes to the Bigtable cluster.
  • C. Check the Cloud Monitoring table/bytes_used metric from Bigtable.
  • D. Isolate the data analysts and operations user groups to use different Bigtable instances.

Answer: C


NEW QUESTION # 19
You are migrating an on-premises application to Google Cloud. The application requires a high availability (HA) PostgreSQL database to support business-critical functions. Your company's disaster recovery strategy requires a recovery time objective (RTO) and recovery point objective (RPO) within 30 minutes of failure. You plan to use a Google Cloud managed service. What should you do to maximize uptime for your application?

  • A. Deploy Cloud SQL for PostgreSQL in a regional configuration with HA enabled. Take periodic backups, and use this backup to restore to a new Cloud SQL for PostgreSQL instance in another region during a disaster recovery event.
  • B. Deploy Cloud SQL for PostgreSQL in a regional configuration with HA enabled. Create a cross-region read replica, and promote the read replica as the primary node for disaster recovery.
  • C. Deploy Cloud SQL for PostgreSQL in a regional configuration. Create a read replica in a different zone in the same region and a read replica in another region for disaster recovery.
  • D. Migrate the PostgreSQL database to multi-regional Cloud Spanner so that a single region outage will not affect your application. Update the schema to support Cloud Spanner data types, and refactor the application.

Answer: B

Explanation:
The best answer is deploy an HA configuration and have a read replica you could promote to the primary in a different region


NEW QUESTION # 20
You need to migrate existing databases from Microsoft SQL Server 2016 Standard Edition on a single Windows Server 2019 Datacenter Edition to a single Cloud SQL for SQL Server instance. During the discovery phase of your project, you notice that your on-premises server peaks at around 25,000 read IOPS. You need to ensure that your Cloud SQL instance is sized appropriately to maximize read performance. What should you do?

  • A. Create a SQL Server 2019 Enterprise on High Memory machine type with 16 vCPUs, 104 GB of RAM, and 500 GB of SSD.
  • B. Create a SQL Server 2019 Standard on Standard machine type with 4 vCPUs, 15 GB of RAM, and 800 GB of solid-state drive (SSD).
  • C. Create a SQL Server 2019 Standard on High Memory machine type with 16 vCPUs, 104 GB of RAM, and 4 TB of SSD.
  • D. Create a SQL Server 2019 Standard on High Memory machine type with at least 16 vCPUs, 104 GB of RAM, and 200 GB of SSD.

Answer: D


NEW QUESTION # 21
Your company is migrating the existing infrastructure for a highly transactional application to Google Cloud. You have several databases in a MySQL database instance and need to decide how to transfer the data to Cloud SQL. You need to minimize the downtime for the migration of your 500 GB instance. What should you do?

  • A. Create migration job using Database Migration Service.
    Set the migration job type to One-time, and perform this migration during a maintenance window.
    Stop all write workloads to the source database and initiate the dump. Wait for the dump to be loaded into the Cloud SQL destination database and the destination database to be promoted to the primary database.
    Update your application connections to the new instance.
  • B. Use the mysqldump utility to manually initiate a backup of MySQL during the application maintenance window.
    Move the files to Cloud Storage, and import each database into your Cloud SQL instance.
    Continue to dump each database until all the databases are migrated.
    Update your application connections to the new instance.
  • C. Create a Cloud SQL for MySQL instance for your databases, and configure Datastream to stream your database changes to Cloud SQL.
    Select the Backfill historical data check box on your stream configuration to initiate Datastream to backfill any data that is out of sync between the source and destination.
    Delete your stream when all changes are moved to Cloud SQL for MySQL, and update your application to use the new instance.
  • D. Create migration job using Database Migration Service.
    Set the migration job type to Continuous, and allow the databases to complete the full dump phase and start sending data in change data capture (CDC) mode.
    Wait for the replication delay to minimize, initiate a promotion of the new Cloud SQL instance, and wait for the migration job to complete.
    Update your application connections to the new instance.

Answer: A


NEW QUESTION # 22
You need to migrate a 1 TB PostgreSQL database from a Compute Engine VM to Cloud SQL for PostgreSQL. You want to ensure that there is minimal downtime during the migration. What should you do?

  • A. Use Datastream to complete the migration.
  • B. Use Database Migration Service to complete the migration.
  • C. Export the data from the existing database, and load the data into a new Cloud SQL database.
  • D. Use Migrate for Compute Engine to complete the migration.

Answer: C


NEW QUESTION # 23
You are the DBA of an online tutoring application that runs on a Cloud SQL for PostgreSQL database. You are testing the implementation of the cross-regional failover configuration. The database in region R1 fails over successfully to region R2, and the database becomes available for the application to process dat a. During testing, certain scenarios of the application work as expected in region R2, but a few scenarios fail with database errors. The application-related database queries, when executed in isolation from Cloud SQL for PostgreSQL in region R2, work as expected. The application performs completely as expected when the database fails back to region R1. You need to identify the cause of the database errors in region R2. What should you do?

  • A. Determine whether the failover of Cloud SQL for PostgreSQL from region R1 to region R2 is in progress or has completed successfully.
  • B. Determine whether Cloud SQL for PostgreSQL in region R2 is a near-real-time copy of region R1 but not an exact copy.
  • C. Determine whether the versions of Cloud SQL for PostgreSQL in regions R1 and R2 are different.
  • D. Determine whether the database patches of Cloud SQI for PostgreSQL in regions R1 and R2 are different.

Answer: D


NEW QUESTION # 24
Your company wants you to migrate their Oracle, MySQL, Microsoft SQL Server, and PostgreSQL relational databases to Google Cloud. You need a fully managed, flexible database solution when possible. What should you do?

  • A. Migrate all the databases to Cloud SQL.
  • B. Migrate the Oracle, MySQL, and Microsoft SQL Server databases to Cloud SQL, and migrate the PostgreSQL databases to Compute Engine.
  • C. Migrate the MySQL, Microsoft SQL Server, and PostgreSQL databases to Compute Engine, and migrate the Oracle databases to Bare Metal Solution for Oracle.
  • D. Migrate the MySQL, Microsoft SQL Server, and PostgreSQL databases to Cloud SQL, and migrate the Oracle databases to Bare Metal Solution for Oracle.

Answer: D


NEW QUESTION # 25
Your team is building an application that stores and analyzes streaming time series financial dat a. You need a database solution that can perform time series-based scans with sub-second latency. The solution must scale into the hundreds of terabytes and be able to write up to 10k records per second and read up to 200 MB per second. What should you do?

  • A. Use Firestore.
  • B. Use Bigtable
  • C. Use Cloud Spanner.
  • D. Use BigQuery.

Answer: D


NEW QUESTION # 26
Your organization has strict policies on tracking rollouts to production and periodically shares this information with external auditors to meet compliance requirements. You need to enable auditing on several Cloud Spanner databases. What should you do?

  • A. Use replication to roll out changes to higher environments.
  • B. Use Liquibase to roll out changes to higher environments.
  • C. Manually capture detailed DBA audit logs when changes are rolled out to higher environments.
  • D. Use backup and restore to roll out changes to higher environments.

Answer: B

Explanation:
To satisfy audit reporting you would need a way to record what was changed and when. The best answer is one which uses some kind of source code control system (SCCS). That rules out A and B. Any mention of anything manual in a cloud environment should look suspicious, which leave option C. As it happens, Liquibase is an SCCS and can be integrated with Spanner. https://cloud.google.com/spanner/docs/use-liquibase


NEW QUESTION # 27
You are choosing a new database backend for an existing application. The current database is running PostgreSQL on an on-premises VM and is managed by a database administrator and operations team. The application data is relational and has light traffic. You want to minimize costs and the migration effort for this application. What should you do?

  • A. Migrate the existing database to Cloud Spanner.
  • B. Migrate the existing database to Firestore.
  • C. Migrate the existing database to PostgreSQL running on Compute Engine.
  • D. Migrate the existing database to Cloud SQL for PostgreSQL.

Answer: D


NEW QUESTION # 28
You are managing a set of Cloud SQL databases in Google Cloud. Regulations require that database backups reside in the region where the database is created. You want to minimize operational costs and administrative effort. What should you do?

  • A. Use the default configuration for the automated backups location.
  • B. Configure the automated backups to use a regional Cloud Storage bucket as a custom location.
  • C. Disable automated backups, and create an on-demand backup routine to a regional Cloud Storage bucket.
  • D. Disable automated backups, and configure serverless exports to a regional Cloud Storage bucket.

Answer: C


NEW QUESTION # 29
You are migrating an on-premises application to Compute Engine and Cloud SQL. The application VMs will live in their own project, separate from the Cloud SQL instances which have their own project. What should you do to configure the networks?

  • A. Use the default networks, and leverage Cloud VPN to connect the two together.
  • B. Create a new VPC network in each project, and use VPC Network Peering to connect the two together.
  • C. Create a Shared VPC that both the application VMs and Cloud SQL instances will use.
  • D. Place both the application VMs and the Cloud SQL instances in the default network of each project.

Answer: C

Explanation:
https://groups.google.com/g/google-cloud-sql-discuss/c/M5G5_HPXytY?pli=1


NEW QUESTION # 30
You are designing a highly available (HA) Cloud SQL for PostgreSQL instance that will be used by 100 databases. Each database contains 80 tables that were migrated from your on-premises environment to Google Cloud. The applications that use these databases are located in multiple regions in the US, and you need to ensure that read and write operations have low latency. What should you do?

  • A. Deploy 2 Cloud SQL instances in the us-central1 region with HA enabled, and create read replicas in us-east1 and us-west1.
  • B. Deploy 4 Cloud SQL instances in the us-central1 region, and create read replicas in us-central1, us-east1 and us-west1.
  • C. Deploy 2 Cloud SQL instances in the us-central1 region, and create read replicas in us-east1 and us-west1.
  • D. Deploy 4 Cloud SQL instances in the us-central1 region with HA enabled, and create read replicas in us-central1, us-east1, and us-west1.

Answer: C


NEW QUESTION # 31
You work in the logistics department. Your data analysis team needs daily extracts from Cloud SQL for MySQL to train a machine learning model. The model will be used to optimize next-day routes. You need to export the data in CSV format. You want to follow Google-recommended practices. What should you do?

  • A. Use Cloud Scheduler to trigger a Cloud Function through Pub/Sub to call the cloudsql.instances.export API.
  • B. Use Cloud Scheduler to trigger a Cloud Function that will run a select * from table(s) query to call the cloudsql.instances.export API.
  • C. Use Cloud Composer to orchestrate an export by calling the cloudsql.instances.export API.
  • D. Use Cloud Composer to execute a select * from table(s) query and export results.

Answer: B


NEW QUESTION # 32
Your team is building a new inventory management application that will require read and write database instances in multiple Google Cloud regions around the globe. Your database solution requires 99.99% availability and global transactional consistency. You need a fully managed backend relational database to store inventory changes. What should you do?

  • A. Use Cloud Spanner.
  • B. Use Firestore.
  • C. Use Bigtable.
  • D. Use Cloud SQL for MySQL

Answer: A

Explanation:
Spanner covers the SLA


NEW QUESTION # 33
You finished migrating an on-premises MySQL database to Cloud SQL. You want to ensure that the daily export of a table, which was previously a cron job running on the database server, continues. You want the solution to minimize cost and operations overhead. What should you do?

  • A. Set up Cloud Composer, and create a task to export the table daily.
  • B. Use Cloud Scheduler and Cloud Functions to run the daily export.
  • C. Run the cron job on a Compute Engine instance to continue the export.
  • D. Create a streaming Datatlow job to export the table.

Answer: B

Explanation:
https://cloud.google.com/blog/topics/developers-practitioners/scheduling-cloud-sql-exports-using-cloud-functions-and-cloud-scheduler


NEW QUESTION # 34
Your organization has a production Cloud SQL for MySQL instance. Your instance is configured with 16 vCPUs and 104 GB of RAM that is running between 90% and 100% CPU utilization for most of the day. You need to scale up the database and add vCPUs with minimal interruption and effort. What should you do?

  • A. Issue a gcloud compute instances update command to increase the number of vCPUs.
  • B. Issue a gcloud sql instances patch command to increase the number of vCPUs.
  • C. Back up the database, create an instance with additional vCPUs, and restore the database.
  • D. Update a MySQL database flag to increase the number of vCPUs.

Answer: B


NEW QUESTION # 35
Your online delivery business that primarily serves retail customers uses Cloud SQL for MySQL for its inventory and scheduling application. The required recovery time objective (RTO) and recovery point objective (RPO) must be in minutes rather than hours as a part of your high availability and disaster recovery design. You need a high availability configuration that can recover without data loss during a zonal or a regional failure. What should you do?

  • A. Set up read replicas in different zones of the same region as the primary instance with asynchronous replication, and set up read replicas in different regions with synchronous replication.
  • B. Set up read replicas in different zones of the same region as the primary instance with synchronous replication, and set up read replicas in different regions with asynchronous replication.
  • C. Set up all read replicas in a different region using asynchronous replication.
  • D. Set up all read replicas in the same region as the primary instance with synchronous replication.

Answer: B


NEW QUESTION # 36
Your organization is running a critical production database on a virtual machine (VM) on Compute Engine. The VM has an ext4-formatted persistent disk for data files. The database will soon run out of storage space. You need to implement a solution that avoids downtime. What should you do?

  • A. In the Google Cloud Console, create a snapshot of the persistent disk, restore the snapshot to a new larger disk, unmount the old disk, mount the new disk, and restart the database service.
  • B. In the Google Cloud Console, increase the size of the persistent disk, and use the fdisk command to verify that the new space is ready to use
  • C. In the Google Cloud Console, create a new persistent disk attached to the VM, and configure the database service to move the files to the new disk.
  • D. In the Google Cloud Console, increase the size of the persistent disk, and use the resize2fs command to extend the disk.

Answer: C


NEW QUESTION # 37
......

Professional-Cloud-Database-Engineer dumps Sure Practice with 134 Questions: https://www.surepassexams.com/Professional-Cloud-Database-Engineer-exam-bootcamp.html

Professional-Cloud-Database-Engineer Practice Test Questions Answers Updated 134 Questions: https://drive.google.com/open?id=1A6CJ0c3bRApph_oAfVmjlSZZRqffPU6G