
Answer-first summary for fast verification
Answer: Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function.
The correct answer is C: Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function. This solution is event-driven and allows the Cloud Function to run immediately after the new version of the predictive capability application is released. Pub/Sub is designed to handle event notifications, and by notifying a Pub/Sub queue, you ensure that Airwolf runs in a timely manner every Tuesday when the deployment is completed. This approach aligns well with Google's native tools for triggering actions based on events, providing a scalable and reliable solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
The Helicopter Racing League (HRL) is migrating to a new platform to expand their use of managed AI and ML services for race predictions. They release a new version of their predictive capability application every Tuesday evening at 3 a.m. UTC to a repository. The HRL security team has developed an in-house penetration test Cloud Function called Airwolf. The security team wants to run Airwolf against the predictive capability application as soon as it is released every Tuesday. You need to set up Airwolf to run at this recurring weekly cadence. What should you do?
A
Set up Cloud Tasks and a Cloud Storage bucket that triggers a Cloud Function.
B
Set up a Cloud Logging sink and a Cloud Storage bucket that triggers a Cloud Function.
C
Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function.
D
Set up Identity and Access Management (IAM) and Confidential Computing to trigger a Cloud Function.