A company wants to manage multiple GCP projects with different configurations (e.g., different regions and accounts) on the same workstation. Which gcloud feature should they use to switch between these configurations?
Correct.
Why this answer
Configuration profiles allow setting different sets of properties (project, region, account) and switching between them with 'gcloud config configurations activate'.