Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


An App Engine application needs to publish messages to Pub/Sub. What is the fastest way to enable the Pub/Sub API?

  1. Use a service account to auto-enable the API

  2. Enable the API in the Console

  3. Application's in App Engine don't require external APIs to be enabled

  4. The API will be enabled on code access

The correct answer is: Enable the API in the Console

Option A is incorrect because a service account still needs to be enabled for Pub/Sub in the Console. Option C is incorrect because applications in App Engine may require external APIs to be enabled in order to access specific services. Option D is incorrect as the API needs to be enabled manually before it can be used in code.