ExamGecko
Home Home / Salesforce / Certified Development Lifecycle and Deployment Architect

Salesforce Certified Development Lifecycle and Deployment Architect Practice Test - Questions Answers, Page 20

Question list
Search
Search

List of questions

Search

Related questions











Product owners at Universal Containers want to ensure that all the requirements have test cases associated with them so that no functionality is left untested during user acceptance testing.

What project artifact can help meet the needs of the business?

A.
User acceptance test scripts
A.
User acceptance test scripts
Answers
B.
Testing strategy
B.
Testing strategy
Answers
C.
Test execution plan
C.
Test execution plan
Answers
D.
Requirement traceability matrix
D.
Requirement traceability matrix
Answers
Suggested answer: D

Universal Containers (UC) has four different business units (BUS) with different processes that shares 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.
A.
Use a new stand-alone Salesforce org for the new BU, not integrated with the others.
Answers
B.
Deploy the new BU in customer 360-degree view org, and read and write customer information from it without need of custom integration.
B.
Deploy the new BU in customer 360-degree view org, and read and write customer information from it without need of custom integration.
Answers
C.
Use the same Salesforce org of another BU that shares geographical localization with the new BU.
C.
Use the same Salesforce org of another BU that shares geographical localization with the new BU.
Answers
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
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
Answers
Suggested answer: D

Universal Containers (UC) had been using change sets for deploying all of the modifications to its Sales Cloud apps. After multiple business units joined the single Salesforce instance, there is a need to evaluate which development model is the most suitable for UC. The IT management has shown a particular interest in finding out more about the package development model.

As an architect, which two statements can be made to articulate the differences between the change set model and package development model?

Choose 2 answers

A.
In package development, the source of truth is the metadata in the package project, which makes it easy to integrate to a version controlSystem.
A.
In package development, the source of truth is the metadata in the package project, which makes it easy to integrate to a version controlSystem.
Answers
B.
A change set can be retrieved from the developer’s workbench as a package, then pushed into the version control system to achieve theVersioning control.
B.
A change set can be retrieved from the developer’s workbench as a package, then pushed into the version control system to achieve theVersioning control.
Answers
C.
In change set development, the source of truth is a combination of the metadata already in the environment and the content of your change Set.
C.
In change set development, the source of truth is a combination of the metadata already in the environment and the content of your change Set.
Answers
D.
In package development, the best practice is to consider the dependencies and build the dependencies into the package so it can be deploye In any other target orgs.
D.
In package development, the best practice is to consider the dependencies and build the dependencies into the package so it can be deploye In any other target orgs.
Answers
Suggested answer: A, C

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

A.
Database management systems
A.
Database management systems
Answers
B.
Version control repository
B.
Version control repository
Answers
C.
Middleware
C.
Middleware
Answers
D.
Continuous integration tool
D.
Continuous integration tool
Answers
E.
Issue tracking Ttool
E.
Issue tracking Ttool
Answers
Suggested answer: B, D

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
A.
Change Sets B
Answers
B.
Developer Console
B.
Developer Console
Answers
C.
ANT Migration Tool
C.
ANT Migration Tool
Answers
D.
VS Code with Salesforce Extension
D.
VS Code with Salesforce Extension
Answers
Suggested answer: C, D

Universal Containers (UC) had implemented two full sandboxes. One, known as Stage, is used for performance, regression testing, and production readiness check. The other is used primarily for user acceptance testing (UAT). Both full sandboxes were refreshed two months ago.

Currently, UC is targeting to start user acceptance testing in two weeks, and do production release in four weeks. An admin also realized Salesforce will have a major release in six weeks.

UC needs to release on the current Salesforce version, but also wants to make sure the new Salesforce release does not break anything What should an architect recommend?

