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

Download Latest Development-Lifecycle-and-Deployment-Architect Questions

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

Question 113

At Universal Containers, Salesforce administrators are making changes to the permission sets under instruction from the business. Randomly, various SOQL statements are failing.

What strategy could be advised to bring this issue to the developer's attention earlier?

Options:

A.

Extract each permission set, commit and merge to source control, and run through CI checks.

B.

Ask administrators to only make changes to profiles instead.

C.

Create a sandbox refresh strategy to ensure each sandbox is refreshed every day.

D.

Advice developers to switch to SOSL queries that are more robust instead.

Question 114

The team at Universal Containers is building an application on Java that will interact with its Salesforce application. They want to use SOQL queries to retrieve and make changes to smaller pieces of Salesforce metadata through this application.

Which API should the team leverage?

Options:

A.

Tooling API

B.

Any Salesforce API

C.

User Interface API

D.

Metadata API

Question 115

Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implemented continuous 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 and production.

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 select test classes in Production.

Question 116

Universal Containers is a global organization that maintains regional production

instances of Salesforce. One region has created a new application to track shipping containers.

The CIO has requested that this new application be used globally by all the Salesforce instances and further maintained and modified regionally by local administrators.

Which two deployment tools will support the request?

Choose 2 answers

Options:

A.

Change Sets B

B.

Developer Console

C.

ANT Migration Tool

D.

VS Code with Salesforce Extension