Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 591klB651

Note! The Development-Lifecycle-and-Deployment-Designer Exam is no longer available. Get in touch with our Live Chat or email us for more information about the Development-Lifecycle-and-Deployment-Architect Exam.

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

Questions 4

Universal Containers would like to conduct performance testing on its new major release. What three things should the architect consider when discussing performance testing?

Choose 3 answers

Options:

A.

Salesforce must be informed at least 7 days before starting performance tests.

B.

Salesforce will monitor test activity to ensure there are no issues with Salesforce

Services.

C.

Performance tests must be run in a sandbox.

D.

A business justification must be provided to Salesforce inorder to run performance

testing.

E.

Performance tests may be run without advanced notice, but Salesforce will not store

performance logs.

Buy Now
Questions 5

Cloud Kicks (CK) is launching a new sneaker line during the upcoming holiday season and needs to do a thorough batch data testing before Go-Live. CK is using Salesforce unlimited edition.

What two sandbox types should the architect recommend for batch data testing?

Choose 2 answers

Options:

A.

Developer Pro sandbox

B.

Partial Copy sandbox

C.

Developer sandbox

D.

Full sandbox

Buy Now
Questions 6

Universal Containers is in the process of testing their integration between salesforce and their on-premise ERP systems. The testing team has requested a sandbox with up to 10,000 records in each object to benchmark the integration performance. What is the fastest approach anArchitect should recommend?

Options:

A.

Spin off a partial copy sandbox using a sandbox template with all the objects required for testing the integration.

B.

Spin off a Developer pro sandbox, migrate the metadata and load the data using data loader.

C.

Spin offa full copy sandbox with all the objects that are required for testing the integration.

D.

Spin off a Development sandbox, migrate the metadata and load the data using data loader.

Buy Now
Questions 7

There are many types of quality assurance techniques that can help minimize defects in software projects.

Which two techniques should an architect recommend, for Universal Containers to incorporate into its overall CI/CD pipeline?

Choose 2 answers

Options:

A.

Business verification testing

B.

Stress testing

C.

Automated browser testing

D.

Static code quality analysis

Buy Now
Questions 8

Universal Containers is having trouble deploying metadata from SIT to UAT. UAT is

complaining that it does not recognize some new Salesforce metadata types to be deployed. The deployment from Dev to SIT worked perfectly

What could be the problem?

Options:

A.

There is no problem, this is expected behavior.

B.

UAT ison a preview release and SIT is not.

C.

SIT is on a preview release and UAT is not.

D.

Use the DX command line instead.

Buy Now
Questions 9

Universal Containers is reviewing its environment strategy. They have identified a need

for a new hotfix environment to resolve any urgent production issues.

Which two sandbox types would be appropriate to use as the hotfix environment?

Choose 2 answers

Options:

A.

Partial Copy sandbox

B.

Developer sandbox

C.

Full sandbox

D.

Developer Pro sandbox

Buy Now
Questions 10

Universal containers is looking to install a new application to enable advanced quoting in its current Professional Edition org. The org is near capacity with object and tab limits. Which two solutions should the Architect recommend? Choose 2 answers

Options:

A.

Install an Aloha certified App

B.

Upgrade to an Enterprise Edition org

C.

Create and install an unmanaged package

D.

Buy more user licenses to increase org limits

Buy Now
Questions 11

Universal Containers has many development teams deploying into a single org. The

business is very seasonal and approaching its busiest season. The business owner comes to you

asking for your advice about its next major production release.

What best practice should an architect recommend?

Options:

A.

Make declarative changes in production only.

B.

Bypass regression testing for minor changes.

C.

Avoid releasing near peak business periods.

D.

Developers should conduct user acceptance testing

Buy Now
Questions 12

Universal Containers has just initiated a project to implement a custom container tracking application with a large development team. The project manager is concerned that the large number of developers in a single developer pro sandbox could lead to challenges with code being overwritten. Which two methods should be used to mitigate this risk? Choose 2 answers

Options:

A.

Provide each developer their own sandbox developer org and implement a code repository and continuous integration to merge code into the developer pro sandbox

B.

Replace the developer pro sandbox with a Partial copy sandbox

