Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Google Cloud Certified - Professional Cloud Database Engineer Question and Answers

Google Cloud Certified - Professional Cloud Database Engineer

Last Update Nov 30, 2025
Total Questions : 141

We are offering FREE Professional-Cloud-Database-Engineer Google exam questions. All you do is to just go and sign up. Give your details, prepare Professional-Cloud-Database-Engineer free exam questions and then go for complete pool of Google Cloud Certified - Professional Cloud Database Engineer test questions that will help you more.

Professional-Cloud-Database-Engineer pdf

Professional-Cloud-Database-Engineer PDF

$36.75  $104.99
Professional-Cloud-Database-Engineer Engine

Professional-Cloud-Database-Engineer Testing Engine

$43.75  $124.99
Professional-Cloud-Database-Engineer PDF + Engine

Professional-Cloud-Database-Engineer PDF + Testing Engine

$57.75  $164.99
Questions 1

Your ecommerce website captures user clickstream data to analyze customer traffic patterns in real time and support personalization features on your website. You plan to analyze this data using big data tools. You need a low-latency solution that can store 8TB of data and can scale to millions of read and write requests per second. What should you do?

Options:

A.  

Write your data into Bigtable and use Dataproc and the Apache Hbase libraries for analysis.

B.  

Deploy a Cloud SQL environment with read replicas for improved performance. Use Datastream to export data to Cloud Storage and analyze with Dataproc and the Cloud Storage connector.

C.  

Use Memorystore to handle your low-latency requirements and for real-time analytics.

D.  

Stream your data into BigQuery and use Dataproc and the BigQuery Storage API to analyze large volumes of data.

Discussion 0
Questions 2

You recently launched a new product to the US market. You currently have two Bigtable clusters in one US region to serve all the traffic. Your marketing team is planning an immediate expansion to APAC. You need to roll out the regional expansion while implementing high availability according to Google-recommended practices. What should you do?

Options:

A.  

Maintain a target of 23% CPU utilization by locating:

cluster-a in zone us-central1-a

cluster-b in zone europe-west1-d

cluster-c in zone asia-east1-b

B.  

Maintain a target of 23% CPU utilization by locating:

cluster-a in zone us-central1-a

cluster-b in zone us-central1-b

cluster-c in zone us-east1-a

C.  

Maintain a target of 35% CPU utilization by locating:

cluster-a in zone us-central1-a

cluster-b in zone australia-southeast1-a

cluster-c in zone europe-west1-d

cluster-d in zone asia-east1-b

D.  

Maintain a target of 35% CPU utilization by locating:

cluster-a in zone us-central1-a

cluster-b in zone us-central2-a

cluster-c in zone asia-northeast1-b

cluster-d in zone asia-east1-b

Discussion 0
Questions 3

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?

Options:

A.  

Use replication to roll out changes to higher environments.

B.  

Use backup and restore to roll out changes to higher environments.

C.  

Use Liquibase to roll out changes to higher environments.

D.  

Manually capture detailed DBA audit logs when changes are rolled out to higher environments.

Discussion 0
Questions 4

You need to redesign the architecture of an application that currently uses Cloud SQL for PostgreSQL. The users of the application complain about slow query response times. You want to enhance your application architecture to offer sub-millisecond query latency. What should you do?

Options:

A.  

Configure Firestore, and modify your application to offload queries.

B.  

Configure Bigtable, and modify your application to offload queries.

C.  

Configure Cloud SQL for PostgreSQL read replicas to offload queries.

D.  

Configure Memorystore, and modify your application to offload queries.

Discussion 0
Questions 5

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?

Options:

A.  

Enable serializable isolation in the Firebase app.

B.  

Deploy a US multi-region Firestore location.

C.  

Build a Firestore bundle, and deploy bundles to Cloud CDN.

D.  

Create a Firestore index on the news story date.

Discussion 0
Questions 6

You need to provision several hundred Cloud SQL for MySQL instances for multiple project teams over a one-week period. You must ensure that all instances adhere to company standards such as instance naming conventions, database flags, and tags. What should you do?

Options:

A.  

Automate instance creation by writing a Dataflow job.

B.  

Automate instance creation by setting up Terraform scripts.

C.  

Create the instances using the Google Cloud Console UI.

D.  

Create clones from a template Cloud SQL instance.

Discussion 0
Questions 7

