Summer Sale - Special Discounts Limited Time 55% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 63r59951

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

Questions 4

Which two actions will contribute to an improvement of code security?

Choose 2 answers

Options:

A.

Hire a 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 5

Which two groups are responsible for the creation and execution of Release Management processes? Choose 2 answers

Options:

A.

Steering Committee

B.

End Users

C.

Dev/Build Team

D.

Center of Excellence

Buy Now
Questions 6

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.

Buy Now
Questions 7

Universal Containers (UC) is midway through a large enterprise project. UC is working

in an agile model, and currently has four-week iterations, with a branching strategy supporting

this approach. UC operates in a strict regulatory environment, and has dedicated teams for

security, QA, and release management. The system is live with users, and a serious production

issue is identified at the start of a sprint, which is narrowed down to a bug in some Apex code.

Which three approaches should an architect recommend to address this bug?

Choose 3 answers

Options:

A.

Investigate potential data impacts.

B.

Fix the bug in a hotfix branch.

C.

Wait until the next release to deploy the fix.

D.

Attempt to fix the bug directly in production.

E.

Seek stakeholder approval for the hotfix.

Buy Now
Questions 8

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.

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

Buy Now
Questions 9

Universal Containers is about to begin the release of a 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 roll back the release when Salesforce upgrades the sandboxes,

Buy Now
Questions 10

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 off a 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 11

Universal Containers (UC) has a large user base (>300 users) and was originally implemented eight years ago by a Salesforce Systems Integration Partner. Since then, UC has made a number of changes to its Visual force pages and Apex classes in response to customer requirements, made by a variety of Vendors and internal teams. Which three issues would a new Technical Architect expect to see when evaluating the code in the Salesforce org? Choose 3 answers

Options:

A.

Multiple triggers on the same object, making it hard to understand the order of operations.

B.

Multiple unit test failures would be encountered.

C.

Broken functionality due to Salesforce upgrades.

D.

Duplicated logic across Visual force pages and Apex classes performing similar tasks.

E.

Custom-built JSON and String manipulation Classes that are no longer required.

Buy Now
Questions 12

By to What three tools should an architect recommend to support application lifecycle methodology Choose 3 answers

Options:

A.

Database management systems

B.

Version control repository

C.

Middleware

D.

Continuous integration tool

E.

Issue tracking Tool

Buy Now
Questions 13

What would a technical architect recommend to avoid possible delays while deploying a change set?

Options:

A.

Change set performance is independent of included components.

B.

Manually create new custom objects and new custom fields.

C.

Manually apply the field type changes.

D.

Manually validate change sets before deployment.

Buy Now
Questions 14

There has been an increase in the number of defects. Universal Containers (UC) found the root cause to be decreased in quality of code. Which two options can enforce code quality in UC's continuous integration process? Choose 2 answers

Options:

A.

Introduce manual code review before deployment to the testing sandbox.

B.

Introduce manual code review before deployment to the production org.

C.

Increase the size of the testing team assigned to the project.

D.

Introduce static code analysis before deployment to the testing sandbox.

Buy Now
Questions 15

Universal Containers CUC) 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 Change Set to track deployed customizations.

D.

Use Salesforce SFDX commands to deploy to different sandboxes.

Buy Now
Questions 16

Universal Containers is planning to release simple configuration changes and enhancements to their Sales Cloud. A Technical Architect recommend using change sets. Which two advantages would change sets provide in this scenario? Choose 2 answers

Options:

A.

An easy way to deploy related components.

B.

The ability to deploy a very large number of components easily.

C.

A simple and declarative method for deployment.

D.

The ability to track changes to component.

Buy Now
Questions 17

Universal Containers is a global organization that maintains regional production instances of Salesforce. 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

Buy Now
Questions 18

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 be executed 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

Buy Now
Questions 19

Which are the two key benefits of fully integrating an agile issue tracker with software testing and continuous integration tools? Choose 2 answers?

Options:

A.

