Question 139 of 315
Single answerAn application development team has come to you for advice. They are planning to write and deploy an HTTP(S) API using Go 1.12. The API will have a very unpredictable workload and must remain reliable during peaks in traffic. They want to minimize operational overhead for this application. Which approach should you recommend?
ADevelop the application with containers, and deploy to Google Kubernetes Engine.
✓BDevelop the application for App Engine standard environment.
CUse a Managed Instance Group when deploying to Compute Engine.
DDevelop the application for App Engine flexible environment, using a custom runtime.
✓
Correct Answer: B
Develop the application for App Engine standard environment.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.