What should you do?

You are using Deployment Manager to create a Google Kubernetes Engine cluster. Using the same Deployment Manager deployment, you also want to create a DaemonSet in the kube-system namespace of the cluster. You want a solution that uses the fewest possible services. What should you do?A . Add the cluster’s...

August 15, 2024 No Comments READ MORE +

What should you do?

You are using Google Kubernetes Engine with autoscaling enabled to host a new application. You want to expose this new application to the public, using HTTPS on a public IP address. What should you do?A . Create a Kubernetes Service of type NodePort for your application, and a Kubernetes Ingress...

August 14, 2024 No Comments READ MORE +

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...

August 14, 2024 No Comments READ MORE +

Which command should you use?

You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?A . gcloud deployment-manager deployments create --config <deployment-config-path>B . gcloud deployment-manager deployments update --config <deployment-config-path>C . gcloud deployment-manager resources create --config <deployment-config-path>D . gcloud deployment-manager resources update --config <deployment-config-path>View AnswerAnswer:...

August 14, 2024 No Comments READ MORE +

Create an egress firewall rule with the following settings:

Create an egress firewall rule with the following settings: • Targets: all instances • Source filter: IP ranges (with the range set to 10.0.1.0/24) • Protocols: allow TCP: 8080View AnswerAnswer: B Explanation:

August 14, 2024 No Comments READ MORE +

What should you do?

You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?A . When creating the VM...

August 14, 2024 No Comments READ MORE +

In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.

In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.View AnswerAnswer: C Explanation: https://cloud.google.com/run/docs/tutorials/pubsub#integrating-pubsub

August 14, 2024 No Comments READ MORE +

What should you do?

You are the organization and billing administrator for your company. The engineering team has the Project Creator role on the organization. You do not want the engineering team to be able to link projects to the billing account. Only the finance team should be able to link a project to...

August 14, 2024 No Comments READ MORE +

What should you do?

You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?A . Use granular logging statements within a Deployment Manager...

August 13, 2024 No Comments READ MORE +

What should you do?

You want to configure autohealing for network load balancing for a group of Compute Engine instances that run in multiple zones, using the fewest possible steps. You need to configure re-creation of VMs if they are unresponsive after 3 attempts of 10 seconds each. What should you do?A . Create...

August 13, 2024 No Comments READ MORE +