Bird
0
0

After creating a Cloud SQL instance, which command shows its current status?

medium📝 service behavior Q5 of 15
GCP - Cloud SQL and Databases
After creating a Cloud SQL instance, which command shows its current status?
Agcloud sql instances list-status
Bgcloud sql instances show-status [INSTANCE_NAME]
Cgcloud sql status get [INSTANCE_NAME]
Dgcloud sql instances describe [INSTANCE_NAME]
Step-by-Step Solution
Solution:
  1. Step 1: Recall command to get instance details

    The command 'gcloud sql instances describe' followed by the instance name shows detailed info including status.
  2. Step 2: Verify other options

    Other commands are invalid or do not exist in gcloud CLI.
  3. Final Answer:

    gcloud sql instances describe [INSTANCE_NAME] -> Option D
  4. Quick Check:

    Status check command = describe [OK]
Quick Trick: Use 'describe' to get instance status and details [OK]
Common Mistakes:
  • Using non-existent commands
  • Confusing list with describe
  • Trying to use show-status which is invalid

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes