Halloween Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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

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.

Full Access
Question # 5

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?

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.

Full Access
Question # 6

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

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.

Full Access
Question # 7

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?

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.

Full Access
Question # 8

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

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.

Full Access
Question # 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?

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,

Full Access
Question # 10

A developer with Universal Containers recently created a flow in the developer

sandbox. While working on the flow, the developer deactivated it and made updates multiple

times before the flow worked as desired. Now the developer is planning to use a change set to

migrate the flow to the QA sandbox.

What two statements should be considered when migrating the flow with change sets?

Choose 2 answers

A.

When a change set with a multiple versioned flow is uploaded, it includes only the active version of the flow.

B.

When a change set with a multiple versioned flow is uploaded, it includes all the versions of the flow.

C.

When a change set with a multiple versioned flow is uploaded, and no active version is available, it includes the most recent inactive version of the flow.

D.

When a change set with a multiple versioned flow is uploaded, and no active version is available, it throws an exception.

Full Access
Question # 11

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

Choose 2 answers

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.

Full Access
Question # 12

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

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

Full Access
Question # 13

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

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.

Full Access
Question # 14

What are three advantages of using the SFDX?

Choose 3 answers

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.

Full Access
Question # 15

Sales and Service products will be created by two teams that will use second-generation managed package(s). The Sales team will use a specific function of the Service product, but the architect wants to ensure that this team will only use the functions exposed by the Service team. No other team will use these same functions.

What should an architect recommend?

A.

Create two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.

B.

Create two managed packages with Sales and service namespaces. Set the methods to be shared with the ©salesAccessible annotation

C.

Create a managed package with both products and create a code review process with an approver from each team.

D.

Create two managed packages. Create an authentication function in the Service package that will return a token if a Sales user is authorized to call the exposed function. Validate the token in the Service functions.

Full Access
Question # 16

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

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.

Full Access
Question # 17

Ursa Major Solar (UMS) has used Aura components significantly in its Salesforce

application development. UMS has established a robust test framework and the development

team follows the Salesforce recommended testing practices. UMS team uses Salesforce’s test tool To check for common accessibility issues.

In which two environments the UMS team can call Aura accessibility tests?

Choose 2 answers

A.

JSTEST

B.

ACCTEST

C.

WebDriver Test

D.

AuraDriver Test

Full Access
Question # 18

As a part of technical debt cleanup project, a large list of metadata components has been identified by the business analysts at Universal Containers for removal from the Salesforce org. How should an Architect manage these deletions across sandbox environments and production with minimal impact on other work streams?

A.

Generate a destructivechanges.xml file and deploy the package via the Force.com Migration Tool

B.

Perform deletes manually in a sandbox and then deploy a Change Set to production

C.

Assign business analysts to perform the deletes and split up the work between them

D.

Delete the components in production and then refresh all sandboxes to receive the changes

Full Access
Question # 19

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

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.

Full Access
Question # 20

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

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

Full Access
Question # 21

When replacing an old legacy system with Salesforce, which two strategies should the plan consider to mitigate the risks associated with migrating data from the legacy system to Salesforec? Choose 2 answers?

A.

Identify the data relevant to the new system, including dependencies, and develop a plan/scripts for verification of data integrity.

B.

Migrate users in phases based on their functions, requiring parallel use of legacy system and Salesforce for certain period of time.

C.

Use a full sandbox environment for all the systems involved, a full deployment plan with test data generation scripts, and full testing including integrations.

D.

Use a full sandbox environment and perform test runs of data migration scripts/processes with real data from the legacy system.

Full Access
Question # 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

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.

Full Access
Question # 23

There are many types of quality assurance techniques that can help minimize defects in software projects.

Which two techniques should an architect recommend, for Universal Containers to incorporate into its overall CI/CD pipeline?

Choose 2 answers

A.

Business verification testing

B.

Stress testing

C.

Automated browser testing

D.

Static code quality analysis

Full Access
Question # 24

Universal Containers (UC) maintains its Salesforce org using its internal tools and

processes for managing its application lifecycle. The UC team has been facing challenges on

their development processes in their recent two releases. The architect has recommended the UC

