Examtopics

Professional Cloud Developer
  • Topic 1 Question 309

    You are developing a new API that creates requests on an asynchronous message service. Requests will be consumed by different services. You need to expose the API by using a gRPC interface while minimizing infrastructure management overhead. How should you deploy the API?

    • Deploy your API to App Engine. Create a Pub/Sub topic, and configure your API to push messages to the topic.

    • Deploy your API as a Cloud Run service. Create a Pub/Sub topic, and configure your API to push messages to the topic.

    • Deploy your API to a GKE cluster. Create a Kafka cluster, and configure your API to write messages to the cluster.

    • Deploy your API on a Compute Engine instance. Create a Kafka cluster, and configure your API to write messages to the cluster.


    シャッフルモード