LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


A developer needs assistance with installing the App Engine Go extensions, but you can't recall the exact name of the component. Which command should you use to display all available options?

Real Exam



Explanation:

The correct answer is B because gcloud components list displays the list of all available components in the Cloud SDK, along with their installation status. This includes whether a component is not installed, installed and up to date, or has an update available. It also provides the component's name, ID (used for referencing in other commands), and size. Specifying the --show-versions flag will additionally show the currently installed and latest available versions of each component.

  • Option A & C are incorrect because config is used for viewing and editing Cloud SDK properties, not for listing components.
  • Option D is incorrect as it is not a valid command.
Powered ByGPT-5