Bird
0
0

You set concurrency to 80 on a Cloud Run service, but your app crashes under load. What is the most likely cause?

medium📝 Debug Q14 of 15
GCP - Cloud Functions
You set concurrency to 80 on a Cloud Run service, but your app crashes under load. What is the most likely cause?
AThe app cannot handle that many requests at once causing resource exhaustion
BThe max instances setting is too low
CThe service is not deployed in the right region
DThe concurrency setting must be at least 100
Step-by-Step Solution
Solution:
  1. Step 1: Understand concurrency impact on app

    High concurrency means many requests handled simultaneously by one instance, increasing resource use.
  2. Step 2: Link app crash to resource limits

    If the app crashes, it likely cannot handle that many requests at once, causing memory or CPU overload.
  3. Final Answer:

    The app cannot handle that many requests at once causing resource exhaustion -> Option A
  4. Quick Check:

    Too high concurrency can crash app [OK]
Quick Trick: High concurrency can overload app resources [OK]
Common Mistakes:
  • Blaming region instead of concurrency
  • Assuming concurrency must be at least 100
  • Ignoring app resource limits

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes