Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Salesforce Development-Lifecycle-and-Deployment-Designer Salesforce Certified Development Lifecycle and Deployment Architect (WI23) Exam Practice Test

Note! Following Development-Lifecycle-and-Deployment-Designer Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is Development-Lifecycle-and-Deployment-Architect
Page: 1 / 0
Total 1 questions

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

Question 1

Universal Containers has five development teams. The performance of the teams has

been good, but the number of bugs has been increasing. After each sprint, they need more time to

understand the code and make changes.

What are two ways to improve the performance?

Choose 2 answers

Options:

A.

Definea team that will analyze/approve all changes.

B.

Define and follow code standards.

C.

Sprint review process.

D.

Version control system to identify who is generating the bugs.

Question 2

What are three benefits of managing change with Packaged Development?

Choose 3 answers

Options:

A.

Versioning to help with change management.

B.

Making the release cycle more efficient and agile.

C.

Modular development process with specification of dependencies among packages.

D.

Manage the number of sandboxes needed to successfully deploy.

E.

Clearly dividesdevelopers and testers.

Question 3

Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a newfield to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers

Options:

A.

Use a Change Set to deploy the changes from Production to the sandbox, to ensurethat changes made in production are reflected in the sandbox that the developers are working on

B.

Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

C.

Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

D.

Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

Question 4

Universal Containers (UC) uses a managed package toinstall an internal Sales app in

five orgs. Within each org there are integrations and local processes with the objects of the

managed package. UC wants to use unlocked packages for better integration with CI/CD

processes.

What would the Salesforce architect recommend for this migration?

Options:

A.

Export all data from objects/fields of the managed package, uninstall it, install the

unlocked package with the same namespace as the Managed package and restore all data.

B.

Export all data from objects/fields of the managed package, uninstall it, install the

unlocked package without namespace and restore all data.

C.

Do not change to unlocked package as it is possible to perform all CI/CD processes with

the managed package.

D.

Migrate all classes, Visualforce, and components from the managed package to the

unlocked package. Install the new version of the managed package (objects/fields only)

and the unlocked package with the other components.

Question 5

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

Question 6

Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an externalendpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items.

What two testing types should an architect recommend to ensure users don't face platform slowdowns during peak business hours? Choose 2 answers

Options:

A.

Stress Testing

B.

Unit Testing

C.

Load Testing

D.

Performance Testing

Question 7

Universal Containers (UC) just started configuration and customization of its Salesforce organization. Thearchitect suggested the definition of an application lifecycle management (ALM) process.

What are three benefits of following an ALM process?

Choose 3 answers

Options:

A.

Avoiding defects from being deployed to production.

B.

Training new users after each minor andmajor release.

C.

Defining metrics for application development project success.

D.

Releasing new features on a consistent schedule.

E.

Preventing existing working functionality from stopping

Question 8

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

Question 9

Universal Containers has several concurrent projects building new functionality, fixing bugs, and modifying existing functionality. Management would like features to be available to users asquickly as possible, even if the entire project is incomplete. What should an Architect recommend to maintain quality?

Options:

A.

Require developers to deploy completed code and unit tests directly to production

B.

Deploy all functionality together to ensure all functionality works together without error

C.

Use a spreadsheet to track approved changes that should be released with change sets

D.

Utilize automated source control, test, and build systems to test and deploy to production

Question 10

Which two project situations favor an Agile methodology? Choose 2 answers

Options:

A.

A digitization project to update an existing customer -facing process and enable quick adjustments

B.

A project to beexecuted by a third party, with a fixed and formal scope, budget, and timeline

C.

An environment with a heavy investment in DevOps capabilities for rapid testing and deployment

D.

A project with well-defined requirements and complex interactions between front- and back -end systems

Question 11

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

Question 12

Metadata API supports deploy () and retrieve () calls for file-based deployment.

Which two scenarios are the primary use cases for writing code to call retrieve () and deploy ()

methods directly?

Choose 2 answers

Options:

A.

Team development of an application in aDeveloper Edition organization. After

completing development and testing, the application is Distributed via Lightning

Platform AppExchange.

B.

Development of a custom application in a scratch org. After completing development and

testing, the applicationis then deployed into an upper sandbox using Salesforce CLI

(SFDX)

C.

Development of a customization in a sandbox organization. The deployment team then

