ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 96 - Professional Cloud Developer discussion

Report
Export

Your company has created an application that uploads a report to a Cloud Storage bucket. When the report is uploaded to the bucket, you want to publish a message to a Cloud Pub/Sub topic. You want to implement a solution that will take a small amount to effort to implement. What should you do?

A.
Configure the Cloud Storage bucket to trigger Cloud Pub/Sub notifications when objects are modified.
Answers
A.
Configure the Cloud Storage bucket to trigger Cloud Pub/Sub notifications when objects are modified.
B.
Create an App Engine application to receive the file; when it is received, publish a message to the Cloud Pub/Sub topic.
Answers
B.
Create an App Engine application to receive the file; when it is received, publish a message to the Cloud Pub/Sub topic.
C.
Create a Cloud Function that is triggered by the Cloud Storage bucket. In the Cloud Function, publish a message to the Cloud Pub/Sub topic.
Answers
C.
Create a Cloud Function that is triggered by the Cloud Storage bucket. In the Cloud Function, publish a message to the Cloud Pub/Sub topic.
D.
Create an application deployed in a Google Kubernetes Engine cluster to receive the file; when it is received, publish a message to the Cloud Pub/Sub topic.
Answers
D.
Create an application deployed in a Google Kubernetes Engine cluster to receive the file; when it is received, publish a message to the Cloud Pub/Sub topic.
Suggested answer: C

Explanation:

: https://cloud.google.com/storage/docs/pubsub-notifications

asked 18/09/2024
Sergey Aleksandrov
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first