
Answer-first summary for fast verification
Answer: Modernize and deploy the code on App Engine standard environment.
The question requires a solution that minimizes cost, effort, and operational overhead while supporting autoscaling, Python 3.x, and rapid deployments. App Engine Standard (B) is the best choice because it natively supports Python 3.x, offers automatic scaling with minimal configuration, and enables developers to deploy updates quickly with simple commands. The operational overhead is low since Google manages the infrastructure. App Engine Flexible (A) involves more configuration and slower scaling, increasing cost and effort. Compute Engine (C) lacks built-in autoscaling and requires manual management, increasing overhead. Rewriting for GKE (D) adds complexity and delays, conflicting with the tight deadline and minimal effort requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are nearing the deadline for migrating an on-premises data center to Google Cloud and discover a web API running on a server marked for decommissioning. You need to recommend a solution to modernize this API during migration while meeting the following requirements:
The solution should minimize cost, effort, and operational overhead. What should you do?
A
Modernize and deploy the code on App Engine flexible environment.
B
Modernize and deploy the code on App Engine standard environment.
C
Deploy the modernized application to an n1-standard-1 Compute Engine instance.
D
Ask the development team to re-write the application to run as a Docker container on Google Kubernetes Engine.
No comments yet.