
Answer-first summary for fast verification
Answer: Cloud Tasks is designed for explicit invocation, allowing the publisher to maintain full control over execution., Cloud Tasks is suitable for scenarios where the task producer requires the ability to defer or precisely control the timing of a webhook or remote procedure call execution.
The correct statements are that Cloud Tasks is aimed at explicit invocation where the publisher retains full control of execution, and Cloud Tasks are appropriate for use cases where a task producer needs to defer or control the execution timing of a specific webhook or remote procedure call. For more details, refer to the comparison between Cloud Tasks and Pub/Sub at https://cloud.google.com/pubsub/docs/tasks-vs-pubsub.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Google Cloud offers two platforms for message passing and asynchronous integration of message services, each with its own similarities and differences. Identify the two correct statements about Cloud Tasks from the following options. (Select Two)
A
Cloud Tasks is designed for explicit invocation, allowing the publisher to maintain full control over execution.
B
Cloud Tasks is suitable for scenarios where the task producer requires the ability to defer or precisely control the timing of a webhook or remote procedure call execution.
C
Cloud Tasks is best suited for general event data ingestion and distribution, where some execution control can be relinquished.
D
Cloud Tasks is intended for implicit invocation, with the publisher retaining complete execution control.