Professional-Cloud-Developer Exam Question 36

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?
  • Professional-Cloud-Developer Exam Question 37

    You are developing an event-driven application. You have created a topic to receive messages sent to Pub/Sub. You want those messages to be processed in real time. You need the application to be independent from any other system and only incur costs when new messages arrive. How should you configure the architecture?
  • Professional-Cloud-Developer Exam Question 38

    Your infrastructure team uses Terraform Cloud and manages Google Cloud resources by using Terraform configuration files. You want to configure an infrastructure as code pipeline that authenticates to Google Cloud APIs. You want to use the most secure approach and minimize changes to the configuration. How should you configure the authentication?
  • Professional-Cloud-Developer Exam Question 39

    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 application's 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?
  • Professional-Cloud-Developer Exam Question 40

    You are working on a new application that is deployed on Cloud Run and uses Cloud Functions.
    Each time new features are added, new Cloud Functions and Cloud Run services are deployed.
    You use ENV variables to keep track of the services and enable interservice communication, but the maintenance of the ENV variables has become difficult. You want to implement dynamic discovery in a scalable way. What should you do?