For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeGCP Associate Cloud Engineer (ACE)GCP Associate Cloud Engineer Practice Exam 7Question 03
    Medium1 markMultiple Choice
    Domain 1.1: Setting up cloud projects and accountsgcloudAPIsGKE

    GCP ACE · Question 03 · Domain 1.1: Setting up cloud projects and accounts

    You have just created a new Google Cloud project and want to deploy a containerized application using Google Kubernetes Engine (GKE). When you try to run the command to create the cluster, you receive an error stating that the API is not enabled.

    Which gcloud command should you use to enable the necessary API?

    Answer options:

    A.

    gcloud compute apis enable container.googleapis.com

    B.

    gcloud projects enable-api container.googleapis.com

    C.

    gcloud services enable container.googleapis.com

    D.

    gcloud api enable gke.googleapis.com

    How to approach this question

    Remember that APIs in Google Cloud are managed under the 'gcloud services' command group.

    Full Answer

    C.gcloud services enable container.googleapis.com✓ Correct
    gcloud services enable container.googleapis.com
    In Google Cloud, APIs are managed as services. The `gcloud services enable` command is used to enable specific APIs for a project. The API name for Google Kubernetes Engine is `container.googleapis.com`.

    Common mistakes

    Guessing `gcloud api enable` because it sounds logical, but the actual command group is `services`.
    Question 02All questionsQuestion 04

    Practice the full GCP Associate Cloud Engineer Practice Exam 7

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01You are starting a new initiative and need to create a new Google Cloud project using the Cloud S...EasyQ02Your company is migrating to Google Cloud and wants to manage user identities centrally. They cur...MediumQ04Your finance team wants to perform complex SQL queries on your Google Cloud billing data to analy...MediumQ05You are managing a development project in Google Cloud. You want to ensure that you are notified ...EasyQ06You have just installed the Google Cloud SDK on your local workstation. You need to authenticate ...Easy
    View all 50 questions →