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

Free and Premium Salesforce Development-Lifecycle-and-Deployment-Designer Dumps Questions Answers

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

Question 1

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.

Buy Now
Question 2

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 3

Universal containers have recently replaced a custom service center application with Salesforce Service Cloud. Administrators are now confused about which fields and classes are actively being utilized and how future implementations can be maintained. Choose 2 answers

Options:

A.

Create an adoption plan for end users using Salesforce dashboards and reports.

B.

Create a design standard requiring integration to use declarative configurations patterns

C.

Create a governance process requiring all projects to create project deliverable documentation.

D.

Create a standard method for deprecating classes and fields using design standards.

E.

Create a governance framework focused on high-level business strategy and goals.

Question 4

Universal Containers (UC) has recently acquired other companies that have their own Salesforce orgs.These companies have been merged as new UC business units.

The CEO has requested an architect to review the org strategy, taking into consideration two main factors:

• The CEO wants business process standardization among all business units.

• Businessprocess integration is not required as the different business units have different customers and expertise.

Which org strategy should the architect recommend in this scenario, and why?

Options:

A.

Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.

B.

Multi-org strategy, as it is uncommon for the diversified business units to get used to working in the same space as the other business units.

C.

A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.

D.

Single-org strategy, as costs increase as the number of orgs go up.

Question 5

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

Question 6

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 7

Universal Containers (UC) has integrated with their on-premise billing system using Salesforce Connect. The data is configured using an External Object in sandbox. UC wants to deploy the external object to production using the Metadata API and would like to know what Metadata types to choose for deployments to production. Which two options are valid metadata types related to deployment of external objects? Choose 2 answers.

Options:

A.

In change sets, external objects are included in the custom object component.

B.

In the Metadata API, the External Object metadata type represents external objects.

C.

In change sets, external objects are included in the External Object component.

D.

In the Metadata API, the Custom Object metadata type represents external objects.

Question 8

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 9

The CTO at UniversalContainers is complaining to the software development managers that he has no visibility of their teams’ work status.

What two software development methodologies should an architect suggest to solve this issue, and why?

Choose 2 answers

Options:

A.

Waterfall, because it defines a fixed schedule and duration for each activity.

B.

DevOps, because monitoring and logging practices help you stay informed of performance in real time.

C.

Scrum, because openness is one of the five core Scrum values.

D.

Kanban, because oneof its basic elements is to make everything visible, creating consistent transparency of work items

Question 10

UC'sscale of Salesforce deployment has increased over time, leading to complexities. UC is finding too many bugs in the deployed code, which has become a challenge to the delivery team. The team wants to reduce the amount of bugys by ensuring all the developed code is reviewed, tested, and validated in the upstream deployment process. Which three development practices will be best suited tp address UC's concerns? Choose 3

Options:

A.

Use continuous integration with automation testing.

B.

Encourage the development team to be self-organizing.

C.

Enable developer teams to do peer code review.

D.

Incorporate test-driven deployment into the project structure.

E.

Enable a short and timely feedback loop with customers

Question 11

Universal Containers (UC) has received feedback from the field on several new feature requests that in business goals, UC is looking for a way to quickly get feedback and prioritize these requests. Which two options should an Architect recommend? Choose 2answers

Options:

A.

Present the feature requests at a Center of Excellence meeting.

B.

Create design standards around the new features being requested.

C.

Bring the feature request to the Test Manager to gain quality checks.

D.

Create the backlog or priority list in a project management tool.

E.

Send the requests to IT for a formal review at the end of the year.

Question 12

Universal Containers (UC) development team is developing a managed package for

AppExchange.The product team has finished developing and testing, and wants to submit a

Security Review. However, the product manager has concerns on the few errors from the

Checkmarx code scanner.

How should the product team proceed?

Options:

A.

Review the Checkmarx errors. If there is no need to fix, mark them as false positive and

attach explanation, then submit.