Your company uses the Cloud SQL out-of-disk recommender to analyze the storage utilization trends of production databases over the last 30 days. Your database operations team uses these recommendations to proactively monitor storage utilization and implement corrective actions. You receive a recommendation that the instance is likely to run out of disk space. What should you do to address this storage alert?

Options:

A.  

Normalize the database to the third normal form.

B.  

Compress the data using a different compression algorithm.

C.  

Manually or automatically increase the storage capacity.

D.  

Create another schema to load older data.

Discussion 0
Questions 8

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?

Options:

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.

Discussion 0
Questions 9

You are designing a physician portal app in Node.js. This application will be used in hospitals and clinics that might have intermittent internet connectivity. If a connectivity failure occurs, the app should be able to query the cached data. You need to ensure that the application has scalability, strong consistency, and multi-region replication. What should you do?

Options:

A.  

Use Firestore and ensure that the PersistenceEnabled option is set to true.

B.  

Use Memorystore for Memcached.

C.  

Use Pub/Sub to synchronize the changes from the application to Cloud Spanner.

D.  

Use Table.read with the exactStaleness option to perform a read of rows in Cloud Spanner.

Discussion 0
Questions 10

You have a non-critical business application running on Google Kubernetes Engine (GKE) in the app-dev VPC. You have created an AllayDB cluster with private Service Access (PSA) and no public IP address in the db-dev VPC. You want your application to securely connect to AllowDB in a cost-effective way. What should you do?

Options:

A.  

Set up a high availability VPN between the app-dev and db-dev VPCs. Connect the application directly to AlloyDB.

B.  

Connect by using the private IP address of the AlloyDB cluster directly from the application.

C.  

Connect by using AlloyDB Auth Proxy installed in the GKE cluster.

D.  

Install a SOCKS proxy in a VM in the db-dev VPC. Install AlloyDB Auth Proxy in your GKE cluster, and connect to the AlloyDB cluster through the SOCKS server and port.

Discussion 0
Questions 11

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?

Options:

A.  

Use query parameters to speed up frequently executed queries.

B.  

Change the Cloud Spanner configuration from multi-region to single region.

C.  

Use SQL statements to analyze SPANNER_SYS.READ_STATS* tables.

D.  

Use SQL statements to analyze SPANNER_SYS.QUERY_STATS* tables.

Discussion 0
Questions 12

Your organization operates in a highly regulated industry. Separation of concerns (SoC) and security principle of least privilege (PoLP) are critical. The operations team consists of:

Person A is a database administrator.

Person B is an analyst who generates metric reports.

Application C is responsible for automatic backups.

You need to assign roles to team members for Cloud Spanner. Which roles should you assign?

Options:

A.  

roles/spanner.databaseAdmin for Person A

roles/spanner.databaseReader for Person B

roles/spanner.backupWriter for Application C

B.  

roles/spanner.databaseAdmin for Person A

roles/spanner.databaseReader for Person B

roles/spanner.backupAdmin for Application C

C.  

roles/spanner.databaseAdmin for Person A

roles/spanner.databaseUser for Person B

roles/spanner databaseReader for Application C

D.  

roles/spanner.databaseAdmin for Person A

roles/spanner.databaseUser for Person B

roles/spanner.backupWriter for Application C

Discussion 0
Questions 13

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. Theapplication 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?

Options:

A.  

Isolate the data analysts and operations user groups to use different Bigtable instances.

B.  

Check the Cloud Monitoring table/bytes_used metric from Bigtable.

C.  

Use Key Visualizer for Bigtable.

D.  

Add more nodes to the Bigtable cluster.

Discussion 0
Questions 14

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?

Options:

A.  

Set the automated backups to occur every other day to lower the frequency of backups.

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.  

Reduce the number of automated backups that are retained to two (2).

Discussion 0
Questions 15

You want to migrate an on-premises mission-critical PostgreSQL database to Cloud SQL. The database must be able to withstand a zonal failure with less than five minutes of downtime and still not lose any transactions. You want to follow Google-recommended practices for the migration. What should you do?

Options:

A.  

Take nightly snapshots of the primary database instance, and restore them in a secondary zone.

B.  

Build a change data capture (CDC) pipeline to read transactions from the primary instance, and replicate them to a secondary instance.

C.  

Create a read replica in another region, and promote the read replica if a failure occurs.

D.  

Enable high availability (HA) for the database to make it regional.

Discussion 0
Questions 16

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?

Options:

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.

Discussion 0
Questions 17

You currently have a MySQL database running on Cloud SQL with a read replica in a different zone for non-mission critical analytics workloads. You want to enable high availability (HA) for the analytic workloads while keeping costs low. What should you do?

