Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

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

Questions 4

What sandbox type would be appropriate for diagnosing reports of poor performance when accessing certain Visualforce pages?

Options:

A.

Partial copy Sandbox.

B.

Developer Sandbox.

C.

Full Sandbox

D.

Developer Pro Sandbox.

Buy Now
Questions 5

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 Data Migration? 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

Buy Now
Questions 6

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

The CTO at Universal Containers decided to principle? Implement the Scrum framework for its agile teams, and communicated a set of Scrum principles to the company.

Which describes a Scrum

Options:

A.

Deliver working software, so if a software component is working, avoid changing it.

B.

Respect other teams by not doing their work (a developer should not test the software).

C.

Create transparency by being honest and clear about timing, planning, and obstacles.

D.

Embrace change by working on a different scope every day.

Buy Now
Questions 8

A Salesforce contractor has built an application for Universal Containers (UC). The contractor will need to deploy multiple times from the contractor's own Salesforce to UC's Salesforce environments. Ultimately, UC has full control of the application's code, including its intellectual property

Options:

A.

Eclipse IDE

B.

Unmanaged Package

C.

Change Sets.

D.

Managed Package

Buy Now
Questions 9

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

Buy Now
Questions 10

Universal Containers (UC) has noticed that unit tests are failing in production during

deployments and in no other environments. Investigations have revealed that administrators are making minor changes in production without regard to dependent components

What two suggestions can the architect make to help UC discover these failing unit tests earlier?

Choose 2 answers

Options:

A.

Stop administrators from making all changes.

B.

Ask administrators to run unit tests before every change.

C.

Train the administrators to make their changes in a special “admin changes” sandbox, and then promote to production.

D.

Ensure a metadata backup is committed to version control every day and a diff published to the release team.

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

Universal Containers has multiple project teams integrating Salesforce to various systems Integration Architects are complaining about the various integration patterns used by the teams and lack a common understanding of the integration landscape. What should architect recommended to address the challenges?

Options:

A.

Implement a data governance policy and publish the documentation to all teams.

B.

Recommend an outbound message design pattern to be used for all teams.

C.

Recommend a fire-and-forget design pattern to be used for all teams.

D.

Create design standards focused on integration and provide training to all teams

Buy Now
Questions 13

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 14

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 15

Universal Containers has a highly integrated environment with significant process orchestration between systems. When refreshing UAT, Objects that have external Ids from Production no longer point to valid External Ids in the UAT environment.

What should an Architect do to resolve this?

Options:

A.

Let UAT point to production integrations and rollback each transaction after it finishes.

B.

Delete all the data and use an Automated testing tool to create new data across all the systems in UAT.

C.

Mask the External Id so nobody can see the production value.

D.

In the post refresh plan, modify external ids to a known valid set of values for UAT.

Buy Now
Questions 16

Universal Containers has developed teams working on multiple projects. They are exploring a source control tool to track and manage their code/config. What two benefits does a source control tool provide? Choose 2 ans

Options:

A.

Provide the ability for distributed teams to work in isolation.

B.

Provides automated code/configuration deployments.

C.

Provides the ability to backup code/configuration changes.

D.

Provides the ability to automatically identify issues in code/configuration.

Buy Now
Questions 17

Universal Containers wants to do weekly releases to production. What approach will mitigate the risk of bugs being inadvertently introduced to production?

Options:

A.

User Acceptance Testing

B.

Use of an Agile Methodology

C.

Requirements Traceability

D.

Automated Testing

Buy Now
Questions 18

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 19

Universal Containers has a deadline to retire a business -critical application that will no longer be 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 20

UniversalContainers (UC) is using custom metadata types to control the behavior of a

few of the custom functionalities. UC wants to

Deploy custom metadata types to production using Metadata API.

Which two data types does UC need to include?

Choose 2 answers

Options:

A.

CustomMetadataType

B.

CustomMetadata

C.

CustomObject

D.

Custom Field

Buy Now
Questions 21

Universal Containers has discovered a Sev0 defect in production. Tens of thousands of records will be created with incorrect data in minutes, producing significant brand damage 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 that only developers are certified to make changes directly in production.

D.

Call the security team and begin organizing d penetration test.

Buy Now
Questions 22

A technical lead is performing all code reviews for a team and is finding many errors and improvement points. This is delaying the team’s Deliveries.

Which two actions can effectively contribute to the quality and agility of the team?

Choose 2 answers

Options:

A.

Choose the most senior developer to help the technical lead in the code review.

B.

Create development standards and train teams in those standards.

