
Google Professional Cloud DevOps Engineer
Get started today
Ultimate access to all questions.
Your application processes user inputs and needs to initiate various background tasks accordingly. The goal is to enable automated, asynchronous execution of these tasks immediately upon input submission. Which Google Cloud product is best suited for this scenario? (Select One)
Your application processes user inputs and needs to initiate various background tasks accordingly. The goal is to enable automated, asynchronous execution of these tasks immediately upon input submission. Which Google Cloud product is best suited for this scenario? (Select One)
Real Exam
Explanation:
Correct answer: Cloud Tasks. Cloud Tasks is designed for managing the execution of background tasks in an asynchronous manner. It supports both push and pull queues, distinguishing it from Cloud Pub/Sub by offering explicit invocation capabilities. This makes it the ideal choice for scenarios requiring immediate task execution based on user inputs. For more details, refer to the Google Cloud documentation.