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?
✗ Incorrect
Local desktop folders are not managed resources in GCP; the others are common GCP resources.
What is the main benefit of defining resources declaratively in GCP?
✗ Incorrect
Declarative definitions specify the desired state, enabling automation and consistent management.
Which file formats are commonly used for GCP resource definitions?
✗ Incorrect
YAML and JSON are standard formats for defining infrastructure resources.
In GCP, what uniquely identifies a resource?
✗ Incorrect
Resources are uniquely identified by their name combined with the project and location.
Which GCP service is used to manage resource definitions declaratively?
✗ Incorrect
Cloud Deployment Manager allows declarative resource management using configuration files.
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.