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.


What are the compute services in Google Cloud that directly support running Docker containers?

  1. Compute Engine - Use COS to run a single container per instance

  2. Deployments

  3. Service Accounts

  4. - App Engine - Flexible Environments

The correct answer is: Compute Engine - Use COS to run a single container per instance

Compute Engine is a compute service in Google Cloud that supports running Docker containers. It offers the Container-Optimized OS (COS) which is specifically designed to run containers and can be used to run a single container per instance. Deployments and Service Accounts are not compute services, they are features or components within Google Cloud. App Engine is a compute service, but its Flexible Environments do not directly support running Docker containers.