Courseiva
Setting Up a Cloud Solution EnvironmentmediumMultiple SelectObjective-mapped

Google ACE Setting Up a Cloud Solution Environment Practice Question

A developer needs to use gcloud CLI to manage multiple projects. They want to switch between configurations quickly. Which three commands are part of managing gcloud configuration profiles? (Choose THREE.)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

gcloud config configurations activate

gcloud config configurations provides commands to create, activate, and list configurations. The other options are not valid commands.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • gcloud config configurations export

    Why it's wrong here

    No such command exists; configurations are imported/exported via `gcloud config configurations import/export`.

  • gcloud config configurations activate

    Why this is correct

    Activates an existing configuration.

  • gcloud config configurations list

    Why this is correct

    Lists all configurations.

  • gcloud config configurations create

    Why this is correct

    Creates a new configuration profile.

  • gcloud config set project

    Why it's wrong here

    This sets a property in the active configuration, not a command to manage profiles.

About these practice questions

Courseiva writes every ACE question from scratch — 769 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ACE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ACE exam.