exam questions

Exam Professional Cloud Database Engineer All Questions

View all questions & answers for the Professional Cloud Database Engineer exam

Exam Professional Cloud Database Engineer topic 1 question 31 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 31
Topic #: 1
[All Professional Cloud Database Engineer Questions]

You are managing a mission-critical Cloud SQL for PostgreSQL instance. Your application team is running important transactions on the database when another DBA starts an on-demand backup. You want to verify the status of the backup. What should you do?

  • A. Check the cloudsql.googleapis.com/postgres.log instance log.
  • B. Perform the gcloud sql operations list command.
  • C. Use Cloud Audit Logs to verify the status.
  • D. Use the Google Cloud Console.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dynamic_dba
Highly Voted 1 year, 7 months ago
B. A is wrong. The cloudsql.googleapis.com/postgres.log log file could be used to find out who started the backup operation, not the status of the operation. C is wrong for a similar reason. D is partially right. In the console there’s an Operations option in the menu on the left. Click that and it shows “Creating backup” together a start time. That’s not a million miles different from the gcloud sql operations list command which shows similar output except there’s a STATUS: line showing the word RUNNING while the backup is in progress. Given the question specifically mentions “status”, B would be the better answer. Just.
upvoted 7 times
...
honeymania23
Most Recent 6 months, 3 weeks ago
gcloud sql backup list --instance= instance-id will give the status of backup for that particular instance. So B is good.
upvoted 2 times
...
juliorevk
1 year ago
Selected Answer: B
B to get the status using gcloud. D is possible but as mentioned, it doesn't specifically mention where in the console so B is a better answer.
upvoted 2 times
...
theseawillclaim
1 year, 1 month ago
Selected Answer: B
If you want the status of the backup, then gcloud is the only viable option, as the Audit Logs will just tell you who started it.
upvoted 1 times
...
KennyHuang
1 year, 5 months ago
Selected Answer: D
Using the Google Cloud Console is the most straightforward and convenient method for verifying the status of an on-demand backup for your mission-critical Cloud SQL for PostgreSQL instance. It provides a graphical interface that displays the backup status and any relevant details, enabling you to quickly assess the situation and ensure the integrity of your important transactions.
upvoted 1 times
...
Pilot50
1 year, 6 months ago
Selected Answer: B
option C is to find out who started the backup, for the status B is correct
upvoted 1 times
...
Nirca
1 year, 7 months ago
Selected Answer: B
B should the right answer: via gcloud sql operations list --instance=<instance_name> gcloud alpha sql operations list --instance=<instance_name>
upvoted 1 times
...
Sekierer
1 year, 9 months ago
Selected Answer: B
Should be B Perform the gcloud sql operations list command https://cloud.google.com/sql/docs/postgres/backup-recovery/backups#troubleshooting-backups Under Troubleshooting: Issue: "You can't see the current operation's status." The Google Cloud console reports only success or failure when the operation is done. It isn't designed to show warnings or other updates. Run the gcloud sql operations list command to list all operations for the given Cloud SQL instance. A and C iis wrong because there are used for WHO issued the Backup, but not the current status of the backup D is wrong only shows success or failure in the Cloud Console but not the current status of the backup
upvoted 4 times
...
chelbsik
1 year, 10 months ago
Selected Answer: B
Vote for B
upvoted 1 times
...
pk349
1 year, 10 months ago
B: Perform the gcloud sql operations list ***** command.
upvoted 1 times
...
GCP72
1 year, 10 months ago
Selected Answer: C
C is the correct answer.log gives more information
upvoted 1 times
...
range9005
1 year, 10 months ago
Selected Answer: B
Perform the gcloud sql operations list command.
upvoted 1 times
...
Kloudgeek
1 year, 10 months ago
Correct answer is B. https://cloud.google.com/sql/docs/postgres/backup-recovery/backups#troubleshooting-backups
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago