PCDOE • Practice Test 1 — 25 Questions
Free PCDOE practice test 1 — 25 questions with explanations. No signup required.
Refer to the exhibit. The Cloud Build fails with a permission error. The Cloud Build service account has roles/cloudbuild.builds.builder and roles/cloudfunctions.developer on the project. What is the missing permission?
steps:
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
args:
- '-c'
- |
gcloud functions deploy my-function \
--runtime nodejs18 \
--trigger-http \
--allow-unauthenticated