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 with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

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.