Google Cloud Associate Cloud Engineer — Question 147
You need to manage multiple Google Cloud projects in the fewest steps possible. You want to configure the Google Cloud SDK command line interface (CLI) so that you can easily manage multiple projects. What should you do?
Answer options
- A. 1. Create a configuration for each project you need to manage. 2. Activate the appropriate configuration when you work with each of your assigned Google Cloud projects.
- B. 1. Create a configuration for each project you need to manage. 2. Use gcloud init to update the configuration values when you need to work with a non-default project
- C. 1. Use the default configuration for one project you need to manage. 2. Activate the appropriate configuration when you work with each of your assigned Google Cloud projects.
- D. 1. Use the default configuration for one project you need to manage. 2. Use gcloud init to update the configuration values when you need to work with a non-default project.
Correct answer: A
Explanation
The correct answer is A because it allows you to create a separate configuration for each project and switch between them easily, which is efficient for managing multiple projects. Options B, C, and D either involve unnecessary steps or rely on a default configuration, which is not as effective for managing multiple Google Cloud projects.