team to follow the org development model to address the challenges faced.

Which two characteristics of the org development model will help UCaddress the challenges?

Choose 2 answers

A.

Automated deployment

B.

Automated defect fixing

C.

Automated sandbox provisioning

D.

Automated change tracking

Full Access
Question # 25

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?

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.

Full Access
Question # 26

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

A.

Design the right sandbox strategy for the release.

B.

Release sign-off is only required for Production.

C.

Regression testing is mandatory for each release.

D.

Maintain a pre/post deployment checklist for each release.

E.

Publish a release calendar for each phase of the release.

Full Access
Question # 27

What are three advantages of the package development model?

Choose 3 answers

A.

Improving team development and collaboration.

B.

Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models.

C.

Facilitating automated testing and continuous integration.

D.

Significantly reducing the need for manually tracking changes.

E.

Providing its own source control, so the source can be deployed In any sandbox orgs.

Full Access
Question # 28

Universal Containers has multiple minor and major releases in a year. Minor releases have sample configuration changes, while major releases involve large number of complex code components. What deployment tools should an architect recommend for both types of releases?

A.

Change sets for minor releases and Force.com IDE for major releases.

B.

Change sets for both minor releases and major releases.

C.

Change sets for minor releases and metadata API for major releases.

D.

Force.com IDE for minor releases and metadata API for major releases.

Full Access
Question # 29

The CEO at Universal Containers (UC) is receiving constant complaints from business

stakeholders that the development teams are not frequently delivering value to the end-user. The

CEO talked with the CTO, who argues the opposite, explaining that the development teams are

delivering value every Sprint.

The architect suggests to the CTO to implement Kanban to solve this disagreement.

How can Kanban help clarify whether value is being delivered to the business?

A.

Kanban teams respond to unplanned work and changes by dropping everything and jumping on the new request, ensuring agility.

B.

Kannan traits includes metrics, like lead time and throughput, which increases transparency.

C.

Kanban can make use of the Salesforce Agile Accelerator to speed up delivery.

D.

Kanban limits work in progress, so the executives will know the development team is not overworked.

Full Access
Question # 30

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

A.

Lead assignment

B.

Data transformation against source system

C.

Contact association with correct Account

D.

Account and Lead ownership

E.

Page layout assignments

Full Access
Question # 31

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

A.

Package.XML file.

B.

The CURRENT API version must be used.

C.

DestructiveChanges.xml file.

D.

PurgeOnDelete option must be set to TRUE.

Full Access
Question # 32

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

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.

Full Access
Question # 33

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

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

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

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

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 34

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

A.

Force.com Migration Tool

B.

Full Sandbox Environment

C.

Source Control Tool

D.

Project Management Tool

E.

Continuous Integration Build Tool

Full Access
Question # 35

What are two roles a project Steering Committee plays in determining what methodologies are used? Choose 2 answers

A.

Enforcing that corporate project stage gates are part of the chosen methodology

B.

Designing a methodology that will meet a particular project's requirements

C.

Approving deviations from the chosen methodology, when required to address project issues

D.

Setting the criteria for selecting Agile or Waterfall methodology to be used on internal projects

Full Access
Question # 36

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?

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.

Full Access
Question # 37

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

A.

Partial copy Sandbox.

B.

Developer Sandbox.

C.

Full Sandbox

D.

Developer Pro Sandbox.

Full Access
Question # 38

Universal Containers CUC) Customer Community is scheduled to go live in the Europe, Middle East, and Africa (EMEA) region in 3 months. UC follows a typical centralized governance model. Two weeks ago, the project stakeholders informed the project team about the recent changes in mandatory compliance requirements needed to go live. The project team analyzed the requirements and have estimated additional budget needs of 30^0 of the project cost for incorporating the compliance requirements.

Which management team is empowered to approve this additional budget requirements?

A.

Security Review Committee

B.

Project Management Committee

C.

Executive Steering Committee

D.

Change Control Board

Full Access
Question # 39

Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.

What two knowledge points can the architect pass to the development team lead?

Choose 2 answers

A.

The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.

B.

Install the Lightning test service AppExchange package to enable the Aura component testing.

C.

