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

ExamsBrite Dumps

Salesforce Certified Development Lifecycle and Deployment Architect (SP25) Question and Answers

Salesforce Certified Development Lifecycle and Deployment Architect (SP25)

Last Update Jul 10, 2025
Total Questions : 225

We are offering FREE Development-Lifecycle-and-Deployment-Architect Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare Development-Lifecycle-and-Deployment-Architect free exam questions and then go for complete pool of Salesforce Certified Development Lifecycle and Deployment Architect (SP25) test questions that will help you more.

Development-Lifecycle-and-Deployment-Architect pdf

Development-Lifecycle-and-Deployment-Architect PDF

$42  $104.99
Development-Lifecycle-and-Deployment-Architect Engine

Development-Lifecycle-and-Deployment-Architect Testing Engine

$50  $124.99
Development-Lifecycle-and-Deployment-Architect PDF + Engine

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

$66  $164.99
Questions 1

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.

Discussion 0
Questions 2

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.

Discussion 0
Questions 3

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.

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

Discussion 0
Questions 5

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

Discussion 0
Questions 6

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.

Discussion 0
Questions 7

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.

Discussion 0
Questions 8

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

Discussion 0
Questions 9

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

Discussion 0
Questions 10

Universal Containers (UC) is using sales and service Cloud. They have two major releases and four minor releases every year. They have deployment (dev), integration, user acceptance (UAT), staging, and hotflix sandboxes. What should an Architect recommend when UC has PI issues and has to be fixed immediately?

Options:

A.  

Fix the issue in staging and deploy it into production.

B.  

Fix the issue in hotflix, test, and deploy to production.

C.  

Fix the issue in development, test, UAT, and deploy to production.

D.  

Follow the release management process to move to production.

Discussion 0
Questions 11

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

Discussion 0
Questions 12

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

Discussion 0
Questions 13

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

Discussion 0
Questions 14

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

Discussion 0
Questions 15

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.

Discussion 0
Questions 16

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.

Discussion 0
Questions 17

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.

Discussion 0
Questions 18

Universal Containers (UC) has gone through a global organization restructuring and

process review during the last year, which triggered a review of its Salesforce org strategy. After

thorough analysis of its org and global customers, UC decided to start a project to merge its

Salesforce orgs, going from a multi-org to a single-org strategy.

In this scenario, what are three benefits going to a single-org strategy?

Choose 3 answers

Options:

A.  

Lower administration overhead costs.

B.  

Improved Chatter collaboration across different business units.

C.  

Consolidating the business processes would be simplified.

D.  

Automatically unify data model among all lines of business.

E.  

Easier to get a 360-view of the customer.

Discussion 0
Questions 19

Universal Containers (UC) has a large backlog of work. They have noticed that despite

their best efforts, valuable enhancements and updates are not being completed because they do

not have the bandwidth to get them done. Many of these items are low effort and would not

require experienced resources.

What should the architect recommend, that will minimize additional costs and allow UC to

accomplish more from the

Options:

A.  

UC should hire a partner to complete the needed backlog items.

B.  

UC should eliminate low-value items from the backlog.

C.  

UC should hire additional resources to reduce the backlog.

D.  

UC should start a citizen development program.

Discussion 0
Questions 20

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

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

methods directly?

Choose 2 answers

Options:

A.  

Team development of an application in a Developer Edition organization. After completing development and testing, the application is Distributed via Lightning Platform AppExchange.

B.  

Development of a custom application in a scratch org. After completing development and testing, the application is then deployed into an upper sandbox using Salesforce CLI(SFDX)

C.  

Development of a customization in a sandbox organization. The deployment team then utilize the Ant Migration Tool to deploy the customization to an upper sandbox for testing.

D.  

Development of a custom application in a sandbox organization. After completing development and testing, the application is then deployed into a production organization using Metadata API.

Discussion 0
Questions 21

Universal Containers has a large call center that has a limited inventory and must ensure there is product availability before an Opportunity is marked as Closed. Custom Apex has been implemented to check inventory levels before an Opportunity is saved. What should an architect consider before recommending Performance testing?

Options:

A.  

Number of unit tests

B.  

Number of Apex Hammer failures

C.  

Number of debug log entries

D.  

Number of concurrent transactions

Discussion 0
Questions 22

Universal Containers (UC) is developing a new Customer Community. Requirements for the Community are not fully defined. UC is planning on using an Agile methodology for this work and has promised delivery of the complete system in three months. What are two risks associated with this approach? Choose 2 answers

Options:

A.  

The functionality that can be delivered in 3 months is unknown, and may not meet the needs of the business

B.  

Given the lack of requirements and the three-month timeline commitment, the project may not be feasible

C.  

Agile is not an appropriate development methodology for Customer Community implementations

D.  

Agile does not allow for changes to requirements, so customers might not like the resulting solution

