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 5Question 35
    Medium1 markMultiple Choice
    Domain 4.2: Managing GKE resourcesDomain 4GKENode PoolsGPUs

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

    Your team has an existing GKE standard cluster running web applications. A new data science team wants to deploy machine learning workloads to the same cluster, but their containers require GPUs. The current cluster nodes do not have GPUs attached.

    What is the BEST way to accommodate this new workload?

    Answer options:

    A.

    Add a new node pool to the existing cluster using machine types with attached GPUs.

    B.

    Edit the existing node pool to add GPUs to the running instances.

    C.

    SSH into the existing GKE nodes and manually install GPU drivers.

    D.

    Delete the entire GKE cluster and recreate it with GPU-enabled nodes.

    How to approach this question

    Understand the concept of GKE Node Pools. They allow you to mix different VM types within the same cluster.

    Full Answer

    A.Add a new node pool to the existing cluster using machine types with attached GPUs.✓ Correct
    A GKE cluster can contain multiple 'node pools'. A node pool is a subset of node instances within a cluster that all have the same configuration (machine type, disk size, GPUs). To add GPU capabilities to an existing cluster without disrupting current workloads, you simply create a new node pool configured with GPUs. You can then use Kubernetes node selectors or taints/tolerations to ensure the ML workloads run only on the GPU nodes.

    Common mistakes

    Believing you can edit an existing node pool (they are immutable) or thinking you must recreate the whole cluster.
    Question 34All questionsQuestion 36

    Practice the full GCP Associate Cloud Engineer Practice Exam 5

    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 command...EasyQ02A developer on your team needs to manage App Engine applications, including deploying new version...MediumQ03You have created a new Google Cloud project. You need to allow a specific group of developers to ...MediumQ04Which statement best describes the relationship between Google Cloud projects and billing accounts?EasyQ05Your company wants to be notified immediately in their Slack channel whenever their monthly Googl...Medium
    View all 50 questions →