PROFESSIONAL-CLOUD-DEVELOPER · Question #382
PROFESSIONAL-CLOUD-DEVELOPER Question #382: Real Exam Question with Answer & Explanation
The correct answer is C: Use the Cloud Run Admin API connector to execute the Cloud Run job within the Workflow.. Using the Cloud Run Admin API connector within Workflows is the Google-recommended way to directly execute a Cloud Run job from a Workflow, providing secure and managed integration.
Question
You are building a Workflow to process complex data analytics for your application. You plan to use the Workflow to execute a Cloud Run job while following Google-recommended practices. What should you do?
Options
- ACreate a Pub/Sub topic, and subscribe the Cloud Run job to the topic.
- BConfigure an Eventarc trigger to invoke the Cloud Run job, and include the trigger in a step of the
- CUse the Cloud Run Admin API connector to execute the Cloud Run job within the Workflow.
- DDetermine the entry point of the Cloud Run job, and send an HTTP request from the Workflow.
Explanation
Using the Cloud Run Admin API connector within Workflows is the Google-recommended way to directly execute a Cloud Run job from a Workflow, providing secure and managed integration.
Topics
Community Discussion
No community discussion yet for this question.