Question 71

You have containerized a legacy application that stores its configuration on an NFS share. You need to deploy this application to Google Kubernetes Engine (GKE) and do not want the application serving traffic until after the configuration has been retrieved. What should you do?
  • Question 72

    Your organization has recently begun an initiative to replatform their legacy applications onto Google Kubernetes Engine. You need to decompose a monolithic application into microservices. Multiple instances have read and write access to a configuration file, which is stored on a shared file system. You want to minimize the effort required to manage this transition, and you want to avoid rewriting the application code.
    What should you do?
  • Question 73

    You need to load-test a set of REST API endpoints that are deployed to Cloud Run. The API responds to HTTP POST requests Your load tests must meet the following requirements:
    * Load is initiated from multiple parallel threads
    * User traffic to the API originates from multiple source IP addresses.
    * Load can be scaled up using additional test instances
    You want to follow Google-recommended best practices How should you configure the load testing'?
  • Question 74

    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 75

    Your team recently deployed an application on Google Kubernetes Engine (GKE). You are monitoring your application and want to be alerted when the average memory consumption of your containers is under 20% or above 80% How should you configure the alerts?