Question 106

You need to enable Cloud CDN for all the objects inside a storage bucket. You want to ensure that all the object in the storage bucket can be served by the CDN.
What should you do in the GCP Console?
  • Question 107

    You have configured a Compute Engine virtual machine instance as a NAT gateway. You execute the following command:
    gcloud compute routes create no-ip-internet-route \
    --network custom-network1 \
    --destination-range 0.0.0.0/0 \
    --next-hop instance nat-gateway \
    --next-hop instance-zone us-central1-a \
    --tags no-ip --priority 800
    You want existing instances to use the new NAT gateway. Which command should you execute?
  • Question 108

    Your company has recently expanded their EMEA-based operations into APAC. Globally distributed users report that their SMTP and IMAP services are slow. Your company requires end-to-end encryption, but you do not have access to the SSL certificates.
    Which Google Cloud load balancer should you use?
  • Question 109

    You ate planning to use Terraform to deploy the Google Cloud infrastructure for your company, The design must meet the following requirements
    * Each Google Cloud project must represent an Internal project that your team Will work on
    * After an Internal project is finished, the infrastructure must be deleted
    * Each Internal project must have Its own Google Cloud project owner to manage the Google Cloud resources.
    * You have 10-100 projects deployed at a time
    While you are writing the Terraform code, you need to ensure that the deployment is simple and the code is reusable With centralized management What should you do?