Options:

A.  

Increase the size of the read replica Instance and enable M

A.  

B.  

Enable HA on the current read replica.

C.  

Create a new HA instance in the same zone db lie primary.

D.  

Create a new MA Instance in a different region than the primary.

Discussion 0
Questions 18

You are working on a new centralized inventory management system to track items available in 200 stores, which each have 500 GB of data. 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?

Options:

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 a Biglable cluster with autoscaling.

D.  

Use Cloud Spanner with a custom autoscaling solution.

Discussion 0
Questions 19

You want to migrate an on-premises 100 TB Microsoft SQL Server database to Google Cloud over a 1 Gbps network link. You have 48 hours allowed downtime to migrate this database. What should you do? (Choose two.)

Options:

A.  

Use a change data capture (CDC) migration strategy.

B.  

Move the physical database servers from on-premises to Google Cloud.

C.  

Keep the network bandwidth at 1 Gbps, and then perform an offline data migration.

D.  

Increase the network bandwidth to 2 Gbps, and then perform an offline data migration.

E.  

Increase the network bandwidth to 10 Gbps, and then perform an offline data migration.

Discussion 0
Questions 20

You are responsible for designing a new database for an airline ticketing application in Google Cloud. This application must be able to:

Work with transactions and offer strong consistency.

Work with structured and semi-structured (JSON) data.

Scale transparently to multiple regions globally as the operation grows.

You need a Google Cloud database that meets all the requirements of the application. What should you do?

Options:

A.  

Use Cloud SQL for PostgreSQL with both cross-region read replicas.

B.  

Use Cloud Spanner in a multi-region configuration.

C.  

Use Firestore in Datastore mode.

D.  

Use a Bigtable instance with clusters in multiple regions.

Discussion 0
Questions 21

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

Options:

A.  

Use Cloud SQL with cross-region replicas.

B.  

Use high availability (HA) Cloud SQL with multiple zones.

C.  

Use zonal Cloud SQL without high availability (HA).

D.  

Use Cloud Spanner in a regional configuration.

Discussion 0
Questions 22

You are designing an augmented reality game for iOS and Android devices. You plan to use Cloud Spanner as the primary backend database for game state storage and player authentication. You want to track in-game rewards that players unlock at every stage of the game. During the testing phase, you discovered that costs are much higher than anticipated, but the query response times are within the SLA. You want to follow Google-recommended practices. You need the database to be performant and highly available while you keep costs low. What should you do?

Options:

A.  

Manually scale down the number of nodes after the peak period has passed.

B.  

Use interleaving to co-locate parent and child rows.

C.  

Use the Cloud Spanner query optimizer to determine the most efficient way to execute the SQL query.

D.  

Use granular instance sizing in Cloud Spanner and Autoscaler.

Discussion 0
Questions 23

You are managing a Cloud SQL for PostgreSQL instance in Google Cloud. You have a primary instance in region 1 and a read replica in region 2. After a failure of region 1, you need to make the Cloud SQL instance available again. You want to minimize data loss and follow Google-recommended practices. What should you do?

Options:

A.  

Restore the Cloud SQL instance from the automatic backups in region 3.

B.  

Restore the Cloud SQL instance from the automatic backups in another zone in region 1.

C.  

Check "Lag Bytes" in the monitoring dashboard for the primary instance in the read replica instance. Check the replication status usingpg_catalog.pg_last_wal_receive_lsn(). Then, fail over to region 2 by promoting the read replica instance.

D.  

Check your instance operational log for the automatic failover status. Look for time, type, and status of the operations. If the failover operation is successful, no action is necessary. Otherwise, manually perform gcloud sql instances failover .

Discussion 0
Questions 24

You are planning to migrate a 10TB relational database from an on-premises environment la Cloud SQL for PostgreSQL. The database contains sensitive customer

Information. You want to follow Google-recommended practices to keep data secure during the migration. What should you do?

Choose 2 answers

Options:

A.  

Establish a Private Se-vice Connect connection between your on-premises environment and the Cloud SQL instance

B.  

Set up identity Access Management JIAM) roles to restrict access with Cloud SQL with an internal IP address.

C.  

Use an external IH address for the Cloud SQL Instance, and configure firewall rules.

D.  

Configure Cloud SQL for automatic patching, and enable binary logging.

E.  

Leverage Storage Transfer Service with client side encryption.

Discussion 0
Questions 25

You are building a data warehouse on BigQuery. Sources of data include several MySQL databases located on-premises.

You need to transfer data from these databases into BigQuery for analytics. You want to use a managed solution that has low latency and is easy to set up. What should you do?

Options:

A.  

Create extracts from your on-premises databases periodically, and push these extracts to Cloud Storage.

Upload the changes into BigQuery, and merge them with existing tables.

B.  

Use Cloud Data Fusion and scheduled workflows to extract data from MySQL. Transform this data into the appropriate schema, and load this data into your BigQuery database.

C.  

Use Datastream to connect to your on-premises database and create a stream. Have Datastream write to Cloud Storage. Then use Dataflow to process the data into BigQuery.

D.  

Use Database Migration Service to replicate data to a Cloud SQL for MySQL instance. Create federated tables in BigQuery on top of the replicated instances to transform and load the data into your BigQuery database.

Discussion 0
Questions 26

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?

Options:

A.  

1. Create your instance with a specified external (public) IP address.

2. Choose the VPC and create firewall rules to allow only connections from Cloud Run into your instance.

3. Use Cloud SQL Auth proxy to connect to the instance.

B.  

1. Create your instance with a specified external (public) IP address.

2. Choose the VPC and create firewall rules to allow only connections from Cloud Run into your instance.

3. Connect to the instance using a connection pool to best manage connections to the instance.

C.  

1. Create your instance with a specified internal (private) IP address.

2. Choose the VPC with private service connection configured.

3. Configure the Serverless VPC Access connector in the same VPC network as your Cloud SQL instance.

4. Use Cloud SQL Auth proxy to connect to the instance.

D.  

1. Create your instance with a specified internal (private) IP address.

2. Choose the VPC with private service connection configured.

3. Configure the Serverless VPC Access connector in the same VPC network as your Cloud SQL instance.

4. Connect to the instance using a connection pool to best manage connections to the instance.

Discussion 0
Questions 27

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?

Options:

A.  

Use Cloud SQL serverless exports.

B.  

Create a read replica, and then use the mysqldump utility to export each table.

C.  

Clone the Cloud SQL instance, and then use the mysqldump utlity to export the data.

D.  

Use the mysqldump utility on the primary database instance to export the backup.

Discussion 0
Questions 28

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?

Options:

A.  

Migrate the Oracle databases to Bare Metal Solution for Oracle, and store backups on tapes on-premises.

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 back up the Oracle databases to Cloud Storage using the Standard Storage class.

D.  

Migrate the Oracle databases to Compute Engine, and store backups on tapes on-premises.

Discussion 0
Questions 29

Your company is launching a new globally distributed application with strict requirements for low latency, strong consistency, zero downtime, and high availability (HA). You need to configure a scalable database solution to support anticipated rapid growth and optimal application performance. What should you do?

Options:

A.  

Create a Cloud SQL instance in HA mode with a cross-region read replica.

B.  

Create an AlloyDB instance in HA mode with a cross-region read replica.

C.  

Create a spanner instance across regions for optimal performance.

D.  

Implement Bigtable with replication across multiple regions and configure to prioritize data accuracy.

Discussion 0
Questions 30

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?

Options:

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.  

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.

D.  

Create a Cloud Scheduler job to start maintenance at 12 AM on Sundays. Pause the Cloud Scheduler job between November 1 and January 15.

Discussion 0
Questions 31

You plan to use Database Migration Service to migrate data from a PostgreSQL on-premises instance to Cloud SQL. You need to identify the prerequisites for creating and automating the task. What should you do? (Choose two.)

Options:

A.  

Drop or disable all users except database administration users.

B.  

Disable all foreign key constraints on the source PostgreSQL database.

C.  

Ensure that all PostgreSQL tables have a primary key.

D.  

Shut down the database before the Data Migration Service task is started.

E.  

Ensure that pglogical is installed on the source PostgreSQL database.

Discussion 0
Questions 32

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?

Options:

A.  

Set up all read replicas in a different region using asynchronous replication.

B.  

Set up all read replicas in the same region as the primary instance with synchronous replication.

C.  

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.

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.

Discussion 0
Questions 33

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?

Options:

A.  

Use linear scaling to implement the Autoscaler-based architecture

B.  

Use direct scaling to implement the Autoscaler-based architecture.

C.  

Upgrade the Cloud Spanner instance on a periodic basis during the scheduled maintenance window.

D.  

