Bird
0
0

How can combining request-based auto scaling with CPU-based scaling improve a GCP service's performance?

hard📝 Application Q9 of 15
GCP - Cloud Run
How can combining request-based auto scaling with CPU-based scaling improve a GCP service's performance?
AIt disables request-based scaling when CPU is high
BIt balances scaling based on both request load and CPU usage
CIt prioritizes CPU scaling over request scaling always
DIt causes conflicts and should be avoided
Step-by-Step Solution
Solution:
  1. Step 1: Understand combined scaling benefits

    Combining request and CPU-based scaling allows reacting to both request load and CPU stress.
  2. Step 2: Identify correct behavior

    This combination balances scaling decisions for better performance and resource use.
  3. Final Answer:

    It balances scaling based on both request load and CPU usage -> Option B
  4. Quick Check:

    Combined scaling balances load and CPU [OK]
Quick Trick: Combine metrics to scale smarter and improve performance [OK]
Common Mistakes:
  • Thinking combined scaling disables one method
  • Assuming one scaling always overrides the other
  • Believing combined scaling causes conflicts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes