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

Exam Professional Cloud DevOps Engineer All Questions

View all questions & answers for the Professional Cloud DevOps Engineer exam

Exam Professional Cloud DevOps Engineer topic 1 question 68 discussion

Actual exam question from Google's Professional Cloud DevOps Engineer
Question #: 68
Topic #: 1
[All Professional Cloud DevOps Engineer Questions]

Some of your production services are running in Google Kubernetes Engine (GKE) in the eu-west-1 region. Your build system runs in the us-west-1 region. You want to push the container images from your build system to a scalable registry to maximize the bandwidth for transferring the images to the cluster. What should you do?

  • A. Push the images to Google Container Registry (GCR) using the gcr.io hostname.
  • B. Push the images to Google Container Registry (GCR) using the us.gcr.io hostname.
  • C. Push the images to Google Container Registry (GCR) using the eu.gcr.io hostname.
  • D. Push the images to a private image registry running on a Compute Engine instance in the eu-west-1 region.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nik22
Highly Voted 3 years, 1 month ago
To maximize the bandwidth for transferring the images to the cluster, one needs the the registry to be closer to the production or system where it needs to be deployed. I would go with C, since the production system is in Europe.
upvoted 18 times
...
Meyucho
Most Recent 11 months, 1 week ago
Selected Answer: B
It says PUSH!!! The building system is in US so the best option to push is US.
upvoted 1 times
lucs1080p
3 months, 3 weeks ago
Nope, you forgot about 'maximize the bandwidth' for transferring the images to the cluster, and the best option is allocate imagens in the same cluster region ;)
upvoted 1 times
...
...
jomonkp
12 months ago
Selected Answer: C
Option C
upvoted 1 times
...
jacknguyen
1 year, 2 months ago
C is the answer.
upvoted 1 times
...
JonathanSJ
1 year, 10 months ago
Selected Answer: C
C. Pushing the images to Google Container Registry (GCR) using the eu.gcr.io hostname will allow the images to be transferred to the GKE cluster in the eu-west-1 region with the best possible network performance. This will minimize the latency when the cluster pulls the images from the registry, maximizing the bandwidth for transferring the images to the cluster.
upvoted 2 times
...
mudot
2 years ago
Appeard in 7/11/2022 exam the answers were different in the exam. they are like a) us-docker.pkg.dev , b)europe-docker.pkg.dev c)europe-west1-docker.dev.pkg 4)private registry. answer : europe-docker.pkg.dev
upvoted 4 times
adasdsa
1 year, 11 months ago
c)europe-west1-docker.dev.pkg looks correct
upvoted 2 times
...
Feliphus
11 months, 1 week ago
I think you should answer C), because it exists the specific $LOCATION look at -> https://cloud.google.com/artifact-registry/docs/repositories/repo-locations As well, you can find some examples how to use it -> https://cloud.google.com/artifact-registry/docs/docker/copy-images
upvoted 1 times
...
...
zellck
2 years, 1 month ago
Selected Answer: C
C is the answer. https://cloud.google.com/container-registry/docs/pushing-and-pulling#add-registry - eu.gcr.io -> Stores images in data centers within member states of the European Union
upvoted 3 times
...
F1fans
2 years, 1 month ago
when i see this question,the option aren't those.The four option are eu.xxx,one of those, is eu-west-1.xxx,please notice.
upvoted 1 times
...
sid0127
2 years, 2 months ago
Selected Answer: C
c is the ans
upvoted 1 times
...
Rupo7
2 years, 4 months ago
It seems possible to choose the GCR region (I didn't know) https://cloud.google.com/container-registry/docs/pushing-and-pulling, therefore to maximize bandwidth to the the cluster (in europe) we must choose C (eu.gcr.io).
upvoted 1 times
...
buldas
2 years, 9 months ago
Selected Answer: C
Same region.
upvoted 2 times
...
Sekierer
2 years, 10 months ago
C is correct
upvoted 2 times
...
Manh
3 years ago
C for sure
upvoted 2 times
...
MBA_1
3 years ago
It's C - because of GDPR compliance. Hostname Storage location gcr.io Stores images in data centers in the United States asia.gcr.io Stores images in data centers in Asia eu.gcr.io Stores images in data centers within member states of the European Union us.gcr.io Stores images in data centers in the United States
upvoted 4 times
...
giammydell
3 years ago
C could be correct, but also D is nearer because in the same zone. A and B are are both in US
upvoted 3 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 ...