utilize the Ant Migration Tool to deploy the customization to an upper sandbox for

testing.

D.

Development of a custom application in a sandbox organization. After completing

development and testing, the application is then deployed Into a production organization

using Metadata API.

Question 13

What are two advantages of automated test data loads over manual data loads

Choose 2 answers

Options:

A.

Automated loads can be done with no human oversight.

B.

FRED Automated loads are reliable in their results.

C.

Automated loads cannot be scripted by CICD tools.

D.

Automated loads will increase costs.

Question 14

Which two decisions should be made by an Architecture Review Board (ARB)? Choose 2 answers

Options:

A.

Whether to create a new Salesforce object or override an existing object using a new Record Type

B.

Whether to utilize the Waterfall or Agile methodology on the project

C.

What testing tools should be used to track integration testing requirements

D.

Whether to implement Single Sign -On with SAML or delegated authentication

Question 15

Universal Containers is a global organization that maintains regional production instances ofSalesforce. One region has created a new custom object to track Shipping Containers. The CIO has requested that this new object be used globally by all Salesforce instances and further maintained and modified regionally by local administrators. Which two deployment tools will support this request? Choose 2 answers

Options:

A.

Tooling API

B.

Force.com IDE

C.

Change sets

D.

Force.com Migration Tool

Question 16

Which two environments are appropriate for creating a managed package? Choose 2 answers

Options:

A.

Developer Pro Sandbox Org

B.

Partner Developer Edition Org

C.

Production Org with LMA

D.

Developer Edition Org

Question 17

Universal ContainersCUC) is embarked on a large Salesforce transformation journey, UC's DevOps team raised a question about tracking Salesforce metadata throughout the development lifecycle across sandboxes all the way to production.

As the deployment architect of the project, what should be the recommendation to track which version of each feature in different environments?

Options:

A.

Use an Excel sheet to track deployment steps and document the SFDX commands.

B.

Use an AppExchange or third-party tool that is specialized in Salesforce deployment.

C.

Use ChangeSet to track deployed customizations.

D.

Use Salesforce SFDX commands to deploy to different sandboxes.

Question 18

Universal Containers (UC) is planning for a huge data migration from a home grown on-premise system to Salesforce as part of their Service Cloud Implementation. UC has approximately 5 million customers,10 million contacts, and 30 million active cases. Which are the three key areas that should be tested as part of DataMigration? Choose 3 answers

Options:

A.

Case association with correct contact and Account.

B.

Case assignment rules and escalation rules.

C.

Case Ownership along with associated entitlement and milestones.

D.

Data transformation against the source system.

E.

Page Layout assignment to the profiles

Question 19

In Architect has been working on a large project for the past 6 months. This project must be live by the end of the current month. Which two planning techniques should the Architect use to ensure all metadata changes deploy smoothly and on time? Choose 2 answers

Options:

A.

Ensure all code that is being deployed is checked into source control

B.

Validate the final deployment package against production prior to go-live

C.

Create a new sandbox and perform a test deployment to that environment

D.

Upload a change set from sandbox to production as early as possible

Question 20

Universal Containers (UC) has multiple development teams that work on separate streams of work, with different timelines. Each stream has different releases of code and config, andthe delivery dates differ between them.

What is a suitable branching policy to recommend?

Options:

A.

Leaf-based development

B.

Trunk-based development

C.

GitHub flow

D.

Scratch-org-based development

Question 21

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

Question 22

Universal Containers (UC) is considering updating their Salesforce Release Management process. Which three best practices should UC consider for Release Management? Choose 3 answers

Options:

A.

Design theright sandbox strategy for the release.

B.

Release sign-off is only required for Production.

C.

Regression testing is mandatory for each release.

D.

Maintain a pre/post deployment checklist for each release.

E.

Publish a release calendar for each phase ofthe release.

Question 23

A Salesforce Administrator has initiated a deployment using a change set. the deployment has taken more time than usual. What is the potentialreason for this?

Options:

A.

The change set includes changes to permission sets and profiles.

B.

The change set includes Field type changes for some objects.

C.

The change set includes new custom objects and custom fields.

D.

The change set performance is independent of included components.

Question 24

