
Ultimate access to all questions.
As a cloud architect, you need to ensure reliability for your application and operations on Google Cloud Platform (GCP). This includes supporting reliable task scheduling for compute resources. Leveraging Google best practices, what should you do to achieve this?
A
Using the Cron service provided by App Engine, publish messages directly to a message-processing utility service running on Compute Engine instances.
B
Using the Cron service provided by App Engine, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.
C
Using the Cron service provided by Google Kubernetes Engine (GKE), publish messages directly to a message-processing utility service running on Compute Engine instances.
D
Using the Cron service provided by GKE, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.