0
0
GCPcloud~5 mins

Resource definitions for GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a resource definition in Google Cloud Platform (GCP)?
A resource definition in GCP describes a specific cloud service or component, like a virtual machine or storage bucket, including its properties and configuration.
Click to reveal answer
beginner
Name three common resource types you can define in GCP.
Compute Engine VM instances, Cloud Storage buckets, and Cloud Pub/Sub topics are common resource types in GCP.
Click to reveal answer
intermediate
Why is it important to define resources declaratively in GCP?
Declarative resource definitions let you specify the desired state of resources, making it easier to manage, automate, and reproduce infrastructure reliably.
Click to reveal answer
beginner
What file format is commonly used for defining GCP resources in Infrastructure as Code?
YAML or JSON files are commonly used to define GCP resources in Infrastructure as Code tools like Deployment Manager or Terraform.
Click to reveal answer
intermediate
How does GCP identify a resource uniquely?
GCP uses a resource name and a unique identifier within a project and region or zone to uniquely identify each resource.
Click to reveal answer
Which of the following is NOT a typical GCP resource?
ACloud Pub/Sub topic
BCloud Storage bucket
CCompute Engine VM instance
DLocal desktop folder
What is the main benefit of defining resources declaratively in GCP?
AManual configuration is faster
BIt only works for storage resources
CIt allows specifying the desired state for automation
DIt requires no permissions
Which file formats are commonly used for GCP resource definitions?
AYAML and JSON
BXML and CSV
CTXT and DOCX
DHTML and CSS
In GCP, what uniquely identifies a resource?
AOnly the resource name
BResource name and project ID
CUser email address
DOperating system version
Which GCP service is used to manage resource definitions declaratively?
ACloud Deployment Manager
BCloud Functions
CBigQuery
DCloud Run
Explain what a resource definition is in GCP and why it is useful.
Think about how you tell GCP what you want to create and manage.
You got /3 concepts.
    Describe how GCP uniquely identifies resources and why this is important.
    Consider how GCP keeps track of many resources without confusion.
    You got /4 concepts.