General Flashcards
Grouping a set of metrics that arrive in a period of time into regular-sized buckets is called what?
Alignment
What properties may be set when defining a disk on a virtual machine?
A device name, a Boolean indicating a boot disk, and a Boolean indicating autodelete
What service is responsible for managing container images?
Container Registry
You would like to define as code, the configuration of a set of application resources. The GCP service for creating resources using a configuration file made up of resource specifications defined in YAML syntax is called what?
Deployment manager
You have a website hosted on a Compute Engine VM. Users can access the website using the domain name you provided. You do some maintenance work on the VM and stop the server and restart it. Now users cannot access the website. No other changes have occurred on the subnet. What might be the cause of the problem?
You used an ephemeral instead of a static IP address.
You are using Cloud Console to create a VPN. You want to configure the GCP end of the VPN. What section of the Create VPN form would you use?
Google Compute Engine VPN
A team member has asked for your help deploying a WordPress site quickly. What is the fastest way to deploy WordPress for someone unfamiliar with the application?
Launch a WordPress app from Cloud Launcher
A disk is running out of space. A system admin has resized the persistent disk while in use on a virtual machine. The system admin uses Linux command-line commands to review the amount of free storage and finds no new storage available. What might the system admin do to make the additional space available?
Issue operating system commands to make the additional space on the disk available to the file system
If you wanted to set the preemptible property using Cloud Console, in which section of the Create An Instance page would you find the option?
Availability Policy
The gcloud command to create a custom role is what?
gcloud iam roles create
When using Kubernetes Engine, which of the following might a cloud engineer need to configure?
Nodes, Podes, Services, Clusters, and Container Images.
You want to see a list of deployments. Which option from the Kubernetes Engine navigation menu would you select?
Workloads
A colleague has asked for your assistance setting up a test environment in Google Cloud. They have never worked in GCP. You suggest starting with a single VM. Which of the following is the minimal set of information you will need?
A name for the VM, a machine type, a region, and a zone
Which of the following commands will create a virtual machine with four CPUs that is named web-server-1?
gcloud compute instances create –machine-type=n1-standard-4 web-server-1
You need to look up what images are available in the zone you want to deploy a VM. What command would you use?
gcloud compute images list