Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 225 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 225
Topic #: 1
[All Associate Cloud Engineer Questions]

Your managed instance group raised an alert stating that new instance creation has failed to create new instances. You need to solve the instance creation problem. What should you do?

  • A. Create an instance template that contains valid syntax which will be used by the instance group. Delete any persistent disks with the same name as instance names.
  • B. Create an instance template that contains valid syntax that will be used by the instance group. Verify that the instance name and persistent disk name values are not the same in the template.
  • C. Verify that the instance template being used by the instance group contains valid syntax. Delete any persistent disks with the same name as instance names. Set the disks.autoDelete property to true in the instance template.
  • D. Delete the current instance template and replace it with a new instance template. Verify that the instance name and persistent disk name values are not the same in the template. Set the disks.autoDelete property to true in the instance template.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
scanner2
Highly Voted 1 year, 3 months ago
Selected Answer: A
C is eliminated because you cannot update or modify an existing instance template. It is immutable. https://cloud.google.com/compute/docs/instance-templates#how_to_update_instance_templates D is eliminated because you cannot delete an instance template if a managed instance group references it. https://cloud.google.com/compute/docs/instance-templates/get-list-delete-instance-templates#delete_an_instance_template B is eliminated because you cannot set different/custom name for persistent disk in an instance template. https://cloud.google.com/sdk/gcloud/reference/compute/instance-templates/create#--create-disk So we left with A. Therefore A is the correct answer. Although, it should set the disks.autoDelete property to true for completeness.
upvoted 16 times
...
Enamfrancis
Most Recent 2 months ago
Selected Answer: C
C is corrct answer
upvoted 1 times
...
Dewansh
12 months ago
Selected Answer: A
instance templates are immutable so can not modify or update
upvoted 2 times
...
recluse7
1 year ago
Selected Answer: C
When a managed instance group raises an alert indicating that new instance creation has failed, it's important to investigate the issue. This issue is typically related to the configuration of the instance template used by the group. Therefore, the first step is to verify that the instance template being utilized by the instance group contains valid syntax. This includes checking all settings such as machine type, boot disk, and any custom configurations. Valid syntax ensures that the instances created adhere to the specified configurations.
upvoted 2 times
...
Ell89
1 year, 1 month ago
repeated question
upvoted 2 times
...
[Removed]
1 year, 3 months ago
Selected Answer: A
https://cloud.google.com/compute/docs/troubleshooting/troubleshooting-migs
upvoted 2 times
...
3arle
1 year, 3 months ago
Selected Answer: C
Existing instance group has already template so no requirement to create new one. Problem is with persistent disk so delete it and configure autodelete solves problem now and in future
upvoted 1 times
3arle
1 year, 3 months ago
i was wrong, templates are immutable so you cannot update them, so option A is valid
upvoted 2 times
[Removed]
1 year, 3 months ago
https://cloud.google.com/compute/docs/instance-templates#how_to_update_instance_templates Instance templates are designed to create instances with identical configurations. So you cannot update an existing instance template or change an instance template after you create it. If you need to make changes to the configuration, create a new instance template.
upvoted 1 times
...
...
...
happydays
1 year, 3 months ago
Selected Answer: A
THIS IS A
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...