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 2Question 30
    Easy1 markMultiple Choice
    Domain 4.1: Managing Compute Engine resourcesCompute EnginegcloudTroubleshooting

    GCP ACE · Question 30 · Domain 4.1: Managing Compute Engine resources

    A developer accidentally misconfigured a Compute Engine instance, and it is now unresponsive. You need to restart the instance using the gcloud CLI.

    Which command should you use?

    Answer options:

    A.

    gcloud compute instances restart [INSTANCE_NAME]

    B.

    gcloud compute instances reset [INSTANCE_NAME]

    C.

    gcloud compute instances stop [INSTANCE_NAME] --force

    D.

    gcloud compute instances reboot [INSTANCE_NAME]

    How to approach this question

    Know the specific verb used by gcloud to perform a hard reboot on a VM.

    Full Answer

    B.gcloud compute instances reset [INSTANCE_NAME]✓ Correct
    gcloud compute instances reset [INSTANCE_NAME]
    To forcefully restart an unresponsive VM in GCP, you use the `gcloud compute instances reset` command. This performs a hard reset, wiping the memory contents and rebooting the OS.

    Common mistakes

    Guessing 'restart' or 'reboot', which are common terms but not valid gcloud commands.
    Question 29All questionsQuestion 31

    Practice the full GCP Associate Cloud Engineer Practice Exam 2

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01Your company is migrating to Google Cloud and needs to establish a resource hierarchy. You have t...EasyQ02You are managing access to a GCP project. You need to grant 15 developers the ability to view Com...MediumQ03You have created a new GCP project using the Cloud Console. You want to deploy a Cloud Function u...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...EasyQ05Your finance team wants to perform complex SQL analysis on your GCP billing data to understand co...Medium
    View all 50 questions →