00:00

QUESTION 11

You recently deployed a new version of an application to App Engine and then discovered a bug in the release. You need to immediately revert to the prior version of the application. What should you do?

Correct Answer: C

QUESTION 12

You deployed a new application inside your Google Kubernetes Engine cluster using the YAML file specified below.
Associate-Cloud-Engineer dumps exhibit
You check the status of the deployed pods and notice that one of them is still in PENDING status:
Associate-Cloud-Engineer dumps exhibit
You want to find out why the pod is stuck in pending status. What should you do?

Correct Answer: C
https://kubernetes.io/docs/tasks/debug-application-cluster/debug-application/#debugging-pods

QUESTION 13

You need to create a custom IAM role for use with a GCP service. All permissions in the role must be suitable for production use. You also want to clearly share with your organization the status of the custom role. This will be the first version of the custom role. What should you do?

Correct Answer: A
When setting support levels for permissions in custom roles, you can set to one of SUPPORTED, TESTING or NOT_SUPPORTED.
Ref: https://cloud.google.com/iam/docs/custom-roles-permissions-support

QUESTION 14

You are working for a hospital that stores Its medical images in an on-premises data room. The hospital wants to use Cloud Storage for archival storage of these images. The hospital wants an automated process to upload any new medical images to Cloud Storage. You need to design and implement a solution. What should you do?

Correct Answer: C
they require cloud storage for archival and the want to automate the process to upload new medical image to cloud storage, hence we go for gsutil to copy on-prem images to cloud storage and automate the process via cron job. whereas Pub/Sub listens to the changes in the Cloud Storage bucket and triggers the pub/sub topic, which is not required.

QUESTION 15

You need to immediately change the storage class of an existing Google Cloud bucket. You need to reduce service cost for infrequently accessed files stored in that bucket and for all files that will be added to that bucket in the future. What should you do?

Correct Answer: B