There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.

D.

The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.

Full Access
Question # 40

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?

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.

Full Access
Question # 41

Universal Containers (UC) is working on a project to support environmental cleanup projects with specially designed containers. To support this project, UC is developing a portal for regulatory agencies to use for tracking and reporting of the containers, and these regulatory requirements are well-defined. Many non -regulatory requirements have not been defined yet. The project is on a strict budget and timeline. Which two approaches should UC consider to meet regulatory requirements and to satisfy the needs of end users? Choose 2 answers

A.

Initiate a waterfall project and start building the features of the solution based on regulatory requirements. In parallel, gather the remaining non -regulatory requirements for the solution, then go back and reconcile the two sets of requirements and re -work the solution as necessary

B.

Initiate an Agile project, beginning with a "sprint 0" to scope and estimate the project and to build the product backlog. Identify the minimum viable product. Initiate building the solution based on the backlog, and co -create the design with the project stakeholders

C.

Initiate a waterfall project by gathering the remaining requirements and completing the architecture and design. Initiate the build/test processes with frequent reviews by the stakeholders. On build completion, perform acceptance testing and validate compliance with regulatory requirements

D.

Initiate an Agile project based on the known requirements, begin building immediately, and work through remaining requirements as they come up. Budget and timeline will not be a factor with an Agile methodology

Full Access
Question # 42

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

A.

Eclipse IDE

B.

Unmanaged Package

C.

Change Sets.

D.

Managed Package

Full Access
Question # 43

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?

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

Full Access
Question # 44

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

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.

Full Access
Question # 45

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?

A.

Executive Leadership

B.

Requirements Traceability Matrix

C.

Business Continuity Plan

D.

Agile Methodology

Full Access
Question # 46

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

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.

Full Access
Question # 47

Universal Containers (UC) innovative apps division is releasing an application which can be installed in their trading partners Salesforce environment. The partners can then build on top of the application with process builders and triggers so the container booking process can be integrated with the trading partners own processes. What is the recommended mechanism for releasing the application?

A.

Zip file deployable by Force.Com Migration Tool.

B.

Unmanaged Package.

C.

Change Sets.

D.

Managed Package.

Full Access
Question # 48

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?

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.

Full Access
Question # 49

Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs. Which two use cases describe the usage of Metadata API? Choose 2 answers

A.

Perform CRUD operations o manage records in the organization.

B.

Migrate configuration changes between two organizations.

C.

Migrate data changes between two organizations using a csv file.

D.

Export current customization in the organization as an xml file.

Full Access
Question # 50

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?

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.

Full Access
Question # 51

Which are two characteristics of an effective communication plan? Choose 2 answers

A.

Requesting feedback for outstanding architectural questions

B.

Consistent communication to a pre -defined list of stakeholders

C.

Reporting project status, timelines, and impacts

D.

Communication to stakeholders on a "need -to -know" basis

Full Access
Question # 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?

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

Full Access
Question # 53

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

What are three benefits of following an ALM process?

Choose 3 answers

A.

Avoiding defects from being deployed to production.

B.

Training new users after each minor and major release.

C.

Defining metrics for application development project success.

D.

Releasing new features on a consistent schedule.

E.

Preventing existing working functionality from stopping

Full Access
Question # 54

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?

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.

Full Access
Question # 55

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

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

Full Access
Question # 56

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?

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.

Full Access
Question # 57

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

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.

Full Access
Question # 58

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?

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.

Full Access
Question # 59

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

What should an architect do to overcome this?

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.

Full Access
Question # 60

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?

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,

Full Access
Question # 61

Universal Containers is building a new complex integration to a legacy system. the legacy system is also going through a major upgrade. Senior leadership has committed to the board that the combined programs will be completed on time. What is the risk with this plan?

A.

The deadline is scheduled during a Salesforce release

B.

The project team has decided to use the Waterfall methodology

C.

The legacy system team is using an Agile methodology

D.

Multiple work -streams with dependencies could impact the go-live

Full Access
Question # 62

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?

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

Full Access
Question # 63

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

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.

Full Access
Question # 64

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?

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.

Full Access
Question # 65

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?

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.

Full Access