0
0
GCPcloud~5 mins

Concurrency and scaling in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is concurrency in cloud computing?
Concurrency means handling many tasks or users at the same time without waiting for one to finish before starting another.
Click to reveal answer
beginner
What does scaling mean in cloud services?
Scaling means changing the amount of resources (like servers or CPUs) to handle more or fewer users or tasks.
Click to reveal answer
intermediate
What is the difference between vertical and horizontal scaling?
Vertical scaling adds more power (CPU, RAM) to one machine. Horizontal scaling adds more machines to share the work.
Click to reveal answer
intermediate
How does Google Cloud Run handle concurrency?
Cloud Run lets multiple requests run at the same time in one container instance, improving resource use and speed.
Click to reveal answer
beginner
Why is autoscaling important in cloud environments?
Autoscaling automatically adds or removes resources based on demand, saving money and keeping apps fast.
Click to reveal answer
What does horizontal scaling involve?
AAdding more machines to share the workload
BAdding more CPU and RAM to one machine
CReducing the number of users
DStopping some services temporarily
Which Google Cloud service automatically scales container instances based on traffic?
ABigQuery
BCloud Storage
CCloud Functions
DCloud Run
What is concurrency best described as?
AHandling multiple tasks at the same time
BAdding more servers
CStopping tasks to save resources
DBacking up data
Why is autoscaling useful?
AIt requires manual setup for each change
BIt adjusts resources automatically to match demand
CIt only works during business hours
DIt reduces security risks
Vertical scaling means:
ASplitting tasks into smaller parts
BAdding more machines
CAdding more power to one machine
DReducing the number of users
Explain how concurrency and scaling work together in a cloud application.
Think about how many users can use an app at the same time and how the cloud adds resources.
You got /3 concepts.
    Describe the difference between vertical and horizontal scaling with examples.
    Imagine upgrading your computer vs buying more computers.
    You got /3 concepts.