Set up alerts that are triggered when Cloud Spanner utilization metrics breach the threshold, and then schedule an upgrade during the scheduled maintenance window.

Discussion 0
Questions 34

You are configuring the networking of a Cloud SQL instance. The only application that connects to this database resides on a Compute Engine VM in the same project as the Cloud SQL instance. The VM and the Cloud SQL instance both use the same VPC network, and both have an external (public) IP address and an internal (private) IP address. You want to improve network security. What should you do?

Options:

A.  

Disable and remove the internal IP address assignment.

B.  

Disable both the external IP address and the internal IP address, and instead rely on Private Google Access.

C.  

Specify an authorized network with the CIDR range of the VM.

D.  

Disable and remove the external IP address assignment.

Discussion 0
Questions 35

You are designing a payments processing application on Google Cloud. The application must continue to serve requests and avoid any user disruption if a regional failure occurs. You need to use AES-256 to encrypt data in the database, and you want to control where you store the encryption key. What should you do?

Options:

A.  

Use Cloud Spanner with a customer-managed encryption key (CMEK).

B.  

Use Cloud Spanner with default encryption.

C.  

Use Cloud SQL with a customer-managed encryption key (CMEK).

D.  

Use Bigtable with default encryption.

Discussion 0
Questions 36

Your hotel booking company is expanding into Country A, where personally identifiable information (PII) must comply with regional data residency requirements and audits. You need to isolate customer data in Country A from the rest of the customer data. Youwant to design a multi-tenancy strategy to efficiently manage costs and operations. What should you do?

Options:

A.  

Apply a schema data management pattern.

B.  

Apply an instance data management pattern.

C.  

Apply a table data management pattern.

D.  

Apply a database data management pattern.

Discussion 0
Questions 37

You are developing a new application on a VM that is on your corporate network. The application will use Java Database Connectivity (JDBC) to connect to Cloud SQL for PostgreSQL. Your Cloud SQL instance is configured with IP address 192.168.3.48, and SSL is disabled. You want to ensure that your application can access your database instance without requiring configuration changes to your database. What should you do?

Options:

A.  

Define a connection string using your Google username and password to point to the external (public) IP address of your Cloud SQL instance.

B.  

Define a connection string using a database username and password to point to the internal (private) IP address of your Cloud SQL instance.

C.  

Define a connection string using Cloud SQL Auth proxy configured with a service account to point to the internal (private) IP address of your Cloud SQL instance.

D.  

Define a connection string using Cloud SQL Auth proxy configured with a service account to point to the external (public) IP address of your Cloud SQL instance.

Discussion 0
Questions 38

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. Thedatabase will soon run out of storage space. You need to implement a solution that avoids downtime. What should you do?

Options:

A.  

In the Google Cloud Console, increase the size of the persistent disk, and use the resize2fs command to extend the disk.

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 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.

D.  

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.

Discussion 0
Questions 39

Your organization has a ticketing system that needs an online marketing analytics and reporting application. You need to select a relational database that can manage hundreds of terabytes of data to support this new application. Which database should you use?

Options:

A.  

Cloud SQL

B.  

BigQuery

C.  

Cloud Spanner

D.  

Bigtable

Discussion 0
Questions 40

Your company is shutting down their on-premises data center and migrating their Oracle databases using Oracle Real Application Clusters (RAC) to Google Cloud. You want minimal to no changes to the applications during the database migration. What should you do?

Options:

A.  

Migrate the Oracle databases to Cloud Spanner.

B.  

Migrate the Oracle databases to Compute Engine.

C.  

Migrate the Oracle databases to Cloud SQL.

D.  

Migrate the Oracle databases to Bare Metal Solution for Oracle.

Discussion 0
Questions 41

An analytics team needs to read data out of Cloud SQL for SQL Server and update a table in Cloud Spanner. You need to create a service account and grant least privilege access using predefined roles. What roles should you assign to the service account?

Options:

A.  

roles/cloudsql.viewer and roles/spanner.databaseUser

B.  

roles/cloudsql.editor and roles/spanner.admin

C.  

roles/cloudsql.client and roles/spanner.databaseReader

D.  

roles/cloudsql.instanceUser and roles/spanner.databaseUser

Discussion 0
Questions 42

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?

Options:

A.  

Migrate the existing database to Firestore.

B.  

Migrate the existing database to Cloud SQL for PostgreSQL.

C.  

Migrate the existing database to Cloud Spanner.

D.  

Migrate the existing database to PostgreSQL running on Compute Engine.

Discussion 0