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

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

Question # 6

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

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

What optimal option should a technical architect recommend?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 8

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

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.

Full Access
Question # 9

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

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

In Architect has been working on a large project for the past 6 months. This project must be live by the end of the current month. Which two planning techniques should the Architect use to ensure all metadata changes deploy smoothly and on time? Choose 2 answers

A.

Ensure all code that is being deployed is checked into source control

B.

Validate the final deployment package against production prior to go-live

C.

Create a new sandbox and perform a test deployment to that environment

D.

Upload a change set from sandbox to production as early as possible

Full Access
Question # 12

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

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

A.

Automated Testing

B.

Requirements Management

C.

Change Control Log

D.

Documentation Repository

E.

Continuous Integration

Full Access
Question # 14

Universal Containers is a global organization that maintains regional production

instances of Salesforce. One region has created a new application to track shipping containers.

The CIO has requested that this new application be used globally by all the Salesforce instances and further maintained and modified regionally by local administrators.

Which two deployment tools will support the request?

Choose 2 answers

A.

Change Sets B

B.

Developer Console

C.

ANT Migration Tool

D.

VS Code with Salesforce Extension

Full Access
Question # 15

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

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

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 16

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

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

Universal Containers is delivering many changes to its Salesforce system. Adoption

reports are discovering that many features are unused. The steering committee wants this to

change and is looking to the architect for advice.

What should an architect recommend to overcome this?

A.

Using Lightning Web Components for every user interface.

B.

Adopting user centered design to understand user needs before building the solution.

C.

Stop development until current features start being used.

D.

Sending weekly communication emails reporting on least engaged users

Full Access
Question # 19

Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers

A.

Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

B.

Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

C.

Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

D.

Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

Full Access
Question # 20

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

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

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

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

A.

The definition of done (DoD)

B.

A burndown chart showing team finishes early sprint after sprint

C.

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

D.

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

Full Access
Question # 21

Universal Containers (UC) has integrated with their on-premise billing system using Salesforce Connect. The data is configured using an External Object in sandbox. UC wants to deploy the external object to production using the Metadata API and would like to know what Metadata types to choose for deployments to production. Which two options are valid metadata types related to deployment of external objects? Choose 2 answers.

A.

In change sets, external objects are included in the custom object component.

B.

In the Metadata API, the External Object metadata type represents external objects.

C.

In change sets, external objects are included in the External Object component.

D.

In the Metadata API, the Custom Object metadata type represents external objects.

Full Access
Question # 22

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.

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.

Full Access
Question # 23

Which two statements are accurate about why Mock objects are needed when writing test classes?

Choose 2 answers

A.

Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.

B.

Using a Mock allows the test class to bypass the dependencies of other objects, methods, state, or behaviors. Therefore, the developer has total control of his own code.

C.

Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.

D.

A Mock is needed whenever the code makes an HTTP callout.

Full Access
Question # 24

Universal Containers (UC) is considering updating their Salesforce Production Deployment as a part of their Release Mgmt process. Which three best practices should UC consider for Production Deployment? Choose 3 ans.

A.

Announce the maintenance window ahead of time.

B.

Define a rollback strategy.

C.

Lert all users on the day of deployment.

D.

Schedule releases with Salesforce upgrades.

E.

Temporarily suspend configuration changes in production.

Full Access
Question # 25

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

Universal Containers is having trouble deploying metadata from SIT to UAT. UAT is

complaining that it does not recognize some new Salesforce metadata types to be deployed. The deployment from Dev to SIT worked perfectly

What could be the problem?

A.

There is no problem, this is expected behavior.

B.

UAT is on a preview release and SIT is not.

C.

SIT is on a preview release and UAT is not.

D.

Use the DX command line instead.

Full Access
Question # 27

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

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

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

Universal Containers is reviewing its environment strategy. They have identified a need

for a new hotfix environment to resolve any urgent production issues.

Which two sandbox types would be appropriate to use as the hotfix environment?

Choose 2 answers

A.

Partial Copy sandbox

B.

Developer sandbox

C.

Full sandbox

D.

Developer Pro sandbox

Full Access
Question # 31

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

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

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

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

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

Full Access
Question # 35

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

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

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

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

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

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

Choose 3 answers

A.

Investigate potential data impacts.

B.

Fix the bug in a hotfix branch.

C.

Wait until the next release to deploy the fix.

D.

