Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Associate Cloud Engineer Topic 10 Question 64 Discussion

Actual exam question for Google's Associate Cloud Engineer exam
Question #: 64
Topic #: 10
[All Associate Cloud Engineer Questions]

Your company has a 3-tier solution running on Compute Engine. The configuration of the current infrastructure is shown below.

Each tier has a service account that is associated with all instances within it. You need to enable communication on TCP port 8080 between tiers as follows:

* Instances in tier #1 must communicate with tier #2.

* Instances in tier #2 must communicate with tier #3.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: D

gcloud deployment-manager deployments create creates deployments based on the configuration file. (Infrastructure as code). All the configuration related to the artifacts is in the configuration file. This command correctly creates a cluster based on the provided cluster.yaml configuration file.

Ref:https://cloud.google.com/sdk/gcloud/reference/deployment-manager/deployments/create


Contribute your Thoughts:

Osvaldo
9 hours ago
Option C seems a bit overkill by allowing all protocols. I'd go with Option B to keep things more specific.
upvoted 0 times
...
Leigha
3 days ago
Option B looks good, but I'm not sure if allowing all protocols is necessary. Maybe we can limit it to just TCP:8080 for both rules.
upvoted 0 times
...
Jeanice
7 days ago
Hmm, this seems straightforward. I think option B is the way to go, as it specifically targets the service accounts for each tier.
upvoted 0 times
...
Dan
9 days ago
Why do you think C is the correct answer?
upvoted 0 times
...
Tennie
13 days ago
I disagree, I believe the correct answer is C.
upvoted 0 times
...
Dan
17 days ago
I think the answer is B.
upvoted 0 times
...

Save Cancel