ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 135 - Associate Cloud Engineer discussion

Report
Export

You need to create a Compute Engine instance in a new project that doesn't exist yet. What should you do?

A.
Using the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instance specifying your new project.
Answers
A.
Using the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instance specifying your new project.
B.
Enable the Compute Engine API in the Cloud Console, use the Cloud SDK to create the instance, and then use the ----project flag to specify a new project.
Answers
B.
Enable the Compute Engine API in the Cloud Console, use the Cloud SDK to create the instance, and then use the ----project flag to specify a new project.
C.
Using the Cloud SDK, create the new instance, and use the ----project flag to specify the new project. Answer yes when prompted by Cloud SDK to enable the Compute Engine API.
Answers
C.
Using the Cloud SDK, create the new instance, and use the ----project flag to specify the new project. Answer yes when prompted by Cloud SDK to enable the Compute Engine API.
D.
Enable the Compute Engine API in the Cloud Console. Go to the Compute Engine section of the Console to create a new instance, and look for the Create In A New Project option in the creation form.
Answers
D.
Enable the Compute Engine API in the Cloud Console. Go to the Compute Engine section of the Console to create a new instance, and look for the Create In A New Project option in the creation form.
Suggested answer: A

Explanation:

https://cloud.google.com/sdk/gcloud/reference/projects/create

Quickstart: Creating a New Instance Using the Command Line

Before you begin

1. In the Cloud Console, on the project selector page, select or create a Cloud project.

2. Make sure that billing is enabled for your Google Cloud project. Learn how to confirm billing is enabled for your project.

To use the gcloud command-line tool for this quickstart, you must first install and initialize the Cloud SDK:

1. Download and install the Cloud SDK using the instructions given on Installing Google Cloud SDK.

2. Initialize the SDK using the instructions given on Initializing Cloud SDK.

To use gcloud in Cloud Shell for this quickstart, first activate Cloud Shell using the instructions given on Starting Cloud Shell.

https://cloud.google.com/ai-platform/deep-learning-vm/docs/quickstart-cli#before-you-begin

asked 18/09/2024
Test Test
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first