Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Development-Lifecycle-and-Deployment-Architect Questions and Answers

Question # 6

Universal Containers would like to conduct performance testing on its new major release. What three things should the architect consider when discussing performance testing?

Choose 3 answers

A.

Salesforce must be informed at least7 days before starting performance tests.

B.

Salesforce will monitor test activity to ensure there are no issues with Salesforce Services.

C.

Performance tests must be run in a sandbox.

D.

A business justification must be provided to Salesforce in order to run performance testing.

E.

Performance tests may be run without advanced notice, but Salesforce will not store performance logs.

Full Access
Question # 7

Universal Containers is about to begin Development work on a new project in their Salesforce org that will take many months to complete. UC is concerned about how critical bugs will be addressed for existing live functionality. What is the recommended release management strategy to address this concern?

A.

Include fixes for critical bugs in the ongoing Development sandboxes so that they will be released with the other code.

B.

Keep teams separate until the end of the project and create a Full Copy sandbox to merge their work then.

C.

Utilize a dedicated developer pro sandbox to address critical bugs and release to production.

D.

Address critical bugs in the Development sandboxes and push those changes to production separately.

Full Access
Question # 8

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 # 9

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

A.

Developer Edition

B.

Partner Developer Edition

C.

Developer sandbox

D.

Developer Pro sandbox

Full Access
Question # 10

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 # 11

Universal Containers requires that all sandboxes that have not been recently refreshed must also receive the newest changes to production. This must be done before any functionality from that environment can be moved to production. Which deployment tool would allow this deployment process to be managed in an automated fashion?

A.

Workbench

B.

Force.com Migration Tool

C.

Change Sets

D.

Force.com IDE

Full Access
Question # 12

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?

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

Full Access
Question # 13

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

A.

Present the feature requests at a Center of Excellence meeting.

B.

Create design standards around the new features being requested.

C.

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

D.

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

E.

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

Full Access
Question # 14

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 # 15

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 # 16

Salesforce has three major releases a year.

Which type of change introduced by a release can cause automated browser tests to need updating?

A.

DOM changes

B.

New standard fields

C.

Metadata schema changes

D.

New Apex methods

Full Access
Question # 17

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

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

Full Access
Question # 18

Universal Containers CUC) is considering implementing a minor change policy for a series of low-risk user stories that are commonly received by the UC admins. The policy would allow admins to make these changes directly in production. UC does not have continuous integration/continuous delivery (CI/CD) in place.

Which three best practices should the architect suggest UC follow for their new change policy? Choose 3 answers

A.

Minor changes do not need to be documented and can be made at any time.

B.

Minor changes should be thoroughly documented and follow some type of standard cadence.

C.

All changes should still be tested.

D.

CI/CD is required in to successfully manage minor changes.

E.

Downstream environments will not be automatically updated when production changes.

Full Access
Question # 19

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 # 20

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

A.

Database management systems

B.

Version control repository

C.

Middleware

D.

Continuous integration tool

E.

Issue tracking Tool

Full Access
Question # 21

Universal Containers requires its developers to develop and test code in one sandbox per developer before deploying to a common sandbox for code review. Which deployment strategy should be used in this environment?

A.

Refresh the developer's sandbox, develop changes, refresh the common sandbox, deploy to the common sandbox, test changes

B.

Refresh the developer's sandbox, develop changes, test changes, refresh thedeveloper's sandbox, deploy to the common sandbox

C.

Refresh the developer's sandbox, develop changes, refresh the developer's sandbox, deploy to the common sandbox, test changes

D.

Refresh the common sandbox, develop changes, refresh the developers and box, deploy to the common sandbox, test changes

Full Access
Question # 22

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

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 23

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?

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.

Full Access
Question # 24

Universal Containers (UC) has a huge volume of metadata that cannot be deployed at once. What is the recommended strategy for UC to be successful with the deployment?

A.

Identify metadata dependencies, create logical groupings, and deploy in the right order.

B.

