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

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
Automated tests should be run when branches are merged.
Answers
B.
Automated tests should be run dally in all Developer Orgs.
B.
Automated tests should be run dally in all Developer Orgs.
Answers
C.
Automated tests should be run only when merging into Full or Partial Copy sandboxes.
C.
Automated tests should be run only when merging into Full or Partial Copy sandboxes.
Answers
D.
Automated tests should be run daily in all Developer Orgs, and when branches are merged.
D.
Automated tests should be run daily in all Developer Orgs, and when branches are merged.
Answers
Suggested answer: C

Universal Containers (UC) is a large enterprise with a complex system landscape. UC is currently rolling out new infrastructure and strategies around Salesforce DevOps. Some of the key feature’s UC is looking to support is rollback of metadata after a deployment, and the backup and restore of data to help recover from deployment issues, system bugs, or outages in their downstream systems.

Regulations in the industry mean that UC must be able to provide strategies to recover and rollback from issues. The regulator has discovered UC is not currently providing these, and must do so as soon as possible to remain compliant.

What should an architect advise?

A.
Salesforce backs up all data and will restore it for customers on request.
A.
Salesforce backs up all data and will restore it for customers on request.
Answers
B.
Evaluate third-party and AppExchange products.
B.
Evaluate third-party and AppExchange products.
Answers
C.
Advise stakeholders that rollback is not possible for Salesforce.
C.
Advise stakeholders that rollback is not possible for Salesforce.
Answers
D.
Custom build a feature rollback and data restore tool for Salesforce
D.
Custom build a feature rollback and data restore tool for Salesforce
Answers
Suggested answer: B

Universal Containers has many development teams deploying into a single org. The business is very seasonal and approaching its busiest season. The business owner comes to you asking for your advice about its next major production release.

What best practice should an architect recommend?

A.
Make declarative changes in production only.
A.
Make declarative changes in production only.
Answers
B.
Bypass regression testing for minor changes.
B.
Bypass regression testing for minor changes.
Answers
C.
Avoid releasing near peak business periods.
C.
Avoid releasing near peak business periods.
Answers
D.
Developers should conduct user acceptance testing
D.
Developers should conduct user acceptance testing
Answers
Suggested answer: D

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.
A.
Set the classes as deprecated in package A and recreate them in package B.
Answers
B.
Move the classes of package A to package 8 and change the code for package B that called this class from package A.
B.
Move the classes of package A to package 8 and change the code for package B that called this class from package A.
Answers
C.
Move the classes of package A to package B and create new package versions.
C.
Move the classes of package A to package B and create new package versions.
Answers
D.
Set the classes as deprecated in package A and recreate them in package B with new names.
D.
Set the classes as deprecated in package A and recreate them in package B with new names.
Answers
Suggested answer: B

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)
A.
The definition of done (DoD)
Answers
B.
A burndown chart showing team finishes early sprint after sprint
B.
A burndown chart showing team finishes early sprint after sprint
Answers
C.
A Kanban board showing there’s always the maximum allowed amount of work in progress (WIP)
C.
A Kanban board showing there’s always the maximum allowed amount of work in progress (WIP)
Answers
D.
A burndown chart showing the team misses their forecast sprint after sprint
D.
A burndown chart showing the team misses their forecast sprint after sprint
Answers
Suggested answer: D

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.
A.
Lower administration overhead costs.
Answers
B.
Improved Chatter collaboration across different business units.
B.
Improved Chatter collaboration across different business units.
Answers
C.
Consolidating the business processes would be simplified.
C.
Consolidating the business processes would be simplified.
Answers
D.
Automatically unify data model among all lines of business.
D.
Automatically unify data model among all lines of business.
Answers
E.
Easier to get a 360-view of the customer.
E.
Easier to get a 360-view of the customer.
Answers
Suggested answer: A, B, E

An architect is working on a Universal Containers (UC) project, and due to security concerns, the UC security team 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.
Provide a spreadsheet of all components and utilize the metadata API’s readMetadata() call.
A.
Provide a spreadsheet of all components and utilize the metadata API’s readMetadata() call.
Answers
B.
Communicate the unlocked package version to the release management team.
B.
Communicate the unlocked package version to the release management team.
Answers
C.
Create a change set in each sandbox and download the package.xml file for the release management team.
C.
Create a change set in each sandbox and download the package.xml file for the release management team.
Answers
D.
Provide the release management team a copy of the audit trail from the sandbox you wish to deploy from.
D.
Provide the release management team a copy of the audit trail from the sandbox you wish to deploy from.
Answers
Suggested answer: B

Universal Containers has 80% code coverage. Despite the creation of a test plan for each sprint, the number of defects is large.

What two items should the architect recommend to reduce defects?

Choose 2 answers

A.
The test script should be used to define the test classes.
A.
The test script should be used to define the test classes.
Answers
B.
The code coverage should be increased to 95%.
B.
The code coverage should be increased to 95%.
Answers
C.
The test analyst who creates the test plan must also create the test classes.
C.
The test analyst who creates the test plan must also create the test classes.
Answers
D.
The acceptance criteria should have more details.
D.
The acceptance criteria should have more details.
Answers
Suggested answer: A, D

A developer with Universal Containers recently created a flow in the developer sandbox. While working on the flow, the developer deactivated it and made updates multiple times before the flow worked as desired. Now the developer is planning to use a change set to migrate the flow to the QA sandbox.

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

Choose 2 answers

A.
When a change set with a multiple versioned flow is uploaded, it includes only the active version of the flow.
A.
When a change set with a multiple versioned flow is uploaded, it includes only the active version of the flow.
Answers
B.
When a change set with a multiple versioned flow is uploaded, it includes all the versions of the flow.
B.
When a change set with a multiple versioned flow is uploaded, it includes all the versions of the flow.
Answers
C.
When a change set with a multiple versioned flow is uploaded, and no active version is available, it includes the most recent inactive version of the flow.
C.
When a change set with a multiple versioned flow is uploaded, and no active version is available, it includes the most recent inactive version of the flow.
Answers
D.
When a change set with a multiple versioned flow is uploaded, and no active version is available, it throws an exception.
D.
When a change set with a multiple versioned flow is uploaded, and no active version is available, it throws an exception.
Answers
Suggested answer: A, C

Universal Containers (UC) started to use the GitHub workflow. For the current minor release, an Experience Cloud developer and a Service Cloud developer both need to work on the Case object and codes that reference the Case object. Both developers branched off the same UCDev branch (maps to the Dev sandbox for Release Build) and started working. The Experience Cloud development team had Finished early, and the change was successfully merged into the UCDev branch. The local Git branch used by the Service Cloud developer is called ServiceCase At what point will the Service Cloud developer see the conflict and need to resolve the conflict?

A.
At command: git commit -m “Service Cloud Notes”
A.
At command: git commit -m “Service Cloud Notes”
Answers
B.
The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.
B.
The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.
Answers
C.
At command: git push origin ServiceCase
C.
At command: git push origin ServiceCase
Answers
D.
At Command: git add force-app/main/default
D.
At Command: git add force-app/main/default
Answers
Suggested answer: B
Total 227 questions
Go to page: of 23