Question 117

Your application is composed of a set of loosely coupled services orchestrated by code executed on Compute Engine. You want your application to easily bring up new Compute Engine instances that find and use a specific version of a service. How should this be configured?
  • Question 118

    You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine.
    What should you do?
  • Question 119

    You are building an API that will be used by Android and iOS apps The API must:
    * Support HTTPs
    * Minimize bandwidth cost
    * Integrate easily with mobile apps
    Which API architecture should you use?
  • Question 120

    You have an application running in a production Google Kubernetes Engine (GKE) cluster. You use Cloud Deploy to automatically deploy your application to your production GKE cluster. As part of your development process: you are planning to make frequent changes to the applications source code and need to select the tools to test the changes before pushing them to your remote source code repository. Your toolset must meet the following requirements:
    * Test frequent local changes automatically.
    * Local deployment emulates production deployment.
    Which tools should you use to test building and running a container on your laptop using minimal resources'?
  • Question 121

    You need to migrate a standalone Java application running in an on-premises Linux virtual machine (VM) to Google Cloud in a cost-effective manner. You decide not to take the lift-and-shift approach, and instead you plan to modernize the application by converting it to a container. How should you accomplish this task?