ExamGecko
Question list
Search
Search

Question 440 - 200-901 discussion

Report
Export

What is a component of the first stage of an application development CI/CD pipeline?

A.

developer writing the initial lines of code

Answers
A.

developer writing the initial lines of code

B.

triggering of the automated build phase

Answers
B.

triggering of the automated build phase

C.

commitment and pushing of code into a version control system

Answers
C.

commitment and pushing of code into a version control system

D.

triggering of the automated testing phase

Answers
D.

triggering of the automated testing phase

Suggested answer: C

Explanation:

The first stage of a CI/CD (Continuous Integration/Continuous Deployment) pipeline typically involves developers committing and pushing code into a version control system (VCS) such as Git. This stage sets the foundation for subsequent automated processes.

Initial Commit: The act of committing code means saving changes to the local repository.

Push to Repository: Pushing code sends the committed changes to a remote repository, making them available for the CI/CD pipeline to trigger automated processes such as building and testing.

Continuous Integration Fundamentals: CI/CD Overview

asked 07/10/2024
Sana Mehak
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first