Developers can see automated test statuses that commit on a specific user story.

B.

Developers can collaborate and communicate effectively on specific user stories.

C.

Developers can observe their team velocity on the burn chart report in the agile tool.

D.

Developers can use the committed code's build status directly on the user story record.

Buy Now
Questions 20

Universal Containers (UC) environment management architect is using the package

development model for deployment to different orgs.

Which metadata changes does the architect need to track manually?

Options:

A.

No manual tracking required. All changes are automatically tracked.

B.

All metadata changes for the release.

C.

Changes to components not yet supported by source tracking.

D.

Only the changes made via the Setup UI.

Buy Now
Questions 21

Universal Containers has many backlog items and competing stakeholders who cannot agree on priority.

What should an architect do to overcome this?

Options:

A.

Facilitate the design of a prioritization model with the stakeholders.

B.

Organize a sprint planning meeting with the Scrum team.

C.

Take over prioritization for the stakeholders.

D.

Allow the delivery teams to pick the best work for the business.

Buy Now
Questions 22

Universal Containers (UC) is preparing for the new Salesforce release in a couple of months, and has several ongoing development projects that may be affected. Which three steps should the team at UC take to prepare for this release? Choose 3 answers

Options:

A.

Contact Salesforce to schedule a time to upgrade the full Sandbox.

B.

Refresh a Sandbox during the Release Preview Window to ensure they have the upcoming release.

C.

Run regression tests in an upgraded sandbox to detect any issues with the Upgrade.

D.

Review the release notes for automatically-enabled features and technical debt.

E.

Upgrade any SOAP integrations to the newest WSDL as early as possible

Buy Now
Questions 23

Universal Containers has three types of releases in its release management strategy: daily, minor (monthly), and major (quarterly). A user has requested a new report to support an urgent client request. What release strategy would an Architect recommend?

Options:

A.

Utilize the major release process to create the report directly in production bypassing the full sandbox.

B.

Utilize the minor release process to create the report directly in production bypassing the full sandbox.

C.

Utilize the major release process to create the report in a full sandbox and then deploy it to production.

D.

Utilize the daily release process to create the report directly in a full sandbox and then deploy it to production.

Buy Now
Questions 24

Universal Containers (UC) is embarking on a large program of work, with different projects and different vendors. UC created a center of excellence (COE) that is struggling with scope creep between the different projects.

What role should the architect suggest be added to the COE?

Options:

A.

Scrum master

B.

Release managers

C.

Product owner

D.

Change managers

Buy Now
Questions 25

What is a main characteristic of an agile team?

Options:

A.

The team uses Scrum, Kanban, and Extreme Programming.

B.

The team has biweekly sprints to ensure on-time delivery.

C.

The team delivers new releases on dates defined in the beginning of the project, following a project plan

D.

The team improves and evolves its processes and frequently delivers value to the end users.

Buy Now
Questions 26

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 call volume for the Lead object? Choose 2 answers

Options:

A.

Unit Test

B.

Stress Test

C.

Load Test

D.

Performance Test

Buy Now
Questions 27

Universal Containers CUC) is hiring offshore agile development teams to decrease costs and enhance UC's capability of delivering new features to its customers. However, the CTO Is not able to follow or measure the work of those teams.

What should an architect recommend to increase transparency?

Options:

A.

Schedule a daily stand-up meeting with representatives of all offshore teams to share the progress of the teams.

B.

Request the offshore teams to send daily emails to the CTO with the progress of the teams.

C.

Ask the offshore teams to add their progress and status in a shared spreadsheet.

D.

A Request the offshore teams to share their work in progress in a virtual Kanban board tool.

Buy Now
Questions 28

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 is on 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 29

Universal Containers recently added a new sales division to ensure that Record Type IDs match both products 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 see AllData=true

Buy Now
Questions 30

Universal Containers has just completed several projects, including new custom objects and custom fields. Administrators are having difficulty maintaining the application due to not knowing 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 the description 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 31

Northern Trail Outfitter’s development team has built new features for its sales team in

the Asia-Pacific region. While testing the Apex classes, the developers are constantly hitting the governor limits.

What should the architect recommend during the review to address this issue?

Options:

A.

Use test.startTest() and test.stop Test() methods to reset governor limits.

B.

Use an AppExchange product which can temporarily increase the governor limits.

C.

Use the auto reset property to automatically reset governor limits during off-hours.

D.

Use test.setLimit() and test.resetLimit() methods to reset governor limits.

Buy Now
Questions 32

Universal Containers CUC) has decided to improve the quality of work by the development teams. As part of the effort, UC has acquired some code review software licenses to help the developers with code quality.

Which are two recommended practices to follow when conducting secure code reviews? Choose 2 answers

Options:

A.

Generate a code review checklist to ensure consistency between reviews and different reviewers.

B.

Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.

C.

Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.

D.

Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.

Buy Now
Questions 33

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

Buy Now
Questions 34

Universal Containers (UC) has been using Salesforce Sales Cloud for many years

following a highly customized, single-org strategy with great success so far.

What two reasons can justify a change to a multi-org strategy?

Choose 2 answers

Options:

A.

UC is launching a new line of business with independent processes and adding any new feature to it is too complex.

B.

UC wants to use Chatter for collaboration among different business units and stop working in silos.

C.

UC follows a unification enterprise architecture operating model by having orgs with the same processes implemented foreach business unit.

D.

Acquired company that has its own Salesforce org and operates in a different business with its own set of regulatory requirements.

Buy Now
Questions 35

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 36

Universal Containers has just initiated a project involving a large distributed development and testing team. The development team members need access to a tool to manage requirements and the testing team needs access to a tool to manage defects. Additionally, stakeholders are requesting ad -hoc status reports. What tool should an Architect recommend to support the project?

Options:

A.

Spreadsheets

B.

Code Repository

C.

Wave

D.

Port management tool

Buy Now
Questions 37

Universal Containers CUC) has multiple teams working on different projects. Multiple projects will be deployed to many production orgs. During code reviews, the architect finds inconsistently named variables and lack of best practices.

What should an architect recommend to improve consistency?

Options:

A.

Create a Center of Excellence for release management.

B.

Require pull requests to be reviewed by two developers before merging.

C.

Use static code analysis to enforce coding standards.

D.

Execute regression testing before code can be committed.

Buy Now
Questions 38

Universal Containers (UC) has a recruiting application using Metadata API version 35, and deployed it in production last year. The current Salesforce platform is running on API version 36.A new field has been introduced on the object Apex page in API version 36. A UC developer has developed a new Apex page that contains the new field and is trying to deploy the page using the previous deployment script that uses API version 35. What will happen during the deployment?

Options:

A.

The deployment script will pass because the new field is backward compatible with the previous API version 35.

B.

The deployment script will fail because the new field is not known for the previous API version 35.

C.

The deployment script will pass because the new field is supported on the current platform version.

D.

The deployment script will fail because the platform doesn't support the previous API version 35.

Buy Now
Questions 39

Universal Containers has asked the salesforce architect to establish a governance framework to manage all of those Salesforce initiatives within the company. What is the first step the Architect should take?

Options:

A.

Implement a comprehensive DevOps framework for all initiatives within Universal Containers

B.

Establish a global Center of Excellence to define and manage Salesforce development standards across the organization

C.

Identify relevant Stakeholders from within Universal Containers to obtain governance goals and objectives

D.

Implement a project management tool to manage all change requests on the project

Buy Now
Questions 40

Which two options should be considered when making production changes in a highly regulated and audited environment?

Choose 2 answers

Options:

A.

All changes including hotfixes should be reviewed against security principles.

B.

Any production change should have explicit stakeholder approval.

C.

No manual steps should be carried out.

D.

After deployment, the development team should test and verify functionality in production.

Buy Now
Questions 41

