Associate-Cloud-Engineer Associate Cloud Engineer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?

Select an option, then click Submit answer.

  • Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

  • Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

  • Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

  • Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

Question 5

Your projects incurred more costs than you expected last month. Your research reveals that a development GKE container emitted a huge number of logs, which resulted in higher costs. You want to disable the logs quickly using the minimum number of steps. What should you do?

Select an option, then click Submit answer.

  • 1. Go to the Logs ingestion window in Stackdriver Logging, and disable the log source for the GKE container resource.

  • 1. Go to the Logs ingestion window in Stackdriver Logging, and disable the log source for the GKE Cluster Operations resource.

  • 1. Go to the GKE console, and delete existing clusters.
    2. Recreate a new cluster.
    3. Clear the option to enable legacy Stackdriver Logging.D. 1. Go to the GKE console, and delete existing clusters.
    2. Recreate a new cluster.
    3. Clear the option to enable legacy Stackdriver Monitoring.

Question 6

Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runs monthly, can be performed offline, and must be restarted if interrupted. You want to migrate this workload to the cloud while minimizing cost. What should you do?

Select an option, then click Submit answer.

  • Migrate the workload to a Compute Engine Preemptible VM.

  • Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.

  • Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.

  • Create an Instance Template with Preemptible VMs On. Create a Managed Instance Group from the template and adjust Target CPU Utilization. Migrate the workload.