
Answer-first summary for fast verification
Answer: Use versioning and metadata to manage and track artifacts and versions.
Using versioning and metadata to manage and track artifacts and versions is the correct approach. This method ensures consistency across different environments and services, aids in managing dependencies and version control, and guarantees uniform deployment of artifacts. Storing artifacts as binary files in Google Cloud Storage or using a single repository without separation by service or environment can complicate management and tracking. Similarly, relying on custom scripts for automation may introduce errors and inconsistencies, making it harder to maintain standards.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When designing a CI/CD pipeline for a service on Google Cloud Platform, what is a recommended best practice for creating and storing immutable artifacts in Artifact Registry?
A
Store all artifacts and versions as binary files in Google Cloud Storage.
B
Use a single artifact repository for all artifacts and versions, without separating them by service or environment.
C
Use versioning and metadata to manage and track artifacts and versions.
D
Use custom scripts to automate the artifact creation and storage process.
No comments yet.