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 32
    Medium1 markMultiple Choice
    Domain 4.1: Managing Compute Engine resourcesCompute EngineDisksDomain 4.1

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

    A Compute Engine instance is running out of disk space. You have increased the size of the persistent disk in the Google Cloud Console. What is the next step you MUST perform to make the new space usable by the OS?

    Answer options:

    A.

    Restart the instance from the Cloud Console.

    B.

    SSH into the instance and resize the file system using OS-level commands (e.g., resize2fs).

    C.

    Run the gcloud compute disks resize command.

    D.

    Nothing. The OS automatically detects and uses the new space immediately.

    How to approach this question

    Understand the difference between resizing the block storage infrastructure and resizing the guest OS file system.

    Full Answer

    B.SSH into the instance and resize the file system using OS-level commands (e.g., resize2fs).✓ Correct
    SSH into the instance and resize the file system using OS-level commands (e.g., resize2fs).
    Resizing a persistent disk in the Cloud Console or via gcloud only increases the size of the underlying block device. The guest operating system's partition and file system remain the original size. You must log into the instance and use tools like `growpart` and `resize2fs` (for ext4) or `xfs_growfs` to expand the file system.

    Common mistakes

    Assuming GCP automatically modifies the guest OS file system.
    Question 31All questionsQuestion 33

    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 →