C.

Skip the code review and focus on functional tests and UAT.

D.

Use static code analysis tool in the pipeline before manual code review.

Buy Now
Questions 23

Universal Containers CUC) is using Salesforce Performance Edition. They are planning to host weekly training sessions for the next four weeks. Each training will be five days long and a new set of trainees will attend every week. UC wants to train these users on samples of production data and delete all the data generated during the training session at the end of the week.

What optimal option should a technical architect recommend?

Options:

A.

Refresh a Partial Copy sandbox every weekend and load data needed using data loader.

B.

Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template.

C.

Refresh a Developer Pro sandbox every weekend and load data needed using data loader.

D.

Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template.

Buy Now
Questions 24

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 25

Since Universal Containers (UC) has adopted agile methodologies, the CEO is

requesting the development teams to deliver more and more work in shorter time frames. The

CTO responds by saying the developers are not able to deliver the jobs they are committing to.

What evidence can be gathered in an agile tool to support the CTO’s claims?

Options:

A.

The definition of done (DoD)

B.

A burndown chart showing team finishes early sprint after sprint

C.

A Kanban board showing there’s always the maximum allowed amount of work in progress (WIP)

D.

A burndown chart showing the team misses their forecast sprint after sprint

Buy Now
Questions 26

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 27

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 28

A developer was trying to retrieve the metadata from an org and ran the sfdx force:source:retrieve command. When the command was run, the developer received the error message: "This command is required to run from within an SFDX project"

What can be two possible reasons that caused this problem? Choose 2 answers

Options:

A.

The developer hadn't run the sfdx force:project:create command.

B.

The developer forgot to add the -n option with a project name as a command line argument.

C.

The developer created the project within VSCode, but ran the command in a separate terminal.

D.

The developer created the project, but ran the command outside of the project directory.

Buy Now
Questions 29

Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implemented continuous integration. UC wants to improve old test classes whenever new functionality invalidates tests. UC also wants to reduce the deployment time required. What should Architect recommend?

Options:

A.

A Do not execute any test classes in sandboxes and production.

B.

Do not execute test classes in sandboxes and all test classes in Production.

C.

Test classes cannot be executed in sandboxes.

D.

Execute all test classes in sandboxes and select test classes in Production.

Buy Now
Questions 30

Universal Containers CUC) has been on the org development model with scratch orgs are already enabled, but they haven't been taking advantage of the scratch orgs.

Now UC is ready to move to the package development model.

What step must be done by an administrator?

Options:

A.

In setup, switch both the Enable Dev Hub and Enable 2nd-Generation Managed Packages to Enabled.

B.

In setup, switch the Enable Unlocked Packages to Enabled, keep the Enable Second-Generation Managed Packages as disabled.

C.

In setup, switch the Enable Dev Hub to Enabled, then switch the Enable Source Tracking for Scratch Orgs to Enabled.

D.

In setup, switch the Enable Unlocked Packages and Second-Generation Managed Packages to Enabled.

Buy Now
Questions 31

The opportunity Service and opportunity Service Test classes are in package A but are used only in package B. Both second-generation packages have the same namespace. Therefore, they should be moved to package B for better organization and control.

What should the architect recommend for this process?

Options:

A.

Set the classes as deprecated in package A and recreate them in package B.

B.

Move the classes of package A to package 8 and change the code for package B that called this class from package A.

C.

Move the classes of package A to package B and create new package versions.

D.

Set the classes as deprecated in package A and recreate them in package B with new names.

Buy Now
Questions 32

UniversalContainers 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 release in 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 should an 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 because adding 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.

Buy Now
Questions 33

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 be standardized. 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 34

Universal Containers are using Salesforce for Order Management and has integrated with an in-house ERP system for order fulfillment. There is an urgent requirement to include a new order status value from the ERP system in the Order Status pick list in Salesforce. Which are two considerations when addressing the above requirement? Choose 2 answers

Options:

A.

Existing Apex test classes may start falling in Production.

B.

Implement the change in the sandbox, validate, and release to Production.

C.

The change can be performed in Production, as it is a configuration change.

D.

Integration with the ERP system may not function as expected.

Buy Now
Questions 35

Universal Containers operates from North America and does business within North America. UC has just acquired a local company in Asia to start operating from Asia. Currently, these two business units operate in two different languages. Both units have different sales processes and have to comply strictly with local laws. During the expansion phase, UC would like to focus on innovation over standardization. What should an architect recommend given the scenario?

Options:

A.

Opt for Multi-org strategy, standardized sales process, common rules, and same locale across orgs.

