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

Pass Using Development-Lifecycle-and-Deployment-Designer Exam Dumps

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

Question 21

Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs. Which two use cases describe the usage of Metadata API? Choose 2 ans

Options:

A.

Perform CRUD operations o manage records in the organization.

B.

Migrate configuration changes between two organizations.

C.

Migrate data changes between two organizations using a csv file.

D.

Export current customization in the organization as an xml file.

Question 22

Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.

What two knowledge points can the architect pass to the development team lead?

Choose 2 answers

Options:

A.

The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.

B.

Install the Lightning test service AppExchange package to enable the Aura component testing.

C.

There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.

D.

The testing can be viewed inthe lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.

Question 23

Universal Containers CUC) is considering implementing a minor change policy for a series oflow-risk user stories that are commonly received by the UC admins. The policy would allow admins to make these changes directly in production. UC does not have continuous integration/continuous delivery (CI/CD) in place.

Which three best practices should the architect suggest UC follow for their new change policy? Choose 3 answers

Options:

A.

Minor changes do not need to be documented and can be made at any time.

B.

Minor changes should be thoroughly documented and follow some type of standard cadence.

C.

Allchanges should still be tested.

D.

CI/CD is required in to successfully manage minor changes.

E.

Downstream environments will not be automatically updated when production changes.

Question 24

Which two actions will contribute to an improvement of code security?

Choose 2 answers

Options:

A.

Hirea company specialized in secure code review the current code.

B.

Implement a pull request and secure code review.

C.

Integrate a static code security analysis tool in the CI/CD process.

D.

Use two developers to review and fix current code vulnerabilities.