A.
Refresh Stage now, and do not refresh UAT. This way, Stage will be on preview and UAT will not.
A.
Refresh Stage now, and do not refresh UAT. This way, Stage will be on preview and UAT will not.
Answers
B.
Use the Sandbox Preview Guide to check if there is any necessary action needed. UC might have to prepare, refresh, and redeploy to UAT.
B.
Use the Sandbox Preview Guide to check if there is any necessary action needed. UC might have to prepare, refresh, and redeploy to UAT.
Answers
C.
Visit trust.salesforce.com to figure out the preview cutoff dates, if the dates had passed, work with support to get on the preview instance.
C.
Visit trust.salesforce.com to figure out the preview cutoff dates, if the dates had passed, work with support to get on the preview instance.
Answers
D.
Refresh Stage from UAT now. After preview cutoff, use the upgraded one for regression test, use the non-upgraded one for user acceptance Test.
D.
Refresh Stage from UAT now. After preview cutoff, use the upgraded one for regression test, use the non-upgraded one for user acceptance Test.
Answers
Suggested answer: B

Universal Containers (UC) has multiple teams with major projects working concurrently in their own developer sandboxes. After deploying to production, a bug is discovered. Due to tight timelines, the development team has suggested correcting the bug in the user acceptance testing (UAT) environment, which is a full copy sandbox.

What should the architect recommend?

A.
UC should spin up a new sandbox to use as a hot fix environment. Once the bug is corrected, the change should be applied to production and downstream environments.
A.
UC should spin up a new sandbox to use as a hot fix environment. Once the bug is corrected, the change should be applied to production and downstream environments.
Answers
B.
The fix should be made in the developer environment where the project work was done.Once the fix has been made, it should go through a full deployment/testing process and adhere to the normal project cadence.
B.
The fix should be made in the developer environment where the project work was done.Once the fix has been made, it should go through a full deployment/testing process and adhere to the normal project cadence.
Answers
C.
Since the issue was found in production, it should be treated as a change request and go into the backlog as an enhancement.
C.
Since the issue was found in production, it should be treated as a change request and go into the backlog as an enhancement.
Answers
D.
Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest location to fix and test the resolution.
D.
Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest location to fix and test the resolution.
Answers
Suggested answer: A, C

A developer on the Universal Containers team has written a test class to test a method that involves a web service callout. Within the test class, the developer is supposed to load test data, create an instance of the Mock object, set the Test.setMock() to that Mock object, call startTest(), execute the code that makes the callout, call stopTest(), and compare the result with expectations. Unfortunately, the Developer forgot to use the Test.setMock() method step.

What would happen when the developer runs this test class?

A.
The test class fails without error message since the test class will simply skip the web service callout during the execution.
A.
The test class fails without error message since the test class will simply skip the web service callout during the execution.
Answers
B.
The test class fails and the developer will see a message stating: Methods defined as TestMethod do not support Web service callouts.
B.
The test class fails and the developer will see a message stating: Methods defined as TestMethod do not support Web service callouts.
Answers
C.
The test class would make the web service callout and may or may not fail depending on the circumstances on the web service end
C.
The test class would make the web service callout and may or may not fail depending on the circumstances on the web service end
Answers
D.
It is impossible to miss the Test.setMock() statement, the Developer Console will not let the developer save it since the test methou callout
D.
It is impossible to miss the Test.setMock() statement, the Developer Console will not let the developer save it since the test methou callout
Answers
Suggested answer: B

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 UC address the challenges?

Choose 2 answers

A.
Automated deployment
A.
Automated deployment
Answers
B.
Automated defect fixing
B.
Automated defect fixing
Answers
C.
Automated sandbox provisioning
C.
Automated sandbox provisioning
Answers
D.
Automated change tracking
D.
Automated change tracking
Answers
Suggested answer: A, D

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.
A.
There is no problem, this is expected behavior.
Answers
B.
UAT is on a preview release and SIT is not.
B.
UAT is on a preview release and SIT is not.
Answers
C.
SIT is on a preview release and UAT is not.
C.
SIT is on a preview release and UAT is not.
Answers
D.
Use the DX command line instead.
D.
Use the DX command line instead.
Answers
Suggested answer: C
Total 227 questions
Go to page: of 23