Bird
0
0

You deployed a new version of a Cloud Function, but users report slow responses initially. What is the most likely cause?

medium📝 Debug Q14 of 15
GCP - Cloud Functions
You deployed a new version of a Cloud Function, but users report slow responses initially. What is the most likely cause?
AInsufficient user permissions
BNetwork outage in the region
CCold start due to new deployment
DFunction code has syntax errors
Step-by-Step Solution
Solution:
  1. Step 1: Analyze symptoms after deployment

    New deployments cause cold starts because the function must start fresh with new code.
  2. Step 2: Rule out other options

    Network outages cause broader failures, syntax errors cause function failures, and permissions cause access errors, not initial slowness.
  3. Final Answer:

    Cold start due to new deployment -> Option C
  4. Quick Check:

    New deploy = cold start delay [OK]
Quick Trick: New deployment triggers cold start delay [OK]
Common Mistakes:
  • Blaming network issues without evidence
  • Assuming syntax errors cause slow start
  • Confusing permissions with performance

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes