Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

Professional-Cloud-Database-Engineer Google Cloud Certified - Professional Cloud Database Engineer is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

Professional-Cloud-Database-Engineer Practice Questions

Google Cloud Certified - Professional Cloud Database Engineer

Last Update 2 days ago
Total Questions : 141

Dive into our fully updated and stable Professional-Cloud-Database-Engineer practice test platform, featuring all the latest Cloud Database Engineer exam questions added this week. Our preparation tool is more than just a Google study aid; it's a strategic advantage.

Our free Cloud Database Engineer practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about Professional-Cloud-Database-Engineer. Use this test to pinpoint which areas you need to focus your study on.

Professional-Cloud-Database-Engineer PDF

Professional-Cloud-Database-Engineer PDF (Printable)
$43.75
$124.99

Professional-Cloud-Database-Engineer Testing Engine

Professional-Cloud-Database-Engineer PDF (Printable)
$50.75
$144.99

Professional-Cloud-Database-Engineer PDF + Testing Engine

Professional-Cloud-Database-Engineer PDF (Printable)
$63.7
$181.99
Question # 21

You are migrating a telehealth care company's on-premises data center to Google Cloud. The migration plan specifies:

PostgreSQL databases must be migrated to a multi-region backup configuration with cross-region replicas to allow restore and failover in multiple scenarios.

MySQL databases handle personally identifiable information (PII) and require data residency compliance at the regional level.

You want to set up the environment with minimal administrative effort. What should you do?

Options:

A.  

Set up Cloud Logging and Cloud Monitoring with Cloud Functions to send an alert every time a new database instance is created, and manually validate the region.

B.  

Set up different organizations for each database type, and apply policy constraints at the organization level.

C.  

Set up Pub/Sub to ingest data from Cloud Logging, send an alert every time a new database instance is created, and manually validate the region.

D.  

Set up different projects for PostgreSQL and MySQL databases, and apply organizational policy constraints at a project level.

Discussion 0
Question # 22

Your organization is migrating 50 TB Oracle databases to Bare Metal Solution for Oracle. Database backups must be available for quick restore. You also need to have backups available for 5 years. You need to design a cost-effective architecture that meets a recovery time objective (RTO) of 2 hours and recovery point objective (RPO) of 15 minutes. What should you do?

Options:

A.  

Create the database on a Bare Metal Solution server with the database running on flash storage.

Keep a local backup copy on all flash storage.

Keep backups older than one day stored in Actifio OnVault storage.

B.  

Create the database on a Bare Metal Solution server with the database running on flash storage.

Keep a local backup copy on standard storage.

Keep backups older than one day stored in Actifio OnVault storage.

C.  

Create the database on a Bare Metal Solution server with the database running on flash storage.

Keep a local backup copy on standard storage.

Use the Oracle Recovery Manager (RMAN) backup utility to move backups older than one day to a Coldline Storage bucket.

D.  

Create the database on a Bare Metal Solution server with the database running on flash storage.

Keep a local backup copy on all flash storage.

Use the Oracle Recovery Manager (RMAN) backup utility to move backups older than one day to an Archive Storage bucket.

Discussion 0
Question # 23

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
Question # 24

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
Question # 25

You are designing for a write-heavy application. During testing, you discover that the write workloads are performant in a regional Cloud Spanner instance but slow down byan order of magnitude in a multi-regional instance. You want to make the write workloads faster in a multi-regional instance. What should you do?

Options:

A.  

Place the bulk of the read and write workloads closer to the default leader region.

B.  

Use staleness of at least 15 seconds.

C.  

Add more read-write replicas.

D.  

Keep the total CPU utilization under 45% in each region.

Discussion 0
Question # 26

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?

Options:

A.  

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.

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 with HA enabled. Create a cross-region read replica, and promote the read replica as the primary node 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.

Discussion 0
Question # 27

Your company is migrating all legacy applications to Google Cloud. All on-premises applications are using legacy Oracle 12c databases with Oracle Real Application Cluster (RAC) for high availability (HA) and Oracle Data Guard for disaster recovery. You need a solution that requires minimal code changes, provides the same high availability you have today on-premises, and supports a low latency network for migrated legacy applications. What should you do?

Options:

A.  

Migrate the databases to Cloud Spanner.

B.  

Migrate the databases to Cloud SQL, and enable a standby database.

C.  

Migrate the databases to Compute Engine using regional persistent disks.

D.  

Migrate the databases to Bare Metal Solution for Oracle.

Discussion 0
Question # 28

You want to migrate your PostgreSQL database from another cloud provider to Cloud SQL. You plan on using Database Migration Service and need to assess the impact of any known limitations. What should you do? (Choose two.)

Options:

A.  

Identify whether the database has over 512 tables.

B.  

Identify all tables that do not have a primary key.

C.  

Identity all tables that do not have at least one foreign key.

D.  

Identify whether the source database is encrypted using pgcrypto extension.

E.  

Identify whether the source database uses customer-managed encryption keys (CMEK).

Discussion 0
Question # 29

Your company is evaluating Google Cloud database options for a mission-critical global payments gateway application. The application must be available 24/7 to users worldwide, horizontally scalable, and support open source databases. You need to select an automatically shardable, fully managed database with 99.999% availability and strong transactional consistency. What should you do?

Options:

A.  

Select Bare Metal Solution for Oracle.

B.  

Select Cloud SQL.

C.  

Select Bigtable.

D.  

Select Cloud Spanner.

Discussion 0
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?

Options:

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 2 Cloud SQL instances in the us-central1 region, and create read replicas in us-east1 and us-west1.

C.  

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.

D.  

Deploy 4 Cloud SQL instances in the us-central1 region, and create read replicas in us-central1, us-east1 and us-west1.

Discussion 0
Get Professional-Cloud-Database-Engineer dumps and pass your exam in 24 hours!

Free Exams Sample Questions