GCP Associate Cloud Engineer Practice Question

Your company runs a regional Standard GKE cluster called my-prod-cluster in us-central1. You must add a new node pool that uses preemptible e2-medium VMs placed only in zone us-central1-a, automatically scales between 1 and 5 nodes, and applies the taint dedicated=ml:NoSchedule to every node. Which gcloud command meets all of these requirements?

  • gcloud container node-pools create ml-pool --cluster=my-prod-cluster --zone=us-central1 --machine-type=e2-medium --preemptible --enable-autoscaling --num-nodes=1 --min-nodes=1 --max-nodes=5 --node-taints=dedicated=ml:NoSchedule

  • gcloud container node-pools create ml-pool --cluster=my-prod-cluster --region=us-central1 --node-locations=us-central1-a --machine-type=e2-medium --preemptible --enable-autoscaling --num-nodes=1 --min-nodes=1 --max-nodes=5 --node-taints=dedicated=ml:NoSchedule

  • gcloud container node-pools create ml-pool --cluster=my-prod-cluster --region=us-central1 --node-locations=us-central1-a --machine-type=e2-medium --enable-autoscaling --num-nodes=1 --min-nodes=1 --max-nodes=5 --node-taints=dedicated=ml:NoSchedule

  • gcloud container node-pools create ml-pool --cluster=my-prod-cluster --region=us-central1 --node-locations=us-central1-a --machine-type=e2-medium --preemptible --enable-autoscaling --num-nodes=3 --min-nodes=3 --max-nodes=5 --node-taints=dedicated=ml:PreferNoSchedule

GCP Associate Cloud Engineer
Ensuring successful operation of a cloud solution
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot