[Nov-2022] Download Real Professional-Cloud-Database-Engineer Exam Dumps for candidates 100% Free Dump Files [Q61-Q86]

Share

[Nov-2022] Download Real Professional-Cloud-Database-Engineer Exam Dumps for candidates. 100% Free Dump Files

Prepare Important Exam with Professional-Cloud-Database-Engineer Exam Dumps(2022) 


Google Professional-Cloud-Database-Engineer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Distinguish between SQL and NoSQL business requirements
  • Evaluate tradeoffs between multi-region, region, and zonal database deployment strategies
Topic 2
  • Analyze relevant variables to perform database capacity and usage planning
  • Design scalable, highly available, and secure databases
Topic 3
  • Automate database instance provisioning
  • Determine how applications will connect to the database
Topic 4
  • Design for recovery time objective (RTO) and recovery point objective (RPO)
  • Assess slow running queries and database locking and identify missing indexes
Topic 5
  • Reverse replication from Google Cloud to source
  • Evaluate appropriate database solutions on Google Cloud
Topic 6
  • Differentiate between managed and unmanaged database services
  • Analyze the cost of running database solutions in Google Cloud
Topic 7
  • Evaluate performance and cost tradeoffs of different database configurations
  • Plan database upgrades for Google Cloud-managed databases
Topic 8
  • Determine the correct database migration tools for a given scenario
  • Size database compute and storage based on performance requirements

 

NEW QUESTION 61
You have a large Cloud SQL for PostgreSQL instance. The database instance is not mission-critical, and you want to minimize operational costs. What should you do to lower the cost of backups in this environment?

  • A. Reduce the number of automated backups that are retained to two (2).
  • B. Change the storage tier of the automated backups from solid-state drive (SSD) to hard disk drive (HDD).
  • C. Select a different region to store your backups.
  • D. Set the automated backups to occur every other day to lower the frequency of backups.

Answer: D

 

NEW QUESTION 62
Your digital-native business runs its database workloads on Cloud SQL. Your website must be globally accessible 24/7. You need to prepare your Cloud SQL instance for high availability (HA). You want to follow Google-recommended practices. What should you do? (Choose two.)

  • A. Set up manual backups.
  • B. Configure single zone availability for automated backups.
  • C. Schedule automated backups.
  • D. Create a PostgreSQL database on-premises as the HA option.
  • E. Enable point-in-time recovery.

Answer: D,E

 

NEW QUESTION 63
You are the primary DBA of a Cloud SQL for PostgreSQL database that supports 6 enterprise applications in production. You used Cloud SQL Insights to identify inefficient queries and now need to identify the application that is originating the inefficient queries. You want to follow Google-recommended practices. What should you do?

  • A. Write a utility to scan application logs.
  • B. Shut down and restart each application.
  • C. Write a utility to scan database query logs.
  • D. Use query tags to add application-centric database monitoring.

Answer: C

 

NEW QUESTION 64
You are managing multiple applications connecting to a database on Cloud SQL for PostgreSQL. You need to be able to monitor database performance to easily identify applications with long-running and resource-intensive queries. What should you do?

  • A. Use log messages produced by Cloud SQL.
  • B. Use Query Insights for Cloud SQL.
  • C. Use the Cloud Monitoring dashboard with available metrics from Cloud SQL.
  • D. Use Cloud SQL instance monitoring in the Google Cloud Console.

Answer: C

 

NEW QUESTION 65
Your organization deployed a new version of a critical application that uses Cloud SQL for MySQL with high availability (HA) and binary logging enabled to store transactional information. The latest release of the application had an error that caused massive data corruption in your Cloud SQL for MySQL database. You need to minimize data loss. What should you do?

  • A. Open the Google Cloud Console, navigate to SQL > Backups, and select the last version of the automated backup before the corruption.
  • B. Perform a point-in-time recovery of your Cloud SQL for MySQL database, selecting a date and time before the data was corrupted.
  • C. Reload the Cloud SQL for MySQL database using the LOAD DATA command to load data from CSV files that were used to initialize the instance.
  • D. Fail over to the Cloud SQL for MySQL HA instance. Use that instance to recover the transactions that occurred before the corruption.

Answer: C

 

NEW QUESTION 66
Your customer has a global chat application that uses a multi-regional Cloud Spanner instance. The application has recently experienced degraded performance after a new version of the application was launched. Your customer asked you for assistance. During initial troubleshooting, you observed high read latency. What should you do?

  • A. Use SQL statements to analyze SPANNER_SYS.READ_STATS* tables.
  • B. Change the Cloud Spanner configuration from multi-region to single region.
  • C. Use query parameters to speed up frequently executed queries.
  • D. Use SQL statements to analyze SPANNER_SYS.QUERY_STATS* tables.

Answer: B

 