B.

Leave them to the Salesforce security review team, they would catch it if those are true

problems.

C.

Leavee a partner support case, the partner manager will engage Salesforce support

resources to help.

D.

Review the Checkmarx errors and fix all of them before submitting security review.

Salesforce security review team will reject the request if any error remains.

Question 13

A team has completed a sprint and intends to deploy these changes after business approval, but they will immediately begin the next sprint.

What strategy should an architect recommend?

Options:

A.

The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.

B.

Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.

C.

Commit upcoming changes to the features branch without merging into the develop branch. Deploy from the develop branch and then merge new sprint features into the develop branch.

D.

Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox. Make fixes in the UAT environment and deploy UAT for production after business approval.

Question 14

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

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

Question 15

Universal Containers (UC) is using Salesforce for their sales organization. The sales users have created several dashboards using multiple running users. The admins have also added a few workflow rues that send email notifications to some sales users. What should an Architect consider while planning the deployment of such components? Choose 2 answers

Options:

A.

If the username in the source org doesn't exist in the target org, the deployment will continue and Salesforce will automatically create the username in the target org.

B.

User fields are ignored during metadata deployments and all such users need to be manually created in the target org before starting the deployment.

C.

If the username in the source org doesn't exist inthe target org, the deployment will stop until the usernames are resolved or removed.

D.

User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.

Question 16

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 17

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.

Question 18

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 19

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 20

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

Question 25

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 26

Universal Containers (UC) has multiple teams with major projects working

concurrently in their own developer sandboxes. After deploying to production, a bug is

discovered. Due to tight timelines, the development team has suggested correcting the bug in the user acceptance testing (UAT) environment, which is a full copy sandbox.

What should the architect recommend?

Options:

A.

UC should spin up a new sandbox to use as a hot fix environment. Once the bug is

corrected, the change should beapplied to production and downstream environments.

B.

The fix should be made in the developer environment where the project work was done.

Once the fix has been made, it should go through a full deployment/testing process and

adhere to the normal projectcadence.

C.

Since the issue was found in production, it should be treated as a change request and go

into the backlog as an enhancement.

D.

Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest

location to fix and test the resolution.

Question 27

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.

Question 28

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 29

Universal Containers (UC) is looking at implementing a large number of features using an AppExchange product. This product uses Sobjects to store and configure important business

logic within the application.

Which two options should an architect recommend, as the source of truth for storing this

reference data?

Choose 2 answers

Options:

A.

Store the records in sandboxes and production.

B.

Store the records in a version control system.

C.

Use a third-party product to manage these records.

D.

Attach CSV files to the user stories in a project management system.

Question 30

What are three advantages of using a Source Control system alongside a multi -sandbox development strategy? Choose 3 answers

Options:

A.

Perform code reviews before promoting to a pre -production sandbox

B.

Automatically deploy changes from sandbox to production

C.

Keep a history of changes made by each developer

D.

Create a branching strategy that tracks each feature or change separately

E.

Act as a backup in case of catastrophic data loss

Question 31

Universal Containers is about to begin the release ofa major project. To facilitate this, they have several sandboxes to make their deployment train. These sandboxes are a mix of preview and non-preview instances.

What should the architect recommend?

Options:

A.

Refresh all non-preview sandboxes during the release preview window.

B.

Refresh all non-preview sandboxes when the release management team has time.

C.

No advice needed, mixing instance types is important for regression testing.

D.

Contact support to rollback the release when Salesforce upgrades the sandboxes,

Question 32

Universal Containers has automated its deployment process using Metadata API. However, they found that Metadata API doesn't support all the components yet. What should be done to address this?

Options:

A.

Deploy unsupported components manually before/after deployment.

B.

Use AppExchange products to deploy unsupported components.

C.

Usechange sets for deploying all the unsupported components.

D.

Use the force.com IDE for deploying the unsupported components.

Question 33

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