Official Bank 0/117

Professional Cloud Database Engineer (CLOUD-DATABASE-ENGINEER-EXAM) - Google Cloud Actual Exam Questions

Last updated on May 14, 2026

97% Exam Compliance
117 Total Questions
1
Question

Your company is using Cloud SQL for MySQL with an internal (private) IP address and wants to replicate some tables into BigQuery in near-real time for analytics and machine learning. You need to ensure that replication is fast and reliable and uses Google-managed services. What should you do?

Options
A

Develop a custom data replication service to send data into BigQuery.

B

Use Cloud SQL federated queries.

C

Use Database Migration Service to replicate tables into BigQuery.

D

Use Datastream to capture changes, and use Dataflow to write those changes to BigQuery.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

4XHVWLRQV�DQG�$QVZHUV�3') ����� You need to perform a one-time migration of data from a running Cloud SQL for MySQL instance in the us-central1 region to a new Cloud SQL for MySQL instance in the us-east1 region. You want to follow Google-recommended practices to minimize performance impact on the currently running instance. What should you do?

Options
A

Create and run a Dataflow job that uses JdbcIO to copy data from one Cloud SQL instance to another.

B

Create two Datastream connection profiles, and use them to create a stream from one Cloud SQL instance to another.

C

Create a SQL dump file in Cloud Storage using a temporary instance, and then use that file to import into a new instance.

D

Create a CSV file by running the SQL statement SELECT...INTO OUTFILE, copy the file to a Cloud Storage bucket, and import it into a new instance.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

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 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

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.) 4XHVWLRQV�DQG�$QVZHUV�3') �����

Select 2
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 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Your organization has hundreds of Cloud SQL for MySQL instances. You want to follow Google- recommended practices to optimize platform costs. What should you do? 4XHVWLRQV�DQG�$QVZHUV�3') �����

Options
A

Use Query Insights to identify idle instances.

B

Remove inactive user accounts.

C

Run the Recommender API to identify overprovisioned instances.

D

Build indexes on heavily accessed tables.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.