C.

Use a single sandbox and strictly coordinate development across shared components, and implement a code repository to allow developers to merge code into a common repository

D.

Provide each developer their own sandbox developer org, and implement managed packages to deploy to the merge

Buy Now
Questions 13

Universal Containers CUC) is looking for advice on how often it should refresh its sandboxes. UC currently uses a development Mfecycle that starts with developerenvironments and moves to integration testing, QA testing, UAT, and then production. They have many scrum teams working concurrently and the teams do not agree on when refreshes should occur.

What two recommendations should the architect suggest?

Choose 2answers

Options:

A.

Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.

B.

Production is the only pristine environment.

C.

Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.

D.

Development environments should generally be refreshed after each working feature has been successfully migrated.

Buy Now
Questions 14

Universal Containers has just completed several projects, including new custom objects and custom fields. Administrators are having difficulty maintaining the application due to notknowing how objects and fields are being used. Which two options should an Architect recommend? Choose 2 answers

Options:

A.

Create Design standards to require help text on all custom fields and custom objects.

B.

Create Design standards to consistently use thedescription field on custom objects.

C.

Create Design standards with a document to store all custom objects and custom fields

D.

Create Design standards to require all custom fields on all custom object page layouts

E.

Create Design standards to consistently use the description field on custom fields.

Buy Now
Questions 15

What advice should atechnical architect provide in a Change Advisory Board meeting?

Options:

A.

Functionality meets the business needs.

B.

Solution is usable by the business.

C.

Solution is technically sound.

D.

Troubleshooting strategies for deployment issues

Buy Now
Questions 16

Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production .UC's Architect has suggested that they run only subsets of tests. Which two statements are true regarding running specific tests during deployments? Choose 2 answers

Options:

A.

To run a subset of tests, set the Run Specified Tests test level on the DeployOptions objects and pass it as an argument to deploy() call.

B.

run a subset of tests ,setthe RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.

C.

Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.

D.

Specifying the testmethod is supported in DeployOptions, therefore specify only the test classes that are required to be executed.

Buy Now
Questions 17

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 Stagenow, 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 tofigure 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.

Buy Now
Questions 18

Salesforce has three major releases a year.

Which type of change introduced by a release can cause automated browser tests to need updating?

Options:

A.

DOM changes

B.

New standard fields

C.

Metadata schema changes

D.

New Apex methods

Buy Now
Questions 19

Universal Containers recently added a new sales division to theEnsure that Record Type Ids match both Productiowhen migrating to Production, the Developer reports that Unit Tests are failing. What should an Architect do to ensure tests execute predictably?

Options:

A.

Ensure that Record Type Ids match both Production and Sandbox orgs

B.

Ensure executed Apex test run as valid users

C.

Ensure unit tests generate their own test data

D.

Ensure unit tests execute with seeAllData=true

Buy Now
Questions 20

Universal Containers has discovered a Sev0 defect in production. Tens of thousands of records will be created with incorrect data in minutes, producing significant branddamage as a consequence. The Salesforce administrator has suggested that the defective text field be replaced with a new picklist field directly in production. The page layout will be modified so that the text-field is removed and the new picklist field added.

What should the Salesforce architect advise?

Options:

A.

Deny the suggestion and explain to everyone that the risk is too high and the next release window is on the weekend.

B.

Pair with the administrator, and review each change as it happens

C.

Explain thatonly developers are certified to make changes directly in production.

D.

Call the security team and begin organizing d penetration test.

Buy Now
Questions 21

Universal Containers is working on the next phase of development for their Salesforce implementation involving a large amount of custom development. Which two strategies should be considered to address a critical production issue occurring in the middle of development? Choose 2 answers

Options:

A.

Createseparate branches for current development and production bug fixes and deploy the fix with current development when ready

B.

Utilize one branch for both development and production bug fixes to avoid out-of-sync branches and simplify deployment

C.

Utilize asource control system to allow separate branches for current development and production bug fixes

D.

Refresh a sandbox for replication of the issue and testing the use -case scenarios once the code is fixed

Buy Now
Questions 22

Which are two characteristics of an effective communication plan? Choose 2 answers

