Notifications
Clear all

What strategy should an architect recommend?

1 Posts
1 Users
0 Likes
85 Views
(@velvertonernest)
Posts: 699
Noble Member
Topic starter
 

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.
    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.
    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.

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 26/11/2022 9:52 am
Share: