200-901 · Question #454
200-901 Question #454: Real Exam Question with Answer & Explanation
The correct answer is A: Artifactory. {"question_number": 6, "question": "Which CI/CD component stores code packages and enables testing of the same code running on the live system?", "correct_answer": "A. Artifactory", "explanation": "Artifactory (by JFrog) is an artifact repository manager that stores built package
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
Explanation
{"question_number": 6, "question": "Which CI/CD component stores code packages and enables testing of the same code running on the live system?", "correct_answer": "A. Artifactory", "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.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.