NEW QUESTION 67
You work for a large retail and ecommerce company that is starting to extend their business globally. Your company plans to migrate to Google Cloud. You want to use platforms that will scale easily, handle transactions with the least amount of latency, and provide a reliable customer experience. You need a storage layer for sales transactions and current inventory levels. You want to retain the same relational schema that your existing platform uses. What should you do?

  • A. Deploy a Bigtable instance with a cluster in one region and a replica cluster in another geographic region.
  • B. Deploy Cloud Spanner using a multi-region instance, and place your compute resources close to the default leader region.
  • C. Build an in-memory cache in Memorystore, and deploy to the specific geographic regions where your application resides.
  • D. Store your data in Firestore in a multi-region location, and place your compute resources in one of the constituent regions.

Answer: B

 

NEW QUESTION 68
Your company is shutting down their data center and migrating several MySQL and PostgreSQL databases to Google Cloud. Your database operations team is severely constrained by ongoing production releases and the lack of capacity for additional on-premises backups. You want to ensure that the scheduled migrations happen with minimal downtime and that the Google Cloud databases stay in sync with the on-premises data changes until the applications can cut over. What should you do? (Choose two.)

  • A. Use Database Migration Service to migrate the databases to Cloud SQL.
  • B. Use an external read replica to migrate the databases to Cloud SQL.
  • C. Use replication from an external server to migrate the databases to Cloud SQL.
  • D. Use a cross-region read replica to migrate the databases to Cloud SQL.
  • E. Use a read replica to migrate the databases to Cloud SQL.

Answer: C,E

 

NEW QUESTION 69
You are writing an application that will run on Cloud Run and require a database running in the Cloud SQL managed service. You want to secure this instance so that it only receives connections from applications running in your VPC environment in Google Cloud. What should you do?

  • A. Create your instance with a specified internal (private) IP address.
    Choose the VPC with private service connection configured.
    Configure the Serverless VPC Access connector in the same VPC network as your Cloud SQL instance.
    Use Cloud SQL Auth proxy to connect to the instance.
  • B. Create your instance with a specified internal (private) IP address.
    Choose the VPC with private service connection configured.
    Configure the Serverless VPC Access connector in the same VPC network as your Cloud SQL instance.
    Connect to the instance using a connection pool to best manage connections to the instance.
  • C. Create your instance with a specified external (public) IP address.
    Choose the VPC and create firewall rules to allow only connections from Cloud Run into your instance.
    Connect to the instance using a connection pool to best manage connections to the instance.
  • D. Create your instance with a specified external (public) IP address.
    Choose the VPC and create firewall rules to allow only connections from Cloud Run into your instance.
    Use Cloud SQL Auth proxy to connect to the instance.

Answer: A

 

NEW QUESTION 70
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 backup and restore to roll out changes to higher environments.
  • B. Use Liquibase to roll out changes to higher environments.
  • C. Use replication to roll out changes to higher environments.
  • D. Manually capture detailed DBA audit logs when changes are rolled out to higher environments.

Answer: A

 

NEW QUESTION 71
You are building an application that allows users to customize their website and mobile experiences. The application will capture user information and preferences. User profiles have a dynamic schema, and users can add or delete information from their profile. You need to ensure that user changes automatically trigger updates to your downstream BigQuery data warehouse. What should you do?

  • A. Use Firestore in Native mode, and store user profile data as a document. Update the user profile with preferences specific to that user and use the user identifier to query.
  • B. Store your data in Bigtable, and use the user identifier as the key. Use one column family to store user profile data, and use another column family to store user preferences.
  • C. Use Cloud SQL, and create different tables for user profile data and user preferences from your recommendations model. Use SQL to join the user profile data and preferences
  • D. Use Firestore in Datastore mode, and store user profile data as a document. Update the user profile with preferences specific to that user and use the user identifier to query.

Answer: B

 

NEW QUESTION 72
Your organization is running a Firestore-backed Firebase app that serves the same top ten news stories on a daily basis to a large global audience. You want to optimize content delivery while decreasing cost and latency. What should you do?

  • A. Deploy a US multi-region Firestore location.
  • B. Build a Firestore bundle, and deploy bundles to Cloud CDN.
  • C. Enable serializable isolation in the Firebase app.
  • D. Create a Firestore index on the news story date.

Answer: B

 

NEW QUESTION 73
You are starting a large CSV import into a Cloud SQL for MySQL instance that has many open connections. You checked memory and CPU usage, and sufficient resources are available. You want to follow Google-recommended practices to ensure that the import will not time out. What should you do?

  • A. Close idle connections or restart the instance before beginning the import operation.
  • B. Increase the amount of memory allocated to your instance.
  • C. Ensure that the service account has the Storage Admin role.
  • D. Increase the number of CPUs for the instance to ensure that it can handle the additional import operation.

Answer: C

 

NEW QUESTION 74
You manage a production MySQL database running on Cloud SQL at a retail company. You perform routine maintenance on Sunday at midnight when traffic is slow, but you want to skip routine maintenance during the year-end holiday shopping season. You need to ensure that your production system is available 24/7 during the holidays. What should you do?

  • A. Define a maintenance window on Sundays between 12 AM and 1 AM, and deny maintenance periods between November 1 and January 15.
  • B. Define a maintenance window on Sundays between 12 AM and 5 AM, and deny maintenance periods between November 1 and February 15.
  • C. Create a Cloud Scheduler job to start maintenance at 12 AM on Sundays. Pause the Cloud Scheduler job between November 1 and January 15.
  • D. Build a Cloud Composer job to start a maintenance window on Sundays between 12 AM and 1AM, and deny maintenance periods between November 1 and January 15.

Answer: B

 

NEW QUESTION 75
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 recommenders for overprovisioned instances.
  • B. Watch Query Insights for long running queries.
  • C. Watch Cloud Trace for application requests that are failing.
  • D. Watch the Cloud SQL instance monitor for CPU utilization metrics.

Answer: B

 

NEW QUESTION 76
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. Disable automated backups, and create an on-demand backup routine to a regional Cloud Storage bucket.
  • B. Disable automated backups, and configure serverless exports to a regional Cloud Storage bucket.
  • C. Use the default configuration for the automated backups location.
  • D. Configure the automated backups to use a regional Cloud Storage bucket as a custom location.

Answer: A

 

NEW QUESTION 77
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 Compute Engine, and store backups on tapes on-premises.
  • D. Migrate the Oracle databases to Bare Metal Solution for Oracle, and store backups on tapes on-premises.

Answer: B

 

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

Answer: B

 

NEW QUESTION 79
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. Create a cross-region read replica, and promote the read replica as the primary node for disaster recovery.
  • B. 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.
  • 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: A

 

NEW QUESTION 80
You have an application that sends banking events to Bigtable cluster-a in us-east. You decide to add cluster-b in us-central1. Cluster-a replicates data to cluster-b. You need to ensure that Bigtable continues to accept read and write requests if one of the clusters becomes unavailable and that requests are routed automatically to the other cluster. What deployment strategy should you use?

  • A. Create a custom app profile with multi-cluster routing.
  • B. Use the default app profile with single-cluster routing.
  • C. Use the default app profile with multi-cluster routing.
  • D. Create a custom app profile with single-cluster routing.

Answer: B

 

NEW QUESTION 81
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 PostgreSQL running on Compute Engine.
  • B. Migrate the existing database to Cloud SQL for PostgreSQL.
  • C. Migrate the existing database to Firestore.
  • D. Migrate the existing database to Cloud Spanner.

Answer: B

 

NEW QUESTION 82
You are working on a new centralized inventory management system to track items available in 200 stores, which each have 500 GB of dat a. You are planning a gradual rollout of the system to a few stores each week. You need to design an SQL database architecture that minimizes costs and user disruption during each regional rollout and can scale up or down on nights and holidays. What should you do?

  • A. Use Oracle Real Application Cluster (RAC) databases on Bare Metal Solution for Oracle.
  • B. Use sharded Cloud SQL instances with one or more stores per database instance.
  • C. Use Cloud Spanner with a custom autoscaling solution.
  • D. Use a Biglable cluster with autoscaling.

Answer: B

 

NEW QUESTION 83
You have a Cloud SQL instance (DB-1) with two cross-region read replicas (DB-2 and DB-3). During a business continuity test, the primary instance (DB-1) was taken offline and a replica (DB-2) was promoted. The test has concluded and you want to return to the pre-test configuration. What should you do?

  • A. Delete DB-1, and re-create DB-1 as a read replica in the same region as DB-1.
  • B. Delete DB-2 so that DB-1 automatically reverts to the primary instance.
  • C. Create DB-4 as a read replica in the same region as DB-1, and promote DB-4 to primary.
  • D. Bring DB-1 back online.

Answer: B

 

NEW QUESTION 84
You are designing a database architecture for a global application that stores information about public parks worldwide. The application uses the database for read-only purposes, and a centralized batch job updates the database nightly. You want to select an open source, SQL-compliant database. What should you do?

  • A. Use Memorystore for Redis with multi-zones within a region.
  • B. Use Cloud SQL for PostgreSQL with cross-region replicas.
  • C. Use Cloud Spanner with multi-region configuration.
  • D. Use Bigtable with multi-region clusters.

Answer: B

 

NEW QUESTION 85
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 synchronous replication, and set up read replicas in different regions with asynchronous replication.
  • B. Set up all read replicas in a different region using asynchronous replication.
  • C. Set up all read replicas in the same region as the primary instance with synchronous replication.
  • D. 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.

Answer: A

 

NEW QUESTION 86
......

Professional-Cloud-Database-Engineer Questions - Truly Beneficial For Your Google Exam: https://www.exam4labs.com/Professional-Cloud-Database-Engineer-practice-torrent.html

Pass Exam Questions Efficiently With Professional-Cloud-Database-Engineer Questions: https://drive.google.com/open?id=15yLBs-IarY_V6eHv9iVVpqm_6K43eYa9