PROFESSIONAL-CLOUD-ARCHITECT · Question #192
Case Study: 9 - Helicopter Racing League Company overview Helicopter Racing League (HRL) is a global sports league for competitive helicopter racing. Each year HRL holds the world championship and…
The correct answer is C. Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function. Triggering Pub/Sub to invoke Cloud Functions seems to be relevant. Cloud Storage doesn't make any sense. It would have been straight forward if Cloud Scheduler is mentioned in Option C instead of Deployment Job. But if you make a bit of research on deployment jobs, it's…
Question
Options
- ASet up Cloud Tasks and a Cloud Storage bucket that triggers a Cloud Function.
- BSet up a Cloud Logging sink and a Cloud Storage bucket that triggers a Cloud Function.
- CConfigure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function.
- DSet up Identity and Access Management (IAM) and Confidential Computing to trigger a Cloud
How the community answered
(29 responses)- A14% (4)
- B3% (1)
- C79% (23)
- D3% (1)
Explanation
Triggering Pub/Sub to invoke Cloud Functions seems to be relevant. Cloud Storage doesn't make any sense. It would have been straight forward if Cloud Scheduler is mentioned in Option C instead of Deployment Job. But if you make a bit of research on deployment jobs, it's pointing me to cron jobs which is making perfect sense. https://cloud.google.com/appengine/docs/flexible/nodejs/scheduling-jobs-with-cron-yaml https://cloud.google.com/scheduler/docs/tut-pub-sub
Topics
Community Discussion
No community discussion yet for this question.