SALESFORCE CERTIFICATIONS DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNERSalesforce Certified Development Lifecycle and Deployment Designer - Practice Questions - Post 46

#Advertisement

SALESFORCE CERTIFICATIONS DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNERSalesforce Certified Development Lifecycle and Deployment Designer - Practice Questions - Post 46

1.

Page: Page 23

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


2.

Page: Page 23

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


3. Which two project situations favor an Agile methodology?

Page: Page 24

Option A: A digitization project to update an existing customer -facing process and enable quick adjustments

Option B: A project to be executed by a third party, with a fixed and formal scope, budget, and timeline

Option C: An environment with a heavy investment in DevOps capabilities for rapid testing and deployment

Option D: A project with well-defined requirements and complex interactions between front- and back -end Systems

Answer(s): 1,3

Explanation: Not available

SEO Keywords: SEO keywords not available


4. Universal Containers has just initiated a project to implement a custom container tracking application with a large development team. The project manager is concerned that the large number of developers in a single developer pro sandbox could lead to challenges with code being overwritten. Which two methods should be used to mitigate this risk?

Page: Page 24

Option A: Provide each developer their own sandbox developer org and implement a code repository and continuous integration to merge code into the developer pro sandbox

Option B: Replace the developer pro sandbox with a Partial copy sandbox

Option C: Use a single sandbox and strictly coordinate development across shared components, and implement a code repository to allow developers to merge code into a common repository

Option D: Provide each developer their own sandbox developer org, and implement managed packages to deploy to the merge

Answer(s): 1,3

Explanation: Not available

SEO Keywords: SEO keywords not available


5. As a part of technical debt cleanup project, a large list of metadata components has been identified by the business analysts at Universal Containers for removal from the Salesforce org. How should an architect manage these deletions across sandbox environments and production with minimal impact on other work streams?

Page: Page 24

Option A: Generate a destructivechanges.xml file and deploy the package via the Force.com Migration Tool

Option B: Perform deletes manually in a sandbox and then deploy a Change Set to production

Option C: Assign business analysts to perform the deletes and split up the work between them

Option D: Delete the components in production and then refresh all sandboxes to receive the changes

Answer(s): 1

Explanation: Not available

SEO Keywords: SEO keywords not available


6. Universal Containers is a global organization that maintains regional production instances of Salesforce. One region has created a new custom object to track Shipping Containers. The CIO has requested that this new object be used globally by all Salesforce instances and further maintained and modified regionally by local administrators. Which two deployment tools will support this request?

Page: Page 24

Option A: Tooling API

Option B: Force.com IDE

Option C: Change sets

Option D: Force.com Migration Tool

Answer(s): 2,4

Explanation: Not available

SEO Keywords: SEO keywords not available


7. Universal Containers is looking to construct a continuous integration process to help manage code quality. Which three tools should be used to enable this?

Page: Page 25

Option A: Force.com Migration Tool

Option B: Full Sandbox Environment

Option C: Source Control Tool

Option D: Project Management Tool

Answer(s): 1,3,5

Explanation: Not available

SEO Keywords: SEO keywords not available


8. Universal Containers has written several validation rules and workflow rules for the lead object. Which two test types should an Architect suggest to ensure that a large inbound call center does not experience platform slowdowns under high call volume for the Lead object?

Page: Page 25

Option A: Unit Test

Option B: Stress Test

Option C: Load Test

Option D: Performance Test

Answer(s): 3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


9. Universal Containers' developers are working on a Visual force page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Answers

Page: Page 25

Option A: Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

Option B: Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

Option C: Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

Option D: Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on

Answer(s): 1,4

Explanation: Not available

SEO Keywords: SEO keywords not available


10. Universal Containers has asked the salesforce architect to establish a governance framework to manage all of those Salesforce initiatives within the company. What is the first step the Architect should take?

Page: Page 25

Option A: Implement a comprehensive DevOps framework for all initiatives within Universal Containers

Option B: Establish a global Center of Excellence to define and manage Salesforce development standards across the organization

Option C: Identify relevant Stakeholders from within Universal Containers to obtain governance goals and objectives

Option D: Implement a project management tool to manage all change requests on the project

Answer(s): 3

Explanation: Not available

SEO Keywords: SEO keywords not available


11. What are three advantages of using a Source Control system alongside a multi -sandbox development strategy?

Page: Page 26

Option A: Perform code reviews before promoting to a pre -production sandbox

Option B: Automatically deploy changes from sandbox to production

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


12.

Page: Page 26

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


13.

Page: Page 26

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


14.

Page: Page 26

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


15. Which two groups are responsible for the creation and execution of Release Management processes?

Page: Page 27

Option A: Steering Committee

Option B: End Users

Option C: Dev/Build Team

Option D: Center of Excellence

Answer(s): 3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


16. Universal Containers has just initiated a project involving a large distributed development and testing team. The development team members need access to a tool to manage requirements and the testing team needs access to a tool to manage defects. Additionally, stakeholders are requesting ad - hoc status reports. What tool should an Architect recommend to support the project?

Page: Page 27

Option A: Spreadsheets

Option B: Code Repository

Option C: Wave

Option D: Port management tool

Answer(s): 4

Explanation: Not available

SEO Keywords: SEO keywords not available


17. 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?

Page: Page 27

Option A: Version control does not need to be used, as packages manage all the code and configuration.

Option B: Test developed packages in test environments before installing to production.

Option C: Move everything in the existing codebase to a single monolithic package.

Option D: Consult the metadata coverage report to identify features supported by packages.

Answer(s): 1,2

Explanation: Not available

SEO Keywords: SEO keywords not available


18. 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?

Page: Page 27

Option A: Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.

Option B: Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.

Option C: Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.

Option D: Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.

Answer(s): 1

Explanation: Not available

SEO Keywords: SEO keywords not available


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

Page: Page 28

Option A: Utilize Heroku Connect to provide test class data.

Option B: Host a mock endpoint to produce sample information from an endpoint.

Option C: Reference data from middleware directly within your test class.

Option D: Load a CSV as a static resource and reference it in a test class.

Answer(s): 2,4

Explanation: Not available

SEO Keywords: SEO keywords not available


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

Page: Page 28

Option A: Change set performance is independent of included components.

Option B: Manually create new custom objects and new custom fields.

Option C: Manually apply the field type changes.

Option D: Manually validate change sets before deployment.

Answer(s): 4

Explanation: Not available

SEO Keywords: SEO keywords not available


21. 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?

Page: Page 28

Option A: Minor changes do not need to be documented and can be made at any time.

Option B: Minor changes should be thoroughly documented and follow some type of standard cadence.

Option C: All changes should still be tested.

Option D: CI/CD is required in to successfully manage minor changes.

Answer(s): 1,3,5

Explanation: Not available

SEO Keywords: SEO keywords not available


22. 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?

Page: Page 28

Option A: Generate a code review checklist to ensure consistency between reviews and different reviewers.

Option B: Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.

Option C: Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.

Option D: Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.

Answer(s): 1,4

Explanation: Not available

SEO Keywords: SEO keywords not available


Top Post Ad

Post a Comment