0
0
GCPcloud~5 mins

Deploying workloads in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a workload in cloud computing?
A workload is a set of tasks or applications running on cloud resources to perform specific functions or services.
Click to reveal answer
beginner
Name two common ways to deploy workloads on Google Cloud Platform.
You can deploy workloads using Google Kubernetes Engine (GKE) for containerized apps or Compute Engine for virtual machines.
Click to reveal answer
intermediate
Why use Google Kubernetes Engine (GKE) for deploying workloads?
GKE automates container management, scaling, and updates, making it easier to run apps reliably and efficiently.
Click to reveal answer
intermediate
What is the role of a deployment in workload management?
A deployment defines how many copies of an app run and manages updates without downtime.
Click to reveal answer
intermediate
How does autoscaling help when deploying workloads?
Autoscaling adjusts the number of running instances automatically based on demand, saving cost and ensuring performance.
Click to reveal answer
Which GCP service is best for running containerized workloads?
ABigQuery
BCloud Storage
CGoogle Kubernetes Engine (GKE)
DCloud Functions
What does autoscaling do in workload deployment?
AAutomatically adjusts resources based on demand
BManually increases server size
CDeletes unused data
DSchedules backups
Which workload deployment method uses virtual machines?
ACloud Run
BCompute Engine
CApp Engine
DCloud Functions
What is a deployment in Kubernetes?
AA way to manage app copies and updates
BA database instance
CA network firewall
DA storage bucket
Why is containerization useful for deploying workloads?
AIt encrypts data
BIt increases server hardware
CIt stores large files
DIt bundles app code and dependencies for easy, consistent deployment
Explain how autoscaling improves workload deployment on GCP.
Think about how the system reacts when more users come or go.
You got /4 concepts.
    Describe the difference between deploying workloads on Compute Engine and Google Kubernetes Engine.
    Consider the type of resource and management style.
    You got /4 concepts.