Question 21

You want to notify on-call engineers about a service degradation in production while minimizing development time.
What should you do?
  • Question 22

    Your company is planning to migrate their on-premises Hadoop environment to the cloud. Increasing storage cost and maintenance of data stored in HDFS is a major concern for your company. You also want to make minimal changes to existing data analytics jobs and existing architecture. How should you proceed with the migration?
  • Question 23

    Your company has deployed a new API to App Engine Standard environment. During testing, the API is not behaving as expected. You want to monitor the application over time to diagnose the problem within the application code without redeploying the application.
    Which tool should you use?
  • Question 24

    HipLocal wants to improve the resilience of their MySQL deployment, while also meeting their business and technical requirements.
    Which configuration should they choose?
  • Question 25

    Your application is deployed in a Google Kubernetes Engine (GKE) cluster. When a new version of your application is released, your CI/CD tool updates the spec.template.spec.containers[0].image value to reference the Docker image of your new application version. When the Deployment object applies the change, you want to deploy at least 1 replica of the new version and maintain the previous replicas until the new replica is healthy.
    Which change should you make to the GKE Deployment object shown below?