
Answer-first summary for fast verification
Answer: Advise the team that App Engine Standard does not support the Java 9 runtime environment, Use App Engine Flexible with custom runtimes on containers for deployment
App Engine Standard does not support Java 9, as it only supports Java 8 and 11. However, App Engine Flexible can accommodate Java 9 by using custom runtimes on containers. For more details on supported runtimes, refer to [App Engine Standard Java Runtime](https://cloud.google.com/appengine/docs/standard/java/runtime) and [App Engine Environments](https://cloud.google.com/appengine/docs/the-appengine-environments).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As an SRE for My Widgets Corp, the development team has requested your assistance in deploying a Java 9 application on Google Cloud Platform's App Engine. You've identified that App Engine Standard doesn't support Java 9, only Java 8 and 11. What are your viable options in this scenario? (Select two)
A
Inform the team that deploying internally is the only option since GCP doesn't support this runtime environment
B
Advise the team that App Engine Standard does not support the Java 9 runtime environment
C
Use App Engine Flexible with custom runtimes on containers for deployment
D
Deploy using App Engine Flexible, which only supports virtual machines
No comments yet.