B.

Opt for Single-org strategy, standardized sales process, common rules, and same locale for all business units.

C.

Opt for Single-org strategy, standardized sales process, common rules, and business unit-specific locale

D.

Opt for Multi-org strategy, each org have its own sales process, and common rules and operate in locale

Buy Now
Questions 36

Which two project situations favor a waterfall methodology? Choose 2 answers

Options:

A.

An application with many systems and inter-dependencies between components.

B.

An application with regulatory compliance requirements to be validated by outside agencies.

C.

An application in post-production, with incremental changes made by a small team.

D.

An in-house application with a fixed team size, but an open timeline and flexible requirements.

Buy Now
Questions 37

Universal Containers (UC) has been following the Waterfall methodology to deliver customer apps in Salesforce. As the business is growing at scale and with demand to incorporate features and functionality at faster pace, UC is finding the Waterfall approach is not an optimal process, and intends to transition towards an agile development methodology. Which are the two strengths of using an agile development methodology? Choose 2

Options:

A.

Careful documentation is done at each step of the process so a target body of knowledge is available for inspection.

B.

There are many small releases of functional code, allowing stakeholders to see and touch the work in progress.

C.

All elements of the build are fully understood before work begins, reducing risk of unpleasant surprises.

D.

The project requirements in later phases are expected and accommodated by the process, by design.

Buy Now
Questions 38

Universal Containers (UC) uses a managed package to install 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.

Buy Now
Questions 39

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 Deploy Options objects and pass it as an argument to deploy () call.

B.

run a subset of tests, set the 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 test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.

Buy Now
Questions 40

Universal Containers uses multiple Salesforce orgs for its different lines of business (LOBs). In a recent analysis, the architect found that UC could have a more complete view of its customers by gathering customer data from different orgs.

What two options can an architect recommend to accomplish the customer 360-degree view?

Choose 2 answers

Options:

A.

Implement a Complete Graph multi-org strategy by allowing each org to connect directly to every other, reading and writing customer data from the orgs where it has been originally created.

B.

Migrate from multi-org to single-org strategy, consolidating customer data in the process.

C.

Implement a Single Package multi-org strategy by developing and deploying to all orgs a managed package which reads and consolidates customer 360-degree view from the different orgs.

D.

Implement a Hub-and-Spoke multi-org strategy by consolidating customer data In a single org, which will be the master of customer data, and using integration strategies to let the LOBs orgs read and write from it.

Buy Now
Questions 41

Universal Containers have just acquired Planetary storage. Both companies use salesforce.com to manage their sales activities. The two companies have many customers in common and the company plans to merge the two sales organizations, but the products and sales processes between the two original companies will remain different and distinct. What factor should the company consider in merging the two Salesforce.com orgs into a single org?

Options:

A.

Transactional sales data could be combined without modification since standard objects are used

B.

Salespersons selling both product lines would need two logins, once for each product line

C.

Business processes on standard objects can be merged without modifications

D.

Customer data could be merged with modifications using standardization and de -duplication

Buy Now
Questions 42

Universal Containers’ org is complex but well-organized in unlocked packages with

their dependencies. The development team was asked for a new feature, and the package that

will be changed has already been identified.

Which environment should be used for this development?

Options:

A.

A Developer Pro sandbox with all packages installed.

B.

A scratch org with all installed packages.

C.

A Developer Pro sandbox with the package code that will be changed and its dependencies installed.

D.

A scratch org with the package code that will be changed and its dependencies

Buy Now
Questions 43

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 44

What are three necessary components for establishing a governance framework? Choose 3 answers

Options:

A.

Automated Testing

B.

Requirements Management

C.

Change Control Log

D.

Documentation Repository

E.

Continuous Integration

Buy Now
Questions 45

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 46

Universal Containers wants to introduce data volume testing to resolve ongoing performance defects earlier in the lifecycle. Regulations prohibit the use of production data in non-production environments.

Which two options can the architect recommend?

Choose 2 answers

Options:

A.

Request a partial Sandbox copy after the next Salesforce release.

B.

Generate mock data that mimics production data shape and volume.

C.

Perform data masking on full sandbox after a refresh.

D.

Use Query Analyzer in production.

Buy Now
Questions 47

What is the responsibility of the Technical Architect within a Change Control Board meeting?

Options:

A.

Prioritize the Salesforce product roadmap with business stakeholders

B.

Conduct code reviews for projects in the development phase

C.

Troubleshoot deployment errors that occurred during the last release

D.

