ExamGecko
Question list
Search
Search

Question 292 - 200-901 discussion

Report
Export

What is a procedural component of CI/CD pipelines?

A.

Bundled artifacts must be generated.

Answers
A.

Bundled artifacts must be generated.

B.

Every test must pass for the pipeline to continue its execution.

Answers
B.

Every test must pass for the pipeline to continue its execution.

C.

Some tests fall without stopping the pipeline execution.

Answers
C.

Some tests fall without stopping the pipeline execution.

D.

The release label that identifies the build is optional.

Answers
D.

The release label that identifies the build is optional.

Suggested answer: B

Explanation:


In a CI/CD (Continuous Integration/Continuous Deployment) pipeline, a procedural component is a specific step or action that is carried out in a specific order as part of the pipeline process. One of the procedural components of a CI/CD pipeline is that every test must pass in order for the pipeline to continue its execution. If any test fails, the pipeline will stop and the issue must be addressed before the pipeline can continue. This is an important procedural component of a CI/CD pipeline because it ensures that the code being deployed is of high quality and meets the necessary standards before it is released.

asked 07/10/2024
Haithem Hadef
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first