Universal Containers is starting a Center of Excellence (COE). Which two user groups should an Architect recommend to join the COE?

Options:

A.

Call Center Agents

B.

Program Team

C.

Executive Sponsors.

D.

Inside Sales Users.

Buy Now
Questions 42

Universal Containers (UC)operates globally from different geographical locations. UC is revisiting its 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 43

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 one of its basic elements is to make everything visible, creating consistent transparency of work items

Buy Now
Questions 44

Universal Containers is looking to construct a continuous integration process to help manage 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 45

Universal Containers is validating an outbound change set from the Developer Sandbox to the production org. Which two locking behaviors will occur during a deployment? Choose 2 answers

Options:

A.

The production org will be locked. Administrators cannot modify metadata during this time

B.

The sandbox org will be locked. Administrators cannot modify metadata

C.

The production org will be locked. Users can only Read data during this time

D.

The production org will be locked. Users will still be able to Read/Write data to the org

Buy Now
Questions 46

Universal Containers (UC) have developed a managed package targeted for AppExchange. The product includes some Apex code to customize and create layouts. UC is in the testing phase of the package, so it's not certified yet. During testing on the target org, the Apex code for the layouts fails.

Why are the Apex classes not able to access the metadata of the target org during testing?

Options:

A.

Apex Settings to allow the access to metadata is not switched on.

B.

UC needs to turn on Apex Settings within the custom metadata type.

C.

The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.

D.

UC needs to get the managed package certified by the Salesforce security review.

Buy Now
Questions 47

Universal Containers wants to delete the day’s test data in a partial copy sandbox every

night, setting the sandbox back to a fresh state for tomorrows testing. The test data is

approximately 1GB.

What is the best strategy the architect should recommend?

Options:

A.

Manually delete all records individually.

B.

Execute a batch job that deletes all records created on the day.

C.

Create a new developer copy sandbox every night.

D.

Refresh the sandbox every night.

Buy Now
Questions 48

Which statement is true for the Staging sandbox in the following diagram?

Development-Lifecycle-and-Deployment-Architect Question 48

Options:

A.

When created or refreshed, the Staging sandbox is a full replica of Production

B.

The Staging sandbox is automatically refreshed on a schedule set by the administrator

C.

Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time

D.

The Staging environment can only be updated once every two weeks

Buy Now
Questions 49

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 these components 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
Questions 50

Universal Containers (UC) has four different business units (BUS) with different

processes that share global customers. They have implemented a multi-org strategy with one org consolidating customer 360-degree view, and four orgs for the different BUS. Each of the BU orgs read and write customer information from/to the customer 360-degree view org in real time. UC is now launching a new BU that will use Salesforce. It does not share customers with the

other BUS and needs flexibility in their Business processes.

What should an architect recommend as org strategy for this new BU

Options:

A.

Use a new stand-alone Salesforce org for the new BU, not integrated with the others.

B.

Deploy the new BU in customer 360-degree view org, and read and write customer information from it without need of custom integration.

C.

Use the same Salesforce org of another BU that shares geographical localization with the new BU.

D.

Use a new Salesforce org for the new BU, and customize integration so that it reads and writes customer information from the customer data org

Buy Now
Questions 51

A developer on the Universal Containers team has written a test class to test a method

that involves a web service callout. Within the test class, the developer is supposed to load test

data, create an instance of the Mock object, set the Test.setMock() to that Mock object, call

startTest(), execute the code that makes the callout, call stopTest(), and compare the result with

expectations. Unfortunately, the Developer forgot to use the Test.setMock() method step.

What would happen when the developer runs this test class?

Options:

A.

The test class fails without error message since the test class will simply skip the webservice callout during the execution.

B.

The test class fails and the developer will see a message stating: Methods defined asTestMethod do not support Web service callouts.

C.

The test class would make the web service callout and may or may not fail depending on the circumstances on the web service end

D.

It is impossible to miss the Test.setMock() statement, the Developer Console will not let the developer save it since the test method callout

