ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 64 - CV0-004 discussion

Report
Export

A developer is building a new application version using a CI/CD pipeline. The developer receives the following error message log when the build fails:

Which of the following is the most likely cause of this failure?

A.
Incorrect version
Answers
A.
Incorrect version
B.
Test case failure
Answers
B.
Test case failure
C.
Broken build pipeline
Answers
C.
Broken build pipeline
D.
Dependency issue
Answers
D.
Dependency issue
Suggested answer: D

Explanation:

The error message indicates that the 'requests' module, which is a dependency, is not found. The failure is most likely due to the 'requests' library not being installed or not included in the environment where the application is running.

Reference: Dependency management is a crucial part of maintaining a CI/CD pipeline, a topic included in the CompTIA Cloud+ examination objectives.

asked 02/10/2024
Jonathan McGurgan
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first