Professional-Cloud-Developer Exam Question 61

You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. The application exposes an HTTP-based health check at /healthz. You want to use this health check endpoint to determine whether traffic should be routed to the pod by the load balancer.
Which code snippet should you include in your Podconfiguration?
  • Professional-Cloud-Developer Exam Question 62

    You have two tables in an ANSI-SQL compliant database with identical columns that you need to quickly combine into a single table, removing duplicate rows from the result set.
    What should you do?
  • Professional-Cloud-Developer Exam Question 63

    You want to view the memory usage of your application deployed on Compute Engine. What should you do?
  • Professional-Cloud-Developer Exam Question 64

    Your App Engine standard configuration is as follows:
    service: production
    instance_class: B1
    You want to limit the application to 5 instances. Which code snippet should you include in your configuration?
    manual_scaling:
  • Professional-Cloud-Developer Exam Question 65

    You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.

    Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem.
    Which commands should you run?