Buy Now
Questions 52

Universal Containers wants to implement a release strategy with major releases every four weeks and minor releases every week. Major releases follow the Development, System Testing (SIT), User Acceptance Testing (UAT), and Training Minor releases follow Development and User Acceptance Testing (UAT) stages. What represents a valid environment strategy consideration for UAT?

Options:

A.

Minor releases use Partial copy and Major releases use Full copy

B.

Minor and Major releases use separate Developer pro

C.

Minor releases use Developer and Major releases Full copy

D.

Minor and Major releases use the same Full copy.

Buy Now
Questions 53

Universal Containers has three types of releases in their release management strategy: daily, minor (monthly), and major (quarterly). A user has requested a new report to support an urgent client request. What release strategy would an Architect recommend?

Options:

A.

Utilize the major release process to create the report directly in production bypassing the full sandbox.

B.

Utilize the minor release process to create the report directly in production bypassing the full sandbox.

C.

Utilize the major release process to create the report in a full sandbox and then deploy it to production.

D.

Utilize the daily release process to create the report directly in a full sandbox and then deploy it to production.

Buy Now
Questions 54

At any given time, Universal Containers has 10 Apex developers building new functionality and fixing bugs. Which branching strategy should an Architect recommend that mitigates the risk of developers overwriting others changes?

Options:

A.

Have all developers build new functionality in new branches, but fix bugs in the HEAD

B.

Have all developers work in the same branch, continuously testing for regressions

C.

Have developers work in separate branches and merge their changes in a common branch for testing

D.

Don't use source control. Rely on Salesforce's built-in conflict detection mechanism

Buy Now
Questions 55

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, and thedelivery 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

Buy Now
Questions 56

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.

Create separate 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 a source 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 57

A Salesforce partner intends to build a commercially available application by creating a managed package for distribution through AppExchange.

What two types of environments can the partner use for development of the managed package? Choose 2 answers

Options:

A.

Developer Edition

B.

Partner Developer Edition

C.

Developer sandbox

D.

Developer Pro sandbox

Buy Now
Questions 58

Universal Containers (UC) has many different business units, all requesting new projects to be built into a single Salesforce Org. UC management is concerned with a lack of appropriate project properties and roadmap for the Salesforce ecosystem. What should an Architect recommend?

Options:

A.

Use design Standards for Governance.

B.

Create a Center of Excellence with a charter document.

C.

Create a Release Management Process.

D.

Create project charters for each project.

Buy Now
Questions 59

Universal Containers (UC) is a high-tech company using SFDX tools and methodologies for its Salesforce development. T UC has moved some of its code and configuration to Unlocked Packages.

Which two best practices should an architect recommend to support UC's new package development strategy?

Choose 2 answers

Options:

A.

Version control does not need to be used, as packages manage all the code and configuration.

B.

Test developed packages in test environments before installing to production.

C.

Move everything in the existing codebase to a single monolithic package.

D.

Consult the metadata coverage report to identify features supported by packages.

Buy Now
Questions 60

Universal Containers has decided on a single-org strategy, despite having to deal with the complexity of having multiple lines of business (LOBs) inside a single org.

What are two common challenges in single-org strategy for multiple LOBs?

Choose 2 answers

Options:

A.

The data model becomes more complex the scope in the org increases.

B.

Apex design will need to be mature and adhere to strict guidelines to support a large enterprise model.

C.

Making Salesforce work with multiple currencies.

D.

Lack of declarative sharing and visibility capabilities to ensure correct visibility of objects and records.

Buy Now
Exam Name: Salesforce Certified Development Lifecycle and Deployment Architect (WI24)
Last Update: Apr 19, 2024
Questions: 224

PDF + Testing Engine

$74.7  $165.99

Testing Engine

$51.75  $114.99
buy now Development-Lifecycle-and-Deployment-Architect testing engine

PDF (Q&A)

$47.25  $104.99
buy now Development-Lifecycle-and-Deployment-Architect pdf