Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

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)




Explanation:

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, and App Engine Flexible's support for custom runtimes via containers is detailed here.