Bird
0
0

You need to run a containerized application that requires custom runtime, background processing, and HTTP endpoints. Which service is best suited and why?

hard📝 Application Q8 of 15
GCP - Cloud Run
You need to run a containerized application that requires custom runtime, background processing, and HTTP endpoints. Which service is best suited and why?
ACompute Engine, because it is serverless
BCloud Run, because it supports containers with HTTP and background tasks
CApp Engine Standard, because it supports custom runtimes
DCloud Functions, because it supports containers and background processing
Step-by-Step Solution
Solution:
  1. Step 1: Identify service supporting containers and HTTP

    Cloud Run supports running containerized apps with HTTP endpoints and background processing.
  2. Step 2: Compare with other services

    Cloud Functions does not support container deployment; App Engine Standard supports custom runtimes but is less flexible; Compute Engine is not serverless.
  3. Final Answer:

    Cloud Run best fits containerized apps with HTTP and background tasks -> Option B
  4. Quick Check:

    Container + HTTP + background = Cloud Run [OK]
Quick Trick: Containers + HTTP + background? Use Cloud Run [OK]
Common Mistakes:
  • Choosing Cloud Functions for containers
  • Confusing App Engine with serverless container support
  • Calling Compute Engine serverless

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes