Question 57 of 139
Single answerYour organization has a production Cloud SQL for MySQL instance. Your instance is configured with 16 vCPUs and 104 GB of RAM that is running between 90% and 100% CPU utilization for most of the day. You need to scale up the database and add vCPUs with minimal interruption and effort. What should you do?
✓AIssue a gcloud sql instances patch command to increase the number of vCPUs.
BUpdate a MySQL database flag to increase the number of vCPUs.
CIssue a gcloud compute instances update command to increase the number of vCPUs.
DBack up the database, create an instance with additional vCPUs, and restore the database.
✓
Correct Answer: A
Issue a gcloud sql instances patch command to increase the number of vCPUs.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.