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 1Question 35
    Medium1 markMultiple Choice
    Domain 4.2: Managing GKE resourcesGKEAutoscalingDomain 4.2

    GCP ACE · Question 35 · Domain 4.2: Managing GKE resources

    Your GKE cluster is running out of resources, and new pods are stuck in the Pending state. You are using a Standard GKE cluster. Which TWO actions could resolve this issue? (Select TWO)

    Answer options:

    A.

    Enable cluster autoscaling on the node pool.

    B.

    Enable Horizontal Pod Autoscaling (HPA).

    C.

    Manually resize the node pool to add more nodes.

    D.

    Restart the pending pods.

    E.

    Change the Service type to LoadBalancer.

    How to approach this question

    Identify the mechanisms for adding compute capacity (nodes) to a GKE cluster.

    Full Answer

    Pods remain in the `Pending` state when the Kubernetes scheduler cannot find a node with enough available CPU or memory to run them. To fix this, you must add more compute capacity. You can do this manually by resizing the node pool (`gcloud container clusters resize`), or automatically by enabling the Cluster Autoscaler, which watches for pending pods and provisions new nodes.

    Common mistakes

    Selecting Horizontal Pod Autoscaler (HPA), which scales pods, not nodes.
    Question 34All questionsQuestion 36

    Practice the full GCP Associate Cloud Engineer Practice Exam 1

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
    View all 50 questions →