Question 56

You are trying to update firewall rules in a shared VPC for which you have been assigned only Network Admin permissions. You cannot modify the firewall rules. Your organization requires using the least privilege necessary.
Which level of permissions should you request?
  • Question 57

    Your company's Google Cloud-deployed, streaming application supports multiple languages. The application development team has asked you how they should support splitting audio and video traffic to different backend Google Cloud storage buckets. They want to use URL maps and minimize operational overhead. They are currently using the following directory structure:
    /fr/video
    /en/video
    /es/video
    /../video
    /fr/audio
    /en/audio
    /es/audio
    /../audio
    Which solution should you recommend?
  • Question 58

    You have the following private Google Kubernetes Engine (GKE) cluster deployment:

    You have a virtual machine (VM) deployed in the same VPC in the subnetwork kubernetes-management with internal IP address 192.168.40 2/24 and no external IP address assigned. You need to communicate with the cluster master using kubectl. What should you do?
  • Question 59

    You are using a third-party next-generation firewall to inspect traffic. You created a custom route of 0.0.0.0/0 to route egress traffic to the firewall. You want to allow your VPC instances without public IP addresses to access the BigQuery and Cloud Pub/Sub APIs, without sending the traffic through the firewall.
    Which two actions should you take? (Choose two.)
  • Question 60

    You are 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 doo