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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud DevOps Engineer topic 1 question 39 discussion

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

You have a CI/CD pipeline that uses Cloud Build to build new Docker images and push them to Docker Hub. You use Git for code versioning. After making a change in the Cloud Build YAML configuration, you notice that no new artifacts are being built by the pipeline. You need to resolve the issue following Site
Reliability Engineering practices. What should you do?

  • A. Disable the CI pipeline and revert to manually building and pushing the artifacts.
  • B. Change the CI pipeline to push the artifacts is Container Registry instead of Docker Hub.
  • C. Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.
  • D. Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Charun
Highly Voted 2 years, 10 months ago
D is correct
upvoted 21 times
...
ralf_cc
Highly Voted 2 years, 11 months ago
D - find out what's changed in the build spec
upvoted 12 times
...
habla2019pasta
Most Recent 3 days, 22 hours ago
Selected Answer: D
Option D - Figure out what was the recent change
upvoted 1 times
...
jomonkp
5 months, 2 weeks ago
Selected Answer: D
Option D
upvoted 2 times
...
aswani
10 months ago
are these questions relevant yet? with the new exam version launched in may
upvoted 2 times
...
JonathanSJ
1 year, 4 months ago
Selected Answer: D
D. Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug. This option allow you to compare the previous and current Cloud Build Configuration files and find what has been changed and understand what could be causing the issue. After identifying the problem, you can fix it and ensure that the pipeline is working correctly again. This approach is based on the SRE practices of identifying and resolving issues quickly and effectively.
upvoted 2 times
...
Greg123123
1 year, 4 months ago
D is correct. Honestly I couldn't relate this to any SRE practices. Anyone can give me a hints? I could deduce the answer though. A: It didn't mention anything urgent, so no need to mitigate in this ugly way. B: miss the point. It worked perfectly without CR, why change it? C: upload the yaml to CS won't identify the issue for you. D: this has to be correct. The question emphasize "code versioning" and "change in the Cloud Build YAML". We can easily identify the problem through comparison.
upvoted 2 times
...
floppino
1 year, 4 months ago
Selected Answer: D
Ans: D Exam passed and taken on 19/12/2022, 50/50 from this dump without buying the full access and looking for 'devops' word here: https://www.examtopics.com/discussions/google/1/
upvoted 2 times
...
EvelynSU
1 year, 5 months ago
D is correct
upvoted 1 times
...
GCP72
1 year, 9 months ago
Selected Answer: D
Answer is D
upvoted 1 times
...
[Removed]
1 year, 11 months ago
Guys, I'm wondering if we wouldn't solve the incident (A) before get the root cause(D).
upvoted 2 times
...
Ananda
2 years ago
Selected Answer: D
Submitted D in the exam
upvoted 2 times
akshay_jadhav
1 year, 12 months ago
How many questions are from this site for exam?
upvoted 2 times
...
...
vijaigcp
2 years, 3 months ago
Selected Answer: D
Would go with D
upvoted 3 times
...
Shasha1
2 years, 5 months ago
B is correct artifact can not push to Docker hub only docker images possible. therefore, need to push the artifacts to google cloud container registry not to the public docker hub. https://cloud.google.com/build/docs/interacting-with-dockerhub-images
upvoted 5 times
...
[Removed]
2 years, 11 months ago
I think D
upvoted 5 times
...
devopsbatch
2 years, 11 months ago
B push images into container registry instead docker hub
upvoted 1 times
akg001
2 years, 11 months ago
"After making a change in the Cloud Build YAML configuration, you notice that no new artifacts are being built by the pipeline"- means something wrong on the recent change not with the image registry. correct answer should be - D
upvoted 9 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 ...