Ultimate access to all questions.
What is the correct gcloud command to create a new repository named 'devops' in Cloud Source Repositories? (Select One)
Explanation:
The correct command is gcloud source repo create devops
. This command follows the gcloud CLI syntax for creating a new repository in Cloud Source Repositories. Understanding the exact syntax for gcloud commands is crucial for the Google Professional Cloud DevOps Engineer exam, as it includes questions that test your knowledge on commands for various DevOps services like Cloud Build, Cloud Source Repositories, and Container Registry. For more details, refer to the Cloud Source Repositories documentation.