ExamGecko

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

List of questions

Question 111

Report
Export
Collapse

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

Version control does not need to be used, as packages manage all the code and configuration.
Version control does not need to be used, as packages manage all the code and configuration.
Test developed packages in test environments before installing to production.
Test developed packages in test environments before installing to production.
Move everything in the existing codebase to a single monolithic package.
Move everything in the existing codebase to a single monolithic package.
Consult the metadata coverage report to identify features supported by packages.
Consult the metadata coverage report to identify features supported by packages.
Suggested answer: A, B
asked 23/09/2024
Ariel Acosta
35 questions

Question 112

Report
Export
Collapse

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?

Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
Suggested answer: A
asked 23/09/2024
Brian scott
28 questions

Question 113

Report
Export
Collapse

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

Choose 2 answers

Utilize Heroku Connect to provide test class data.
Utilize Heroku Connect to provide test class data.
Host a mock endpoint to produce sample information from an endpoint.
Host a mock endpoint to produce sample information from an endpoint.
Reference data from middleware directly within your test class.
Reference data from middleware directly within your test class.
Load a CSV as a static resource and reference it in a test class.
Load a CSV as a static resource and reference it in a test class.
Suggested answer: B, D
asked 23/09/2024
Wallace Davison
35 questions

Question 114

Report
Export
Collapse

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

Change set performance is independent of included components.
Change set performance is independent of included components.
Manually create new custom objects and new custom fields.
Manually create new custom objects and new custom fields.
Manually apply the field type changes.
Manually apply the field type changes.
Manually validate change sets before deployment.
Manually validate change sets before deployment.
Suggested answer: D
asked 23/09/2024
Alexander Castro
42 questions

Question 115

Report
Export
Collapse

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

Minor changes do not need to be documented and can be made at any time.
Minor changes do not need to be documented and can be made at any time.
Minor changes should be thoroughly documented and follow some type of standard cadence.
Minor changes should be thoroughly documented and follow some type of standard cadence.
All changes should still be tested.
All changes should still be tested.
CI/CD is required in to successfully manage minor changes.
CI/CD is required in to successfully manage minor changes.
Downstream environments will not be automatically updated when production changes.
Downstream environments will not be automatically updated when production changes.
Suggested answer: A, C, E
asked 23/09/2024
Casie Clements
37 questions

Question 116

Report
Export
Collapse

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

Generate a code review checklist to ensure consistency between reviews and different reviewers.
Generate a code review checklist to ensure consistency between reviews and different reviewers.
Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
Suggested answer: A, D
asked 23/09/2024
Adrian Petrisoaia
35 questions

Question 117

Report
Export
Collapse

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?

Deploy metadata to production orgs using managed packages.
Deploy metadata to production orgs using managed packages.
Deploy metadata to production orgs using unmanaged packages.
Deploy metadata to production orgs using unmanaged packages.
Deploy metadata to production orgs using package development model.
Deploy metadata to production orgs using package development model.
Deploy metadata to production orgs using change sets.
Deploy metadata to production orgs using change sets.
Suggested answer: C
asked 23/09/2024
Tiago Carvalho
47 questions

Question 118

Report
Export
Collapse

Salesforce has three major releases a year.

Which type of change introduced by a release can cause automated browser tests to need updating?

DOM changes
DOM changes
New standard fields
New standard fields
Metadata schema changes
Metadata schema changes
New Apex methods
New Apex methods
Suggested answer: A
asked 23/09/2024
James Sutter
33 questions

Question 119

Report
Export
Collapse

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?

Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
Authorize to the Full sandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
Authorize to the Full sandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
Suggested answer: C
asked 23/09/2024
Neha Dua
41 questions

Question 120

Report
Export
Collapse

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

Choose 2 answers

All changes including hotfixes should be reviewed against security principles.
All changes including hotfixes should be reviewed against security principles.
Any production change should have explicit stakeholder approval.
Any production change should have explicit stakeholder approval.
No manual steps should be carried out.
No manual steps should be carried out.
After deployment, the development team should test and verify functionality in production.
After deployment, the development team should test and verify functionality in production.
Suggested answer: A, B
asked 23/09/2024
Aimé Tameti
42 questions
Total 227 questions
Go to page: of 23
Search

Related questions