Use a continuous integration tool such as Jenkins to deploy in the right order.

C.

Sort and group the metadata alphabetically and deploy them in the same order.

D.

Use a combination of the Ant migration tool and change sets for deployment.

Full Access
Question # 25

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

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

Full Access
Question # 26

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

A.

Maintain separate developer branches for minor and major releases.

B.

Automation is a must with various application branches in the repository.

C.

Maintain unrestricted access to the release sandboxes for all changes being deployed.

D.

Maintain a single repository for applications with individual branches for projects.

E.

Maintain a single-entry point for production from the master branch.

Full Access
Question # 27

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

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.

Full Access
Question # 28

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

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.

Full Access
Question # 29

Why does Salesforce prohibit Stress Testing against Production?

A.

There is not enough CPU

B.

It is a shared environment

C.

It is blocked by data center infrastructure

D.

It causes Internet congestion

Full Access
Question # 30

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

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.

Full Access
Question # 31

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 # 32

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?

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.

Full Access
Question # 33

Universal Containers has defined a software tool to support Agile processes, but the

development team is not regularly updating the status of their work in progress.

What Scrum value is compromised by this bad practice, and why?

A.

Courage, because the teams should be transparent about progress and speak up when they need help.

B.

Openness, because the team is not open to a new methodology.

C.

Focus, because the teams are not focusing in the agile process expected activities.

D.

Commitment, because the team is not committed to follow the Agile methodology.

Full Access
Question # 34

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 # 35

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 # 36

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 # 37

An Architect is working on a Universal Containers project, and due to security concerns, they cannot provide the Architect with production access. Instead, a central release management team will be responsible for performing production deployments for all development teams. How should an Architect leverage the Metadata API to ensure any metadata components necessary to deploy the project's functionality are properly communicated to the release management team?

A.

Create a change set in each sandbox and download the package.xml file for the release management team

B.

Provide a spreadsheet of all components and utilize the metadata API's read Metadata call

C.

Provide the Release Management team a copy of the audit trail from the sandbox you wish to deploy from

D.

Send a package.xml file with associated metadata in a .zip file to the Release Management team

Full Access
Question # 38

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 # 39

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?

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.

Full Access
Question # 40

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

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

Full Access
Question # 41

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 # 42

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

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

Full Access
Question # 43

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

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.

Full Access
Question # 44

Northern Trail Outfitters (NTO) recently acquired Eastern Trail Outfitters (ETO). NTO's sales leadership team had hands-on experience with the ETO's Sales Optimization app and have given the feedback that the app would benefit NTO's sales team.

Which option should the architect recommend for having ETO's Sales Optimization app in NTO's Salesforce org in the shortest possible time?

A.

Create a managed package of the app and deploy in NTO's org.

B.

Create an unmanaged package of the app and deploy in NTO's org.

C.

Create users in ETO's org and provide access to NTO's sales team.

D.

Create a core team and build the Sales Optimization app in NTO's org.

Full Access
Question # 45

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

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

Choose 2 answers

A.

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

B.

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

C.

Making Salesforce work with multiple currencies.

D.

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

Full Access
Question # 46

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

A.

Deploy unsupported components manually before/after deployment.

B.

Use AppExchange products to deploy unsupported components.

C.

Use change sets for deploying all the unsupported components.

D.

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

Full Access
Question # 47

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 # 48

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 # 49

Universal Containers has an active production org; and they are planning to release some new features to it next month. The team is working to prepare .1 deployment plan and reached out to the technical architect for inputs on rollback strategy.

What should a technical architect recommend?

A.

Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.

B.

Create a sandbox from production to take the backup of existing metadata. To roll back deployment, manually delete new components and then deploy again to production using metadata from this sandbox.

C.

Create a sandbox from production to take the backup of existing metadata. To roll back deployment, use destructivechanges.xml to delete new components and then deploy again to production using metadata from this sandbox.

D.

Backup the existing metadata using ANT Migration Tool. To roll back deployment, manually delete new components and deploy again to production using backed up metadata.

