Pass the Salesforce Salesforce Developer Development-Lifecycle-and-Deployment-Architect Questions and answers with CertsForce

Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions
Questions # 41:

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

Options:

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.


Expert Solution
Questions # 42:

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?

Options:

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


Expert Solution
Questions # 43:

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

Options:

A.

Active Process Builders


B.

Validation Rules


C.

Workflow Rules


D.

Case Assignment Rules


Expert Solution
Questions # 44:

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

Options:

A.

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


B.

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


C.

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


D.

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


Expert Solution
Questions # 45:

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

What should an Architect do to resolve this?

Options:

A.

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


B.

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


C.

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


D.

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


Expert Solution
Questions # 46:

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

Options:

A.

Business verification testing


B.

Stress testing


C.

Automated browser testing


D.

Static code quality analysis


Expert Solution
Questions # 47:

Universal Containers has just completed several projects, including new custom objects and custom fields. Administrators are having difficulty maintaining the application due to not knowing how objects and fields are being used. Which two options should an Architect recommend? Choose 2 answers

Options:

A.

Create Design standards to require help text on all custom fields and custom objects.


B.

Create Design standards to consistently use the description field on custom objects.


C.

Create Design standards with a document to store all custom objects and custom fields


D.

Create Design standards to require all custom fields on all custom object page layouts


E.

Create Design standards to consistently use the description field on custom fields.


Expert Solution
Questions # 48:

Universal Containers (UC) is looking at implementing a large number of features using an AppExchange product. This product uses Sobjects to store and configure important business

logic within the application.

Which two options should an architect recommend, as the source of truth for storing this

reference data?

Choose 2 answers

Options:

A.

Store the records in sandboxes and production.


B.

Store the records in a version control system.


C.

Use a third-party product to manage these records.


D.

Attach CSV files to the user stories in a project management system.


Expert Solution
Questions # 49:

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

Options:

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


Expert Solution
Questions # 50:

Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production. UC's Architect has suggested that they run only subsets of tests. Which two statements are true regarding running specific tests during deployments? Choose 2 answers

Options:

A.

To run a subset of tests, set the Run Specified Tests test level on the Deploy Options objects and pass it as an argument to deploy () call.


B.

run a subset of tests, set the RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.


C.

Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.


D.

Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.


Expert Solution
Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions