Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Ace Your Development-Lifecycle-and-Deployment-Architect Salesforce Developer Exam

Salesforce Certified Development Lifecycle and Deployment Architect (SP23) Questions and Answers

Question 13

Universal Containers (UC) environment management architect is using the package

development model for deployment to different orgs.

Which metadata changes does the architect need to track manually?

Options:

A.

No manual tracking required. All changes are automatically tracked.

B.

All metadata changes for the release.

C.

Changes to components not yet supported by source tracking.

D.

Only the changes made via the Setup UI.

Question 14

Universal Containers is about to begin Development work on a new project in their Salesforce org that will take many months to complete. UC is concerned about how critical bugs will be addressed for existing live functionality. What is the recommended release management strategy to address this concern?

Options:

A.

Include fixes for critical bugs in the ongoing Development sandboxes so that they will be released with the other code.

B.

Keep teams separate until the end of the project and create a Full Copy sandbox to merge their work then.

C.

Utilize a dedicated developer pro sandbox to address critical bugs and release to production.

D.

Address critical bugs in the Development sandboxes and push those changes to production separately.

Question 15

By to What three tools should an architect recommend to support application lifecycle methodology Choose 3 answers

Options:

A.

Database management systems

B.

Version control repository

C.

Middleware

D.

Continuous integration tool

E.

Issue tracking Tool

Question 16

Universal Containers (UC) is developing a custom Force.com application. The following tools are used for development, the Force.com IDE for developing apps. Git as a source control system and a Git repository, and the Force.com Migration Tool for updating sandboxes from source control. UC's current branching strategy calls for two main branches: 1) Master 2) Develop Three supporting branches: 1) Feature 2) Release 3) Hotflix Consider that the branching strategy is in parallel as follows Feature |Develop |Release |Hotfix |Master What is the recommended practice strategy that Developers should adopt for Development?

Options:

A.

Developers work off of the Feature branch, which is pulled from the Master branch and the Feature branch is then merged with the Develop branch.

B.

Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Develop branch.

C.

Developers work off of the Feature branch, which is pulled from the Release branch, and the Feature branch is then merged with the Develop branch.

D.

Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Hotfix branch.