Discussion 0
Questions 23

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.

Discussion 0
Questions 24

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.

Discussion 0
Questions 25

At Universal Containers, Salesforce administrators are making changes to the permission sets under instruction from the business. Randomly, various SOQL statements are failing.

What strategy could be advised to bring this issue to the developer's attention earlier?

Options:

A.  

Extract each permission set, commit and merge to source control, and run through CI checks.

B.  

Ask administrators to only make changes to profiles instead.

C.  

Create a sandbox refresh strategy to ensure each sandbox is refreshed every day.

D.  

Advice developers to switch to SOSL queries that are more robust instead.

Discussion 0
Questions 26

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

Discussion 0
Questions 27

What is the responsibility of an executive sponsor on a project?

Options:

A.  

Communicate project status

B.  

Determine project methodology

C.  

Design executive dashboards

D.  

Approve changes to project scope

Discussion 0
Questions 28

Universal Containers CUC) is an enterprise financial company that operates in EMEA, AMER, and APAC. Because of regulatory requirements, UC has a separate Salesforce org for each region. Each org has its own customizations that fit for the region needs, but there are also standard processes that apply to all regions requirements.

As the deployment architect, what should be considered for the multi-org deployment strategy?

Options:

A.  

Deploy metadata to production orgs using managed packages.

B.  

Deploy metadata to production orgs using unmanaged packages.

C.  

Deploy metadata to production orgs using package development model.

D.  

Deploy metadata to production orgs using change sets.

Discussion 0
Questions 29

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.

Discussion 0
Questions 30

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

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

Options:

A.  

Stress Testing

B.  

Unit Testing

C.  

Load Testing

D.  

Performance Testing

Discussion 0
Questions 31

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.

Discussion 0
Questions 32

Universal Containers has multiple project learns building into single org. The project teams are concerned with design conflicts and ensuring a common design process What should an Architect recommend to prevent this conflict?

Options:

A.  

Create a Center of Excellence Charter document.

B.  

Create Design Standard for Governance.

C.  

Create a backup system using GIT Repositories.

D.  

Create a Release Management process.

Discussion 0
Questions 33

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.

Discussion 0
Questions 34

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.

Discussion 0
Questions 35

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

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

Options:

A.  

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

B.  

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

C.  

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

D.  

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

Discussion 0
Questions 36

Universal Containers has a stable continuous integration process and all stakeholders are happy. However, user testing takes longtime, as data has to be setup. What should an Architect do to address this problem?

Options:

A.  

Include automated sample data during deployment.

B.  

Advise the project manager to assign more users to create test data.

C.  

Test data creation is outside the scope of continuous integration.

D.  

Train business users to create test data more efficiently.

Discussion 0
Questions 37

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.

Discussion 0
Questions 38

What two things are needed to delete metadata with a deploy() call?= Choose 2 answers

Options:

A.  

Package.XML file.

B.  

The CURRENT API version must be used.

C.  

DestructiveChanges.xml file.

D.  

PurgeOnDelete option must be set to TRUE.

Discussion 0
Questions 39

Universal Containers (UC) is planning for a huge data migration as part of their Service Cloud implementation. UC, has approximately 15million customers, 30 million contacts, and 30 million active cases. Which two key areas of UC's data migration test plan should be included? Choose 2 answers

Options:

A.  

API's to be used for data migration.

B.  

Success criteria for data migration.

C.  

Target Salesforce Server and Source system IP address.

D.  

Manual and Automated data validation approaches.

Discussion 0
Questions 40

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

Discussion 0
Questions 41

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.

Discussion 0
Questions 42

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.

Discussion 0
Questions 43

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

Discussion 0
Questions 44

Universal Containers (UC) works with different partners and has few admin resources that take care of the day-to-day deployment tasks. As a result, UC would like to find a way to automate the deployments using Metadata API. Which two limitations of Metadata API should be considered when using Metadata API-based Deployments? Choose 2 answers

Options:

A.  

Deploy up to 10,000 files, but retrieve more than 10,000 files.

B.  

Maximum size of deployed .zip file is 400M

B.  

C.  

Maximum Size of deployed .zip file is 39MB.

D.  

Deploy and retrieve up to 10,000 files at once.

Discussion 0
Questions 45

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.

Discussion 0
Questions 46

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.

Discussion 0
Questions 47

Due to several issues, Universal Containers wants to have better control over the changes made in the production org and to be able to track them. Which two options will streamline the process? Choose 2 answers

Options:

A.  

Make all code/configuration changes directly in the production org.

B.  

Allow no code/configuration changes directly in the production.org

C.  

Use the Force.com IDE to automate deployment to the production.org

D.  

Use Metadata API to automate deployment to the production.org

Discussion 0
Questions 48

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

Discussion 0
Questions 49

