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

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
Version control does not need to be used, as packages manage all the code and configuration.
Answers
B.
Test developed packages in test environments before installing to production.
B.
Test developed packages in test environments before installing to production.
Answers
C.
Move everything in the existing codebase to a single monolithic package.
C.
Move everything in the existing codebase to a single monolithic package.
Answers
D.
Consult the metadata coverage report to identify features supported by packages.
D.
Consult the metadata coverage report to identify features supported by packages.
Answers
Suggested answer: A, B

Universal Containers CUC) is embarked on an enterprise salesforce transformation journey, UC would like to streamline and automate deployment to different sandboxes during the build phase.

Upon customer acceptance in UAT, the company requested to automate the production deployment as well.

As the deployment architect, what is the recommendation to satisfy the customer requirements?

A.
Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
A.
Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
Answers
B.
Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
B.
Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
Answers
C.
Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
C.
Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
Answers
D.
Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
D.
Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
Answers
Suggested answer: A

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

Choose 2 answers

A.
Utilize Heroku Connect to provide test class data.
A.
Utilize Heroku Connect to provide test class data.
Answers
B.
Host a mock endpoint to produce sample information from an endpoint.
B.
Host a mock endpoint to produce sample information from an endpoint.
Answers
C.
Reference data from middleware directly within your test class.
C.
Reference data from middleware directly within your test class.
Answers
D.
Load a CSV as a static resource and reference it in a test class.
D.
Load a CSV as a static resource and reference it in a test class.
Answers
Suggested answer: B, D

What would a technical architect recommend to avoid possible delays while deploying a change set?

A.
Change set performance is independent of included components.
A.
Change set performance is independent of included components.
Answers
B.
Manually create new custom objects and new custom fields.
B.
Manually create new custom objects and new custom fields.
Answers
C.
Manually apply the field type changes.
C.
Manually apply the field type changes.
Answers
D.
Manually validate change sets before deployment.
D.
Manually validate change sets before deployment.
Answers
Suggested answer: D

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.
A.
Minor changes do not need to be documented and can be made at any time.
Answers
B.
Minor changes should be thoroughly documented and follow some type of standard cadence.
B.
Minor changes should be thoroughly documented and follow some type of standard cadence.
Answers
C.
All changes should still be tested.
C.
All changes should still be tested.
Answers
D.
CI/CD is required in to successfully manage minor changes.
D.
CI/CD is required in to successfully manage minor changes.
Answers
E.
Downstream environments will not be automatically updated when production changes.
E.
Downstream environments will not be automatically updated when production changes.
Answers
Suggested answer: A, C, E

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.
A.
Generate a code review checklist to ensure consistency between reviews and different reviewers.
Answers
B.
Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
B.
Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
Answers
C.
Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
C.
Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
Answers
D.
Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
D.
Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
Answers
Suggested answer: A, D

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.
A.
Deploy metadata to production orgs using managed packages.
Answers
B.
Deploy metadata to production orgs using unmanaged packages.
B.
Deploy metadata to production orgs using unmanaged packages.
Answers
C.
Deploy metadata to production orgs using package development model.
C.
Deploy metadata to production orgs using package development model.
Answers
D.
Deploy metadata to production orgs using change sets.
D.
Deploy metadata to production orgs using change sets.
Answers
Suggested answer: C

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
A.
DOM changes
Answers
B.
New standard fields
B.
New standard fields
Answers
C.
Metadata schema changes
C.
Metadata schema changes
Answers
D.
New Apex methods
D.
New Apex methods
Answers
Suggested answer: A

Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check-Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?

A.
Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
A.
Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
Answers
B.
Authorize to the Full sandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
B.
Authorize to the Full sandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
Answers
C.
Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
C.
Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
Answers
D.
Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
D.
Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
Answers
Suggested answer: C

Which two options should be considered when making production changes in a highly regulated and audited environment?

Choose 2 answers

A.
All changes including hotfixes should be reviewed against security principles.
A.
All changes including hotfixes should be reviewed against security principles.
Answers
B.
Any production change should have explicit stakeholder approval.
B.
Any production change should have explicit stakeholder approval.
Answers
C.
No manual steps should be carried out.
C.
No manual steps should be carried out.
Answers
D.
After deployment, the development team should test and verify functionality in production.
D.
After deployment, the development team should test and verify functionality in production.
Answers
Suggested answer: A, B
Total 227 questions
Go to page: of 23