Google PCA • Practice Test 24
Free Google PCA practice test — 15 questions with explanations. Set 24. No signup required.
Why did the VM resource fail while the disk succeeded?
Refer to the exhibit.
gcloud deployment-manager deployments describe my-deployment
---
id: '12345'
name: my-deployment
manifest: manifest-123
state: DEPLOYED
resources:
- name: my-vm
type: compute.v1.instance
properties:
machineType: zones/us-central1-a/machineTypes/n1-standard-1
networkInterfaces:
- network: global/networks/default
currentStatus: FAILED
- name: my-disk
type: compute.v1.disk
properties:
zone: us-central1-a
sizeGb: 10
currentStatus: SUCCESS