ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 168 - Certified Development Lifecycle and Deployment Architect discussion

Report
Export

A team has completed a sprint and intends to deploy these changes after business approval, but they will immediately begin the next sprint.

What strategy should an architect recommend?

A.
The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.
Answers
A.
The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.
B.
Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.
Answers
B.
Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.
C.
Commit upcoming changes to the features branch without merging into the develop branch.Deploy from the develop branch and then merge new sprint features into the develop branch.
Answers
C.
Commit upcoming changes to the features branch without merging into the develop branch.Deploy from the develop branch and then merge new sprint features into the develop branch.
D.
Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox.Make fixes in the UAT environment and deploy UAT for production after business approval.
Answers
D.
Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox.Make fixes in the UAT environment and deploy UAT for production after business approval.
Suggested answer: B
asked 23/09/2024
Nogueira Elder
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first