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 6Question 40
    Medium1 markMultiple Choice
    Domain 4.5: Managing networking resourcesNetworkingCompute EngineStatic IPExternal IP

    GCP ACE · Question 40 · Domain 4.5: Managing networking resources

    You are deploying a legacy application on a Compute Engine instance. The application requires a fixed, unchanging external IP address because external partners whitelist this IP in their firewalls.

    Which TWO steps must you take to configure this? (Select TWO)

    Answer options:

    A.

    Reserve a static external IP address in the region where the VM will reside.

    B.

    Reserve a static internal IP address in the VPC subnet.

    C.

    Assign the reserved IP address to the VM's network interface.

    D.

    Configure Cloud NAT to map the VM's internal IP to the static external IP.

    E.

    Assign the IP address directly within the guest operating system's network configuration files.

    How to approach this question

    Understand the process of getting a permanent public IP in GCP: first reserve it, then attach it.

    Full Answer

    To provide a Compute Engine instance with a fixed external IP address, you must perform two steps. First, you reserve a static external IP address in the same region as your VM. This ensures the IP is allocated to your project and will not change. Second, you assign this reserved IP address to the network interface of the VM (either during creation or by editing an existing VM). Note that in GCP, the external IP is handled by the VPC's transparent NAT; the guest OS itself is only aware of its internal IP address.

    Common mistakes

    Trying to configure the external IP inside the Linux/Windows OS network settings, which will break connectivity in GCP.
    Question 39All questionsQuestion 41

    Practice the full GCP Associate Cloud Engineer Practice Exam 6

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
    View all 50 questions →