Easter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free Access Salesforce Development-Lifecycle-and-Deployment-Designer New Release

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

Question 13

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?

Options:

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.

Question 14

Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implementedcontinuous integration. UC wants to improve old test classes whenever new functionality invalidates tests. UC also wants to reduce the deployment time required. What should Architect recommend?

Options:

A.

A Do not execute any test classes in sandboxes andProduction.

B.

Do not execute test classes in sandboxes and all test classes in Production.

C.

Test classes cannot be executed in sandboxes.

D.

Execute all test classes in sandboxes and selected test classes in Production.

Question 15

Universal Containers (UC) is using Salesforce for their sales organization. The sales users have created several dashboards using multiple running users. The admins have also added a few workflow rues that send email notifications to some sales users. What should an Architect consider while planning the deployment of such components? Choose 2 answers

Options:

A.

If the username in the source org doesn't exist in the target org, the deployment will continue and Salesforce will automatically create the username in the target org.

B.

User fields are ignored during metadata deployments and all such users need to be manually created in the target org before starting the deployment.

C.

If the username in the source org doesn't exist inthe target org, the deployment will stop until the usernames are resolved or removed.

D.

User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.

Question 16

Ursa Major Solar (UMS) has used Aura components significantly in its Salesforce

application development. UMS has established a robust test framework and the development

team follows the Salesforce recommended testing practices. UMS team uses Salesforce’s test tool To check for common accessibility issues.

In whichtwo environments the UMS team can call Aura accessibility tests?

Choose 2 answers

Options:

A.

JSTEST

B.

ACCTEST

C.

WebDriver Test

D.

AuraDriver Test