Google Cloud Platform: Compute Engine Exam | Questions & Answers (100 %Score)
Latest Updated 2024/2025 Comprehensive Questions A+ Graded Answers | 100% Pass
An instance is a ___ hosted on Google's infrastructure. - ✔️✔️virtual machine (VM)
You can create an instance by using the ___ or the ___ tool. - ✔️✔️Google Cloud Platform Console, gcloud
command-line
Compute Engine instances can run the ___ images for Linux and Windows Server that Google provides
as well as any ___ images that you create or import to Compute Engine. - ✔️✔️public, private
Each instance belongs to a ___ project, and a project can have one or more instances. - ✔️✔️Google
Cloud Platform Console
By default, each Compute Engine instance has a small ___ that contains the ___. - ✔️✔️root persistent
disk, operating system
A project can have up to five ___ networks, and each Compute Engine instance belongs to one ___
network. - ✔️✔️VPC, VPC
To create and manage instances, you can use a variety of tools, including the ___, the ___ command-line
tool, and the ___. - ✔️✔️Google Cloud Platform Console, gcloud, REST API
On a Linux instance, the creator has ___ capability and can use the Cloud Platform Console to grant ___
capability to other users. - ✔️✔️SSH, SSH
A machine type specifies a particular collection of ___ resources available to a ___ instance, including
the ___ size, virtual ___ count, and maximum persistent disk capability. - ✔️✔️virtualized hardware,
virtual machine (VM), memory, CPU
Predefined machine types are managed by Google Compute Engine and come in four classes - ✔️✔️-
Standard machine types
, - High-memory machine types
- High-CPU machine types
- Shared-core machine types
To view a list of all available machine types, run the following Google Cloud Platform SDK command: -
✔️✔️gcloud compute machine-types list
Standard machine types are suitable for tasks that have a balance of ___ and ___ needs. Standard
machine types have ___ GB of RAM per virtual CPU. - ✔️✔️CPU, memory, 3.75
High-memory machine types are ideal for tasks that require more ___ relative to virtual ___. High-
memory machine types have ___ of RAM per virtual CPU. - ✔️✔️memory, CPUs, 6.50GB
High-CPU machine types are ideal for tasks that require more virtual ___ relative to ___. High-CPU
machine types have ___ GB of RAM per virtual CPU. - ✔️✔️CPUs, memory, 0.90
Shared-core machine types provide one virtual CPU that is allowed to run for a ___ on a single hardware
hyper-thread on the host CPU running your instance. Shared-core instances can be more cost-effective
for running small, ___ applications than standard, high- memory or high-CPU machine types. -
✔️✔️portion of the time, non-resource intensive
f1-micro machine types offer bursting capabilities that allow instances to use additional physical CPU for
___. Bursting happens automatically when your instance requires ___ physical CPU than originally
allocated. During these spikes, your instance will opportunistically take advantage of available physical
CPU in bursts. - ✔️✔️short periods of time, more
Mega-memory machine types are ideal for tasks that require intensive use of memory with higher ___
to ___ ratios than high-memory machine types. These machines types are perfectly suited for ___ and
___, such as SAP Hana and BW workloads, genomics analysis, SQL analysis services, and more. Mega-
memory machine types have ___ GB of RAM per virtual CPU. - ✔️✔️memory, vCPU, in-memory
databases, in-memory analytics, 15
You can attach GPU dies to any ___ machine type or ___ machine type that you are able to create in a
zone. - ✔️✔️non-shared-core predefined, custom