
Answer-first summary for fast verification
Answer: Utilize App Engine Flexible with custom runtimes on containers for deployment., Advise the team that App Engine Standard does not support the Java 9 runtime environment.
The correct options are to advise the team that App Engine Standard does not support the Java 9 runtime environment and to utilize App Engine Flexible with custom runtimes on containers. App Engine Standard's supported runtimes can be found [here](https://cloud.google.com/appengine/docs/standard/java/runtime), and App Engine Flexible's support for custom runtimes via containers is detailed [here](https://cloud.google.com/appengine/docs/the-appengine-environments).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As an SRE at My Widgets Corp, you've been tasked with deploying a Java 9 application on Google Cloud Platform's App Engine. However, you discover that App Engine Standard only supports Java 8 and 11 at this time. What are your viable options in this scenario? (Select Two)
A
Inform the team that internal deployment is necessary since GCP does not support this version.
B
Utilize App Engine Flexible with custom runtimes on containers for deployment.
C
Deploy using App Engine Flexible, which only supports virtual machines.
D
Advise the team that App Engine Standard does not support the Java 9 runtime environment.
No comments yet.