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

Salesforce Developer Development-Lifecycle-and-Deployment-Architect Salesforce Study Notes

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

Question 85

Universal Containers has a stable continuous integration process and all stakeholders are happy. However, user testing takes longtime, as data has to be setup. What should an Architect do to address this problem?

Options:

A.

Include automated sample data during deployment.

B.

Advise the project manager to assign more users to create test data.

C.

Test data creation is outside the scope of continuous integration.

D.

Train business users to create test data more efficiently.

Question 86

In the effort of improving the code quality, Universal Containers (UC) has asked a

third-party system integrator to perform some independent code reviews. One piece of the

feedback is the development team is seemingly not doing enough negative unit testing.

Which are three usual symptoms of inadequate negative tests

Choose 3 answers

Options:

A.

Developers often have to turn to the debug log for details of the failed Apex executions.

B.

When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.

C.

An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.

D.

Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.

E.

The delivered user interfaces are regularly not meeting the expectations of the business users.

Question 87

Product owners at Universal Containers want to ensure that all the requirements have test cases associated with them so that no functionality is left untested during user acceptance testing.

What project artifact can help meet the needs of the business?

Options:

A.

User acceptance test scripts

B.

Testing strategy

C.

Test execution plan

D.

Requirement traceability matrix

Question 88

Universal Containers (UC) had implemented two full sandboxes. One, known as Stage,

is used for performance, regression testing, and production readiness check. The other is used primarily for user acceptance testing (UAT). Both full sandboxes were refreshed two months ago. Currently, UC is targeting to start user acceptance testing in two weeks, and do production release in four weeks. An admin also realized Salesforce will have a major release in six weeks.

UC needs to release on the current Salesforce version, but also wants to make sure the new

Salesforce release does not break anything

What should an architect recommend?

Options:

A.

Refresh Stage now, and do not refresh UAT. This way, Stage will be on preview and UAT will not.

B.

Use the Sandbox Preview Guide to check if there is any necessary action needed. UC might have to prepare, refresh, and redeploy to UAT.

C.

Visit trust.salesforce.com to figure out the preview cutoff dates, if the dates had passed, work with support to get on the preview instance.

D.

Refresh Stage from UAT now. After preview cutoff, use the upgraded one for regression test, use the non-upgraded one for user acceptance Test.