Options:

A.

Requesting feedback for outstanding architectural questions

B.

Consistent communication to a pre -defined list of stakeholders

C.

Reporting project status, timelines, and impacts

D.

Communication to stakeholders on a "need -to -know" basis

Buy Now
Questions 23

Universal Containers is looking to construct a continuous integration process to helpmanage code quality. Which three tools should be used to enable this? Choose 3 answers

Options:

A.

Force.com Migration Tool

B.

Full Sandbox Environment

C.

Source Control Tool

D.

Project Management Tool

E.

Continuous Integration Build Tool

Buy Now
Questions 24

The team at Universal Containers isbuilding 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.

ToolingAPI

B.

Any Salesforce API

C.

User Interface API

D.

Metadata API

Buy Now
Questions 25

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.

Buy Now
Questions 26

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.

Buy Now
Questions 27

Universal Containers (UC)operates globally from different geographical locations. UC is revisiting their current org strategy. Which three factors should an Architect consider for a single strategy? Choose 3 answers

Options:

A.

Increased ability to collaborate.

B.

Tailored implementation.

C.

Centralized data location.

D.

Consistent processes across the business.

E.

Fewer inter Dependencies.

Buy Now
Questions 28

Universal Containers has a deadline to retire a business -critical application that will no longerbe supported on a specific date. What should an Architect recommend?

Options:

A.

Executive Leadership

B.

Requirements Traceability Matrix

C.

Business Continuity Plan

D.

Agile Methodology

Buy Now
Questions 29

Universal Containers is having trouble aligning releases between major, minor, and Salesforce seasonal releases.

What should an architect recommend?

Options:

A.

Gate all release decisions at the center of excellence.

B.

Create a release calendar, train and align all the teams.

C.

Share the test plans between the teams on each release type.

D.

Create a spreadsheet of metadata changes and reconcile the overlaps.

Buy Now
Questions 30

Universal Containers (UC) has two subsidiaries which operate independently. UC has made the decision to operate two of separate Salesforce orgs, one for each subsidiary. However, certain functions and processes between the two orgs must bestandardized. Which two approaches should UC take to develop customizations once, and make them available in both orgs? Choose 2 answers

Options:

A.

Develop the functionality in a sandbox and deploy it to both production orgs

B.

Set up Salesforce-to-Salesforce to deploy the functionality from one org to the other

C.

Create a managed package in a sandbox and deploy it to both production orgs

D.

Create a package in a Developer Edition org and deploy it to both production orgs

Buy Now
Questions 31

Universal Containers CUC) is embarked on an enterprise salesforce transformation journey, UC would like to streamline and automate deployment to different sandboxes during the build phase. Upon customer acceptance in UAT, the company requested to automate the production deployment as well.

As the deployment architect, what is the recommendation to satisfy the customer requirements?

Options:

A.

Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.

B.

Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.

C.

Recommend using the ANT script and build a custom application to run the script and use change sets todeploy supported metadata.

D.

Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.

Buy Now
Questions 32

Universal Containers (UC) is implementingSalesforce and wants the custom code to be unit tested for all the adverse conditions. Which two best practices should an Architect recommend while implementing Test Classes? Choose 2 answers

Options:

A.

Execute test classes under various profiles

B.

Test classes should not create custom setting data.

C.

Test classes must use existing data in the environment.

D.

Test data must have positive as well as negative data.

Buy Now
Questions 33

A team of developers at Universal Containers has developed Apex Triggers and Apex

Classes in a sandbox. The team has also written test classes to unit test these triggers and classes. When executed in the sandbox, all the test methods pass and all the classes meet the minimum code coverage requirement. But when they tried deploying thesecomponents to production, a

few of these test methods failed

What should an architect recommend?

Options:

A.

Create test data in production before deploying the test classes

B.

Set SeeAllData to True to use the data in production.

C.

Explicitly set SeeAllData to True and generate data in test methods.

D.

Do not use SeeAllData and generate data in the test methods

Buy Now
Exam Name: Salesforce Certified Development Lifecycle and Deployment Architect (WI23)
Last Update: Nov 30, 2023
Questions: 1
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 20 Apr 2024