ads

3 April 2024

Google Associate Cloud Engineer: Implementing Google Compute Engine

 

Question:

Which types of Managed Instance Groups (MIG) are available to use in the Google Cloud Platform?

  • Unmanaged

  • Managed


Question

:

Which statements are true when stopping or suspending a VM?

  • No cost associated with stopping or suspending

  • Temporary external IPs are released


Question

:

Which of these options are valid use cases for using instance templates?

  • Use instance templates any time you wish to create an instance group

  • Use instance templates any time you want to quickly create VM instances based off a preexisting configuration



Question

:

Which options are available to you when connecting to a Linux VM via SSH?

  • SSH session on a custom port in a new browser window

  • Use of gcloud to connect to the instance via Cloud Shell

  • SSH session in a new browser window



Question

:

How long will a preemptible instance run in your GCP environment?

  • 24 hours or sooner if compute demands increase



Question

:

Which statements are true with regards to deploying your VMs on sole-tenant nodes?

  • Sole-tenancy provides dedicated hosting only for the project’s VM and provides added layer of hardware isolation

  • Sole-tenant nodes ensure that the VMs do not share host hardware with VMs from other projects



Question

:

One critical part of a managed instance group is to ensure that the application on the instances is running and operating as expected. Which function of managed instance groups are used to perform this task?

  • Health Checks



Question

An administrator ran the following command to create an SSH key:

ssh-keygen -t rsa -f ~/.ssh/devteamkey -devuser

What does devteamkey refer to in this scenario?

  • It is the name that will be used for the public and private keys


Question:

Which Microsoft Windows offerings are available to deploy in the Google Cloud Platform?

  • Windows Server


Question

Which of the options are machine type families in Google Cloud?

  • E2
  • N2
  • N2D


Question

When creating a VM in the GCP console, which configurable setting determines the operating system that you will be deploying to the VM?

  • Boot Disk


Question

To create a virtual machine named instance-1 with all the default settings and in the us-central1-c zone, which command is the most appropriate?

  • gcloud compute instances create instance-1 --zone us-central1-c