Valid Professional-Cloud-Architect Dumps shared by ExamDiscuss.com for Helping Passing Professional-Cloud-Architect Exam! ExamDiscuss.com now offer the newest Professional-Cloud-Architect exam dumps, the ExamDiscuss.com Professional-Cloud-Architect exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Professional-Cloud-Architect dumps with Test Engine here:
Access Professional-Cloud-Architect Dumps Premium Version
(282 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Enter your email address to download Google.Professional-Cloud-Architect.v2018-04-15.q70.pdf
Recent Comments (The most recent comments are at the top.)
this question is in the official practice exam from google (05-06-2019) they say:
Use persistent disks to store the state. Start and stop the VM as needed.
B. Use the --auto-delete flag on all persistent disks before stopping the VM.
C. Apply VM CPU utilization label and include it in the BigQuery billing export.
D. Use BigQuery billing export and labels to relate cost to groups.
E. Store all state in local SSD, snapshot the persistent disks, and terminate the VM.
F. Store all state in Cloud Storage, snapshot the persistent disks, and terminate the VM.
Correct answer
A. Use persistent disks to store the state. Start and stop the VM as needed.
D. Use BigQuery billing export and labels to relate cost to groups.
Feedback
A is correct because persistent disks will not be deleted when an instance is stopped.
B is not correct because the --auto-delete flag has no effect unless the instance is deleted. Stopping an instance does not delete the instance or the attached persistent disks.
C is not correct because labels are used to organize instances, not to monitor metrics.
D is correct because exporting daily usage and cost estimates automatically throughout the day to a BigQuery dataset is a good way of providing visibility to the finance department. Labels can then be used to group the costs based on team or cost center.
E is not correct because the state stored in local SSDs will be lost when the instance is stopped.
F is not correct because there is no need for persistent disks or snapshots if the state is to be stored in Cloud Storage.
B can't be right. According to https://cloud.google.com/compute/docs/instances/stopping-or-deleting-an-instance "A TERMINATED instance still exists with its configuration settings and instance metadata but loses its in-memory data and virtual machine state.". But the question states "require state to persist". So you have to first store the state information. As local SSDs are quite expensive, why not storing the state in GCS? Plus you cannot stop an instance that has a local SSD attached.
Therefore I opt for A and D
B,D
https://cloud.google.com/sdk/gcloud/reference/compute/instances/set-disk-auto-delete
https://cloud.google.com/billing/docs/how-to/export-data-bigquery
Any articles where I can read about it?