0
0
GCPcloud~5 mins

Request-based auto scaling in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is request-based auto scaling in cloud infrastructure?
Request-based auto scaling automatically adjusts the number of running instances based on the number of incoming requests to handle traffic efficiently.
Click to reveal answer
beginner
Which Google Cloud service commonly uses request-based auto scaling?
Google Cloud Run uses request-based auto scaling to scale container instances up or down depending on the number of requests it receives.
Click to reveal answer
beginner
How does request-based auto scaling help save costs?
It scales down instances when there are fewer requests, so you only pay for the resources you actually use, avoiding waste.
Click to reveal answer
intermediate
What happens if the number of requests suddenly spikes in request-based auto scaling?
The system quickly adds more instances to handle the increased load, preventing slowdowns or failures.
Click to reveal answer
beginner
Name one key metric used in request-based auto scaling.
The number of incoming requests per second is a key metric to decide when to scale instances up or down.
Click to reveal answer
What triggers request-based auto scaling in Google Cloud Run?
ADisk space usage
BCPU temperature
CNumber of incoming requests
DUser login count
What is a benefit of request-based auto scaling?
AAlways runs maximum instances
BIgnores traffic changes
CRequires manual scaling
DSaves cost by scaling down when idle
Which GCP service is best known for request-based auto scaling of containers?
ACloud Run
BCloud Storage
CBigQuery
DCloud SQL
If request traffic drops to zero, what does request-based auto scaling do?
AScales instances down to zero
BKeeps all instances running
CIncreases instances
DSends alert to admin
What metric is NOT typically used in request-based auto scaling?
ARequests per second
BCPU usage
CNumber of requests
DIncoming traffic
Explain how request-based auto scaling works in Google Cloud Run.
Think about how the system reacts to more or fewer users accessing your app.
You got /4 concepts.
    Describe the benefits of using request-based auto scaling for a web application.
    Consider what happens when many users visit or leave your site.
    You got /4 concepts.