Question 135 of 284
Single answerYou need to create a Compute Engine instance in a new project that doesn't exist yet. What should you do?
✓AUsing the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instance specifying your new project.
BEnable 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.
CUsing 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.
DEnable 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.
✓
Correct Answer: 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.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.