Approve the upcoming release for deployment into production

Buy Now
Questions 48

Universal Containers (UC) is implementing Salesforce and wants the custom code to be unit-tested for all 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 49

Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check-Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?

Options:

A.

Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy

B.

Authorize to the Fullsandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy

C.

Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy

D.

Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy

Buy Now
Questions 50

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 51

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 52

Universal Containers's architect is documenting the application lifecycle management (ALM) process to communicate it to the development teams from different implementation partners.

Which three steps apply to any Salesforce development project?

Choose 3 answers

Options:

A.

Continuous Integration

B.

Develop

C.

Build Release

D.

Test

E.

Change Sets

Buy Now
Questions 53

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 54

Cloud Kicks is switching to Salesforce from a different CRM. They have existing datasets for all standard Salesforce objects. In which optimized order should the architect recommend these objects be loaded?

Options:

A.

Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items

B.

Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads

C.

Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items

D.

Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items

Buy Now
Questions 55

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 56

Cloud Kicks is considering using an automated testing tool to help manage deployments between environments.

When should the architect recommend the use of an automated testing tool?

Options:

A.

Automated tests should be run when branches are merged.

B.

Automated tests should be run dally in all Developer Orgs.

C.

Automated tests should be run only when merging into Full or Partial Copy sandboxes.

D.

Automated tests should be run daily in all Developer Orgs, and when branches are merged.

Buy Now
Questions 57

In the effort of improving the code quality, Universal Containers (UC) has asked a

third-party system integrator to perform some independent code reviews. One piece of the

feedback is the development team is seemingly not doing enough negative unit testing.

Which are three usual symptoms of inadequate negative tests

Choose 3 answers

Options:

A.

Developers often have to turn to the debug log for details of the failed Apex executions.

B.

When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.

C.

An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.

D.

Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.

E.

The delivered user interfaces are regularly not meeting the expectations of the business users.

Buy Now
Questions 58

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 59

Universal Containers (UC) had added a Service team to the Salesforce Platform. The

Service team would like to have a few dozen of the service centers entered into the system as

technical reference data. The service centers are made searchable in many different web forms

and rather independent from all other business entities. In the past, they had to manually add any

new service centers in each sandbox in the code migration path, they would like to eliminate the

manual work if it is possible.

What is an optimal way to accomplish this requirement?

Options:

A.

Add the service centers to a hierarchical custom settings.

B.

Add the service centers to a list custom settings.

C.

Define a brand-new custom object with a picklist field to host all of the service centers.

D.

Add all of the service centers to a custom metadata type.

Buy Now
Questions 60

Universal Containers has a highly customized Salesforce org, with many different pieces of configuration and code. Which configuration item should be covered by executable tests?

Options:

A.

Active Process Builders

B.

Validation Rules

C.

Workflow Rules

D.

Case Assignment Rules

Buy Now
Questions 61

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 divides developers and testers.

Buy Now
Questions 62

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 63

Universal Containers are concerned that after each release, reports and dashboards

seem to roll back to previous versions. Executives spend many hours crafting these dashboards to perfectly meet their needs, and are now questioning the Salesforce platform’s ability to save things, even data records.

What can the Salesforce architect advise to stop the rollbacks from happening?

Options:

A.

Use a third-party data warehouse.

B.

Remove the executive’s ability to change reports, and only allow developers to do that.

C.

Ensure report metadata is exported daily and that it is merged into the developer branches before the next release.

D.

Back up all the reports just before the release, then reimport them after the release,

Buy Now
Questions 64

Universal Containers (UC) is implementing Service Cloud for their contact centers for 3000 users. They have ~10 million customers. The average speed response time expected is less than 5 seconds with 1,500 concurrent users. What type of testing will help UC measure the page response time?

Options:

A.

Unit Testing.

B.

Load testing.

C.

System Integration Testing.

D.

Stress Testing.

Buy Now
Questions 65

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 66

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.

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

Buy Now
Questions 67

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
Exam Name: Salesforce Certified Development Lifecycle and Deployment Architect (SP23)
Last Update: May 18, 2024
Questions: 225
Development-Lifecycle-and-Deployment-Architect pdf

Development-Lifecycle-and-Deployment-Architect PDF

$28  $80
Development-Lifecycle-and-Deployment-Architect Engine

Development-Lifecycle-and-Deployment-Architect Testing Engine

$33.25  $95
Development-Lifecycle-and-Deployment-Architect PDF + Engine

Development-Lifecycle-and-Deployment-Architect PDF + Testing Engine

$45.5  $130