Universal Containers has written several validation rules and workflow rules for the lead object. Which two test types should an Architect suggest to ensure that a large inbound call center does not experience platform slowdowns under high callvolume for the Lead object? Choose 2 answers

Options:

A.

Unit Test

B.

Stress Test

C.

Load Test

D.

Performance Test

Question 25

Which are two recommended methods of creating testdata in Salesforce?

Choose 2 answers

Options:

A.

Utilize Heroku Connect to provide test class data.

B.

Host a mock endpoint to produce sample information from an endpoint.

C.

Reference data from middleware directly within your test class.

D.

Load a CSV as a staticresource and reference it in a test class.

Question 26

What are three advantages of using the SFDX?

Choose 3 answers

Options:

A.

Can store code on a local machine, or a version control system.

B.

Can quickly deploy metadata using Execute Anonymous.

C.

Can create scratch orgs.

D.

Can use native Deployment Rollback Tool to quickly revert to prior state.

E.

Can Install application metadata from a central repository.

Question 27

Universal Containers (UC) is implementing Service Cloud UC's contact center receives 100 phone calls per hour and operates across North America ,Europe and APAC regions. UC wants the application to be responsive and scalable to support 150 calls considering future growth. what should be recommended test load consideration

Options:

A.

Testing load considering 50% more call volume.

B.

Testing load considering half the call volume.

C.

Testing load considering 10xthe current call volume.

D.

Testing load considering current call volume.

Question 28

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.

Question 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.

Question 30

Universal Containers CUC) has multi-cloud architecture in a single org. The Sales Cloud dev team is working in a Dev Pro sandbox (DevProl) of delivering a release In three months. The business requirements from Service Cloud warrant a quicker releasein four weeks, but need part of the Sales Cloud work that is completed in DevProl. The decision of using a separate Dev Pro sandbox (DevPro2) is still pending. The DevProl was upgraded to preview for next salesforce major release two weeks ago.

What shouldan Architect recommend?

Options:

A.

Ask the second work stream team to work on the same DevProl sandbox.

B.

Clone the DevPro1 sandbox and name It DevPro2 for the second work stream to work on the Service Cloud requirements.

C.

Push back on the requirements becauseadding another work stream will bring some risks with it.

D.

DevPro1 cannot be cloned because it is on a different version from Production. Just create a new DevPro2, and migrate metadata from DevPro1.

Question 31

Universal Containers (UC) has a customized repositorythat represents lots of different

apps or projects. UC currently is trying to shift from the org development model to the package

development model to manage changes. In the org development model, each developer starts

their work within their own personalsandbox.

When it comes to choosing development environments, what should a Salesforce architect

recommend?

Start using scratch orgs because a developer can spin up a scratch org to start a new

project, start a new feature branch, or startautomatedTesting.

B. Start using scratch orgs that tracks all of the changes automatically and proceed with a

staggered approach since scratch orgs can coexist With other models.

C. Keep developing in the dev sandboxes because scratch orgs are not within the code

deployment path.

D. Keep developing in the dev sandboxes, so that the developers feel no impact at all as they

are used to the sandbox development.

Options:

Question 32

Universal Containers (UC) is working on a major project and has determinedthat its approach to a certain feature will no longer work with an upcoming Salesforce platform release (e.g., Winter to Spring).What should a Technical Architect recommend to address this issue?

Options:

A.

Continue with the current approach, since Salesforce will rectify the issue prior to updating the production environment to the new platform release

B.

Continue development in a non -upgraded sandbox, and have the developer update the API version of the code to the upcoming API version for testing purposes

C.

Submit a request to Salesforce to enable the 'delay upgrade' feature in their org. Have the UC administrator schedule the upgrade for a later date

D.

Determine the developer sandbox upgrade schedule, and have the developer refactor the approach to the feature in the upgraded sandbox

Question 33

Universal containers has proposed using a Developer Edition org to stage changes to their Customer Community, which includes multiple custom Visualforce pages and components. Which three risks should a Technical Architect consider in this strategy? Choose3 answers

Options:

A.

Code changes cannot be deployed from a Developer Sandbox to Production.

B.

Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.

C.

Developer Edition orgs cannot have sandboxes,which will make team development difficult.

D.

Developer Edition orgs do not run on production servers and will not perform well during testing.

E.

Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment morecomplex

Page: 1 / 0
Total 1 questions