Professional Data Engineer
120 Minutes
370
Google Cloud Certified Professional Data Engineer
A: Use an exception handling block in your Data Flow's Doffs code to push the messages that failed to be transformed through a side output and to a new Pub/Sub topic. Use Cloud Monitoring to monitor the topic/num_jnacked_messages_by_region metric on this new topic.
B: Enable retaining of acknowledged messages in your Pub/Sub pull subscription. Use Cloud Monitoring to monitor the subscription/num_retained_acked_messages metric on this subscription.
C: Enable dead lettering in your Pub/Sub pull subscription, and specify a new Pub/Sub topic as the dead letter topic. Use Cloud Monitoring to monitor the subscription/dead_letter_message_count metric on your pull subscription.
D: Create a snapshot of your Pub/Sub pull subscription. Use Cloud Monitoring to monitor the snapshot/numessages metric on this snapshot.
A: Rotate the Cloud KMS key version. Continue to use the same Cloud Storage bucket.
B: Create a new Cloud KMS key. Set the default CMEK key on the existing Cloud Storage bucket to the new one.
C: Create a new Cloud KMS key. Create a new Cloud Storage bucket. Copy all objects from the old bucket to the new one bucket while specifying the new Cloud KMS key in the copy command.
D: Create a new Cloud KMS key. Create a new Cloud Storage bucket configured to use the new key as the default CMEK key. Copy all objects from the old bucket to the new bucket without specifying a key.
A: Create a BigQuery reservation for the job.
B: Create a BigQuery reservation for the service account running the job.
C: Create a BigQuery reservation for the dataset.
D: Create a BigQuery reservation for the project.