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 3Question 34
    Easy1 markMultiple Choice
    Domain 4.2: Managing GKE resourcesDomain 4.2GKEkubectlTroubleshooting

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

    You are troubleshooting an application running on Google Kubernetes Engine (GKE). You need to see a list of all currently running pods in the default namespace to check their status.

    Which command should you use?

    Answer options:

    A.

    gcloud container pods list

    B.

    kubectl get pods

    C.

    kubectl describe cluster

    D.

    docker ps

    How to approach this question

    Identify the basic kubectl command for listing resources.

    Full Answer

    B.kubectl get pods✓ Correct
    The `kubectl get` command is used to list resources in Kubernetes. To see the running pods, you use `kubectl get pods`. This will show the pod names, readiness status, and current state (e.g., Running, CrashLoopBackOff).

    Common mistakes

    Trying to use `gcloud` to view Kubernetes-internal resources.
    Question 33All questionsQuestion 35

    Practice the full GCP Associate Cloud Engineer Practice Exam 3

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01You are starting a new project in Google Cloud and need to create a new GCP project and enable th...EasyQ02A new team member has joined your operations team. They need to be able to view all Compute Engin...MediumQ03Your company is migrating to Google Cloud. You currently manage all employee identities in an on-...MediumQ04Your development team is experimenting with new GCP services in a sandbox project. The finance te...MediumQ05Your company wants to perform complex, custom SQL analysis on their Google Cloud billing data to ...Easy
    View all 50 questions →