Universal Containers has just initiated a project to implement partner community. The application will be deployed into a production environment currently in use by a large Salesforce user base. The project manager has insisted that the development and testing team use a single developer sandbox. What is the risk with this approach?

Options:

A.  

Tester will encounter platform limits due to developer sandbox capacity limits.

B.  

Testers will experience functional changes throughput testing due to not having isolation form development.

C.  

Testers will hit governor limits due to large volume of users in the developer sandbox.

D.  

Refreshing the developer sandbox will take significant time.

Discussion 0
Questions 50

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.

Discussion 0
Questions 51

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 be applied 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 project cadence.

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.

Discussion 0
Questions 52

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

Discussion 0
Questions 53

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

Discussion 0
Questions 54

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.

Discussion 0
Questions 55

5. Universal Containers (UC) is planning to move to Salesforce Sales Cloud and retire its homegrown on-premise system. As part of the project, UC will need to migrate 5 million Accounts, 10million Contacts, and 5 million Leads to Salesforce.

Which three areas should be tested as part of data migration?

Choose 3 answers

Options:

A.  

Lead assignment

B.  

Data transformation against source system

C.  

Contact association with correct Account

D.  

Account and Lead ownership

E.  

Page layout assignments

Discussion 0
Questions 56

Universal Containers (\) C) is on the Unlimited Edition of Salesforce orgs. Currently, there are four Developer Pro sandboxes used by dev teams for various purposes, one partial copy sandboxes used for training, one full sandbox used for user acceptance testing. There is another full sandbox used for performance testing during the initial launch, and it is no longer being actively used.

A system administrator had reported yesterday that none of the sandboxes can be refreshed.

What is the most probable action an architect can help the system administrator with?

Options:

A.  

It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.

B.  

Create a Salesforce support case, someone should know what is wrong.

C.  

Contact the Salesforce Account Team to do a sandbox License Count.

D.  

Delete the full sandbox used for performance testing.

Discussion 0
Questions 57

Universal Containers is in the final stages of building a new application to track custom containers. During a review of the application, a business subject Matter Expert mentioned that it would be nice to be able to track additional container types beyond what was originally scoped during the plan and design phase. Which two actions should be performed to mitigate the risk? Choose 2 answers.

Options:

A.  

Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders’ input.

B.  

Have a discussion with the business subject Matter Expert and communicate that the Salesforce has limitations in supporting such a feature to mitigate the risk.

C.  

Escalate and communicate to stakeholders the risk and mitigate it by extending the timeline of the project to support the new requirement based on stakeholders’ input.

D.  

Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.

Discussion 0
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

Discussion 0
Questions 59

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.

Discussion 0
Questions 60

Universal Containers is building a custom application on the Force.com platform. There is abudget and release date that has been set by the board of directors, but the application must meet the requirements that will be submitted and voted on by a public user community. What is the risk associated with the scenario?

Options:

A.  

The requirements should not be solicited by an external community

B.  

The project is not using the Waterfall methodology

C.  

The project is not using an Agile methodology

D.  

The requirements are unknown and the release date has been set.

Discussion 0
Questions 61

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.

Discussion 0
Questions 62

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

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

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

their work within their own personal sandbox.

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

recommend?

Options:

A.  

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

project, start a new feature branch, or start automated Testing.

B.  

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

staggered approach since scratch orgs can coexist with other models.

C.  

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

deployment path.

D.  

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

are used to the sandbox development.

Discussion 0
Questions 63

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

Discussion 0
Questions 64

The release will be deployed over a weekend, one week after Salesforce updates the production environment (e.g., from Winter to Spring). UC has found that a full sandbox refresh can take several days. What should the architect suggest as an optimal deployment plan?

Options:

A.  

Two weeks before go -live, deploy to Staging and then refresh the Staging and Production support sandboxes. Deploy from Staging to Production at go-live

B.  

Approximately six weeks before go -live, ensure the sandbox will be on the release preview. One week before go live, deploy to Staging. Deploy from Staging to Production at go-live

C.  

One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live

D.  

One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging. Deploy from Staging to Production at go-live

Discussion 0
Questions 65

Universal Containers has several concurrent projects building new functionality, fixing bugs, and modifying existing functionality. Management would like features to be available to users as quickly 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

Discussion 0
Questions 66

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.

Discussion 0
Questions 67

Universal Containers (UC) development team is using an Agile tool to track the status of build items, but only in terms of stages. UC is not able to track any effort estimates, log any hours worked, or keep track of remaining effort. For what reasons should UC consider using the agile tool for effort tracking?

Options:

A.  

Allows the organization to track the Developers’ work hours for salary compensation purposes.

B.  

Allows the management team to make critical timeline commitments based solely on developer estimates.

C.  

Allows the Developer to compare their effort, estimates and actuals to better adjust their future estimates.

D.  

Allows the management team to manage the performance of bad developers who are slacking off.

Discussion 0