nerdexam
Cisco

200-901 · Question #454

Which CI/CD component allows for the storing of code packages and enables the testing of the same code that is running on the live system?

The correct answer is A. Artifactory. Artifactory (by JFrog) is an artifact repository manager that stores built packages, binaries, Docker images, and other build artifacts. Because the same artifact stored in Artifactory is promoted from testing to staging to production, teams are guaranteed to test the exact…

Application Deployment and Security

Question

Which CI/CD component allows for the storing of code packages and enables the testing of the same code that is running on the live system?

Options

  • AArtifactory
  • BJira
  • CITSM
  • DGit

How the community answered

(24 responses)
  • A
    92% (22)
  • C
    4% (1)
  • D
    4% (1)

Explanation

Artifactory (by JFrog) is an artifact repository manager that stores built packages, binaries, Docker images, and other build artifacts. Because the same artifact stored in Artifactory is promoted from testing to staging to production, teams are guaranteed to test the exact same binary that runs in the live system - a key CI/CD principle. Jira (B) is an issue tracker. ITSM (C) refers to IT Service Management processes. Git (D) is a source code version control system that stores source code, not compiled/packaged artifacts.

Topics

#CI/CD#Artifact Repository#Package Management#Application Deployment

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice