Build, containerize, and deploy Spring Boot apps on Google Cloud quiz

  1. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    ___ ___contains the gcloud, gsutil, and bq command-line tools, which you can use to access Compute Engine, Cloud Storage, BigQuery, and other products and services from the command line.

  2. When developing and running your app in Cloud Shell, you can access your Java app on port 8080 by ___.

  3. Which of the following is true about Cloud SQL?

  4. App Engine is a platform as a service (PaaS) that can run your Java app using JAR packaging. When deploying to version 11 of the Java Runtime Environment on the App Engine standard environment, you can use ___.

  5. ___ brings serverless to containers, automatically scaling your stateless containers.

  6. In addition to Docker, the easiest way to containerize your Java app is using ___.