ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 244 - Professional Cloud Developer discussion

Report
Export

You are developing a new application. You want the application to be triggered only when a given file is updated in your Cloud Storage bucket. Your trigger might change, so your process must support different types of triggers. You want the configuration to be simple so that multiple team members can update the triggers in the future. What should you do?

A.
Create an Eventarc trigger that monitors your Cloud Storage bucket for a specific filename, and set the target as Cloud Run.
Answers
A.
Create an Eventarc trigger that monitors your Cloud Storage bucket for a specific filename, and set the target as Cloud Run.
B.
Configure Cloud Storage events to be sent to Pub/Sub, and use Pub/Sub events to trigger a Cloud Build job that executes your application.
Answers
B.
Configure Cloud Storage events to be sent to Pub/Sub, and use Pub/Sub events to trigger a Cloud Build job that executes your application.
C.
Configure a Firebase function that executes your application and is triggered when an object is updated in Cloud Storage.
Answers
C.
Configure a Firebase function that executes your application and is triggered when an object is updated in Cloud Storage.
D.
Configure a Cloud Function that executes your application and is triggered when an object is updated in Cloud Storage.
Answers
D.
Configure a Cloud Function that executes your application and is triggered when an object is updated in Cloud Storage.
Suggested answer: C
asked 18/09/2024
sangilipandy Arumugam
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first