nerdexam
CompTIA

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.

Troubleshooting

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

CV0-004 question #34 exhibit

Options

  • AIncorrect version
  • BTest case failure
  • CBroken build pipeline
  • DDependency issue

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    4% (1)
  • C
    7% (2)
  • D
    79% (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

#CI/CD pipeline#Build failure#Dependency management#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice