Google PCA • Practice Test 20
Free Google PCA practice test — 15 questions with explanations. Set 20. No signup required.
Refer to the exhibit. What is the primary benefit of the `--preemptible` flag in this command?
```
gcloud compute instances create my-instance \
--zone=us-central1-a \
--machine-type=e2-medium \
--image-family=debian-10 \
--image-project=debian-cloud \
--preemptible
```