Professional-Cloud-Developer Exam Question 56
Your team develops services that run on Google Kubernetes Engine. Your team's code is stored in Cloud Source Repositories. You need to quickly identify bugs in the code before it is deployed to production. You want to invest in automation to improve developer feedback and make the process as efficient as possible.
What should you do?
What should you do?
Professional-Cloud-Developer Exam Question 57
You are deploying a microservices application to Google Kubernetes Engine (GKE) that will broadcast livestreams. You expect unpredictable traffic patterns and large variations in the number of concurrent users. Your application must meet the following requirements:
- Scales automatically during popular events and maintains high
availability
- Is resilient in the event of hardware failures
How should you configure the deployment parameters? (Choose two.)
- Scales automatically during popular events and maintains high
availability
- Is resilient in the event of hardware failures
How should you configure the deployment parameters? (Choose two.)
Professional-Cloud-Developer Exam Question 58
You are developing a new web application using Cloud Run and committing code to Cloud Source Repositories. You want to deploy new code in the most efficient way possible. You have already created a Cloud Build YAML file that builds a container and runs the following command:
gcloud run deploy. What should you do next?
gcloud run deploy. What should you do next?
Professional-Cloud-Developer Exam Question 59
Your company's corporate policy states that there must be a copyright comment at the very beginning of all source files. You want to write a custom step in Cloud Build that is triggered by each source commit. You need the trigger to validate that the source contains a copyright and add one for subsequent steps if not there. What should you do?
Professional-Cloud-Developer Exam Question 60
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?
