
Answer-first summary for fast verification
Answer: Cloud Tasks
Cloud Tasks is the correct choice for this scenario because it allows for the explicit invocation of tasks, distinguishing it from Cloud Pub/Sub which relies on implicit invocation. This makes Cloud Tasks ideal for scenarios where specific tasks need to be triggered directly in response to user inputs. For more details, refer to [Google Cloud's documentation on Task Queues](https://cloud.google.com/appengine/docs/standard/java/taskqueue/).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your application processes user inputs and needs to initiate various background tasks based on these inputs. You aim to enable automated, asynchronous execution of these tasks immediately upon input submission. Which Google Cloud product is best suited for this scenario?
A
Cloud SDK
B
Cloud Crons
C
Cloud Tasks
D
Cloud Pub/Sub
No comments yet.