Full Access
Question # 50

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

A.

CustomMetadataType

B.

CustomMetadata

C.

CustomObject

D.

Custom Field

Full Access
Question # 51

Universal Containers CUC) has developed extensions of Salesforce Service Cloud for the use of its customer service teams using the change set development model.

Recently, UC acquired a company that develops extensions of an AppExchange app. The development team of the acquired company uses the org development model. The Universal Containers CTO wants both teams to work on a single org and follow the same set of processes.

Which development model should the architect recommend to be used by the consolidated development team?

A.

Org development model, because the acquired company's team is already using it, and it is better than the change set development model.

B.

Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code.

C.

Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects.

D.

Change set development model, because UC is already using it, so it will face less resistance.

Full Access
Question # 52

Universal containers has proposed using a Developer Edition org to stage changes to their Customer Community, which includes multiple custom Visualforce pages and components. Which three risks should a Technical Architect consider in this strategy? Choose3 answers

A.

Code changes cannot be deployed from a Developer Sandbox to Production.

B.

Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.

C.

Developer Edition orgs cannot have sandboxes, which will make team development difficult.

D.

Developer Edition orgs do not run on production servers and will not perform well during testing.

E.

Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment more complex

Full Access
Question # 53

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 # 54

What are two advantages of using an Agile Project Management tool? Choose 2 answers

A.

Increased visibility into sprint and project status

B.

Better relationships with business stakeholders

C.

Consolidate project artifacts to a common repository

D.

Improve governance with gate steps in development

Full Access
Question # 55

Universal Containers is adopting Scrum as an agile methodology and wants to choose a software tool to support the adoption. What three key features of an agile development support tool should an architect look for? Choose 3 answers

A.

Sprint backlog management

B.

Email notifications when work is created or changed

C.

Product backlog prioritization

D.

Work (for example,user stories or tasks) assignment

E.

Kanban board

Full Access
Question # 56

Universal Containers is working on the next phase of development for their Salesforce implementation involving a large amount of custom development. Which two strategies should be considered to address a critical production issue occurring in the middle of development? Choose 2 answers

A.

Create separate branches for current development and production bug fixes and deploy the fix with current development when ready

B.

Utilize one branch for both development and production bug fixes to avoid out-of-sync branches and simplify deployment

C.

Utilize a source control system to allow separate branches for current development and production bug fixes

D.

Refresh a sandbox for replication of the issue and testing the use -case scenarios once the code is fixed

Full Access
Question # 57

Which are two recommended methods of creating test data in Salesforce?

Choose 2 answers

A.

Utilize Heroku Connect to provide test class data.

B.

Host a mock endpoint to produce sample information from an endpoint.

C.

Reference data from middleware directly within your test class.

D.

Load a CSV as a static resource and reference it in a test class.

Full Access
Question # 58

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 # 59

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?

A.

Scrum master

B.

Release managers

C.

Product owner

D.

Change managers

Full Access
Question # 60

Universal Containers is having trouble aligning releases between major, minor, and Salesforce seasonal releases.

What should an architect recommend?

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.

Full Access
Question # 61

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 # 62

A year has passed since a project has gone live and a developer is looking to make an update to an existing Apex class, but is unsure of its purpose. What artifact from the original project should be leveraged to determine the purpose of the class?

A.

User Acceptance Test Scripts

B.

Test Execution Plan

C.

Requirements Traceability Matrix

D.

Test Sign Off Document

Full Access
Question # 63

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

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

Full Access
Question # 64

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

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

Full Access
Question # 65

A Salesforce Administrator has initiated a deployment using a change set. the deployment has taken more time than usual. What is the potential reason for this?

A.

The change set includes changes to permission sets and profiles.

B.

The change set includes Field type changes for some objects.

C.

The change set includes new custom objects and custom fields.

D.

The change set performance is independent of the included components.

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

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 # 67

What are three benefits of managing change with Packaged Development?

Choose 3 answers

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.

Full Access