
Answer-first summary for fast verification
Answer: App Engine Standard Environment
The correct choice is **D. App Engine Standard Environment** because it offers rapid scaling capabilities, making it ideal for applications that need to handle sudden and extreme traffic spikes efficiently. Unlike the App Engine Flexible Environment, which runs applications in Docker containers on Compute Engine VMs and is better suited for applications with consistent traffic patterns, the Standard Environment runs applications in a sandbox with quick start times. For more details, refer to the GCP documentation on [App Engine Environments](https://cloud.google.com/appengine/docs).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are developing a Python application that requires running in a sandboxed, managed environment capable of scaling up within seconds to accommodate massive demand spikes. Which Google Cloud service is best suited for hosting your application?
A
Compute Engine
B
Kubernetes Engine
C
App Engine Flexible Environment
D
App Engine Standard Environment
No comments yet.