
Answer-first summary for fast verification
Answer: gcloud dns project-info show
Correct answers require memorization of gcloud commands. A useful strategy is to identify the service that follows 'gcloud' in the command. For commands involving flags, memorization is often necessary. Reference: [Google Cloud SDK Documentation](https://cloud.google.com/sdk/gcloud/reference/dns/project-info/)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
While reviewing your project in Google Cloud Platform (GCP) using gcloud, you wish to verify the DNS-related information for the project. Which command should you use?
A
gcloud dns project-info list
B
gcloud dns project-info describe
C
gcloud dns project-info grep
D
gcloud dns project-info show
No comments yet.