Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 77
What are two roles of an artifact repository in a CI/CD pipeline? (Choose two.)
Answer options
- A. stores files needed and generated during the build process
- B. provides traceable, searchable, and manageable binary files
- C. is required for CI/CD pipelines executed on a public cloud infrastructure
- D. allows for comparing and merging changes in the source code
- E. is required for managing open source software
Correct answer: A, B
Explanation
The correct answers, A and B, highlight the primary functions of an artifact repository, which include storing essential files and providing organized access to binaries. Options C, D, and E do not accurately describe the core roles of an artifact repository; for example, not all CI/CD pipelines require an artifact repository or are dependent on public cloud infrastructure.