ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 36 - Professional Cloud DevOps Engineer discussion

Report
Export

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.
Answers
A.
Disable the CI pipeline and revert to manually building and pushing the artifacts.
B.
Change the CI pipeline to push the artifacts to Container Registry instead of Docker Hub.
Answers
B.
Change the CI pipeline to push the artifacts to 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.
Answers
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.
Answers
D.
Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.
Suggested answer: D

Explanation:

'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.

asked 18/09/2024
Puth Sovann
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first