Attempt to fix the bug directly in production.

E.

Seek stakeholder approval for the hotfix.

Full Access
Question # 36

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

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

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

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

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

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

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

A.

Automated tests should be run when branches are merged.

B.

Automated tests should be run dally in all Developer Orgs.

C.

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

D.

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

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 has three types of releases in its release management strategy: daily, minor (monthly), and major (quarterly). A user has requested a new report to support an urgent client request. What release strategy would an Architect recommend?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 44

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

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

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?

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.

Full Access
Question # 47

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

What are two limitations an architect should consider when designing a strategy for managing technical reference data, with multiple related objects?

Choose 2 answers

A.

Apex CPU limits

B.

Circular relationships

C.

Depth of nested relationships

D.

HTTP response size

Full Access
Question # 49

Universal Containers (UC) is developing a custom Force.com application. The following tools are used for development, the Force.com IDE for developing apps. Git as a source control system and a Git repository, and the Force.com Migration Tool for updating sandboxes from source control. UC's current branching strategy calls for two main branches: 1) Master 2) Develop Three supporting branches: 1) Feature 2) Release 3) Hotflix Consider that the branching strategy is in parallel as follows Feature |Develop |Release |Hotfix |Master What is the recommended practice strategy that Developers should adopt for Development?

A.

Developers work off of the Feature branch, which is pulled from the Master branch and the Feature branch is then merged with the Develop branch.

B.

Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Develop branch.

C.

Developers work off of the Feature branch, which is pulled from the Release branch, and the Feature branch is then merged with the Develop branch.

D.

Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Hotfix branch.

Full Access
Question # 50

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

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

Universal Containers (UC) is implementing Salesforce for the first time. Their legacy CRM system is an on-premise home-grown application written in Java. UC plans to implement a continuous integration process that mirrors their current standard. Under what conditions should an Architect recommend against continuous integration?

A.

Test scripts will be generated as part of the testing phase

B.

There isn't a full sandbox available to leverage

C.

The Salesforce instance has only standard functionality

D.

The client does not have the budget for additional software

Full Access
Question # 53

Universal Containers has dozens of independent user acceptance and functional teams that need to test independently in isolation, and on current production data that was modified within the last week. Which Sandbox type should a Technical Architect recommend?

A.

Developer Pro Sandbox

B.

Partial Copy Sandbox

C.

Developer Sandbox

D.

Full Sandbox

Full Access
Question # 54

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

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

Choose 2 answers

A.

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

B.

Test developed packages in test environments before installing to production.

C.

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

D.

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

Full Access
Question # 55

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

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 57

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

Which two environments are appropriate for creating a managed package? Choose 2 answers

A.

Developer Pro Sandbox Org

B.

Partner Developer Edition Org

C.

Production Org with LMA

D.

Developer Edition Org

Full Access
Question # 59

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

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

A.

Communicate project status

B.

Determine project methodology

C.

Design executive dashboards

D.

Approve changes to project scope

Full Access
Question # 61

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

A.

Unit Testing.

B.

Load testing.

C.

System Integration Testing.

D.

Stress Testing.

Full Access
Question # 62

Universal containers have recently replaced a custom service center application with Salesforce Service Cloud. Administrators are now confused about which fields and classes are actively being utilized and how future implementations can be maintained. Choose 2 answers

A.

Create an adoption plan for end users using Salesforce dashboards and reports.

B.

Create a design standard requiring integration to use declarative configurations patterns

C.

Create a governance process requiring all projects to create project deliverable documentation.

D.

Create a standard method for deprecating classes and fields using design standards.

E.

Create a governance framework focused on high-level business strategy and goals.

Full Access
Question # 63

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

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

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

What advice should a technical architect provide in a Change Advisory Board meeting?

A.

Functionality meets the business needs.

B.

Solution is usable by the business.

C.

Solution is technically sound.

D.

Troubleshooting strategies for deployment issues

Full Access
Question # 67

Universal Containers is a Salesforce AppExchange partner and they are planning to

launch recommended that they use a partner development org for development. New app. The technical architect

What are the three benefits of using a partner development org over an individual development org in this scenario?

Choose 3 answers

A.

Partner development org has a greater number of licenses available for the team.

B.

Partner development org offers higher API limit.

C.

Only partner development org supports managed beta testing.

D.

Partner development org never expires.

E.

Partner development org offers more storage.

Full Access