Which range should you use?
You need to create a custom VPC with a single subnet. The subnet’s range must be as large as possible. Which range should you use?A . .00.0.0/0B . 10.0.0.0/8C . 172.16.0.0/12D . 192.168.0.0/16View AnswerAnswer: B Explanation: https://cloud.google.c om/vpc/docs/vpc#manually_created_subnet_ip_ranges
How should you upload the file?
You have 32 GB of data in a single file that you need to upload to a Nearline Storage bucket. The WAN connection you are using is rated at 1 Gbps, and you are the only one on the connection. You want to use as much of the rated 1...
What should you do?
You want to send and consume Cloud Pub/Sub messages from your App Engine application. The Cloud Pub/Sub API is currently disabled. You will use a service account to authenticate your application to the API. You want to make sure your application can use Cloud Pub/Sub. What should you do?A ....
What should you do?
You want to configure 10 Compute Engine instances for availability when maintenance occurs. Your requirements state that these instances should attempt to automatically restart if they crash. Also, the instances should be highly available including during system maintenance. What should you do?A . Create an instance template for the instances....
What should you do?
You are using multiple configurations for gcloud. You want to review the configured Kubernetes Engine cluster of an inactive configuration using the fewest possible steps. What should you do?A . Use gcloud config configurations describe to review the output.B . Use gcloud config configurations activate and gcloud config list to...
What should you do?
You want to verify the IAM users and roles assigned within a GCP project named my-project. What should you do?A . Run gcloud iam roles list. Review the output section.B . Run gcloud iam service-accounts list. Review the output section.C . Navigate to the project and then to the IAM...
What should you do?
You need to grant access for three users so that they can view and edit table data on a Cloud Spanner instance. What should you do?A . Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to the role.B . Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to...
What should you do?
You have a virtual machine that is currently configured with 2 vCPUs and 4 GB of memory. It is running out of memory. You want to upgrade the virtual machine to have 8 GB of memory. What should you do?A . Rely on live migration to move the workload to...
What should you do?
You deployed an App Engine application using gcloud app deploy, but it did not deploy to the intended project. You want to find out why this happened and where the application deployed. What should you do?A . Check the app.yaml file for your application and check project settings.B . Check...
How should you set up the policy?
You need to set up a policy so that videos stored in a specific Cloud Storage Regional bucket are moved to Coldline after 90 days, and then deleted after one year from their creation. How should you set up the policy?A . Use Cloud Storage Object Lifecycle Management using Age...