CV0-004 · Question #34
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…
The correct answer is D. Dependency issue. 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.
Question
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?
Exhibit
Options
- AIncorrect version
- BTest case failure
- CBroken build pipeline
- DDependency issue
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C7% (2)
- D79% (22)
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.
Topics
Community Discussion
No community discussion yet for this question.
