Development-Lifecycle-and-Deployment-Designer Salesforce Certified Development Lifecycle and Deployment Designer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Universal Containers (UC) has a large user base (over 300 users) and was originally implemented eight years ago by a Salesforce Systems Integration Partner. Since then, UC has made a number of changes to their Visualforce pages and Apex classes in response to customer requirements, made by a variety of Vendors and internal teams.

Which three issues would a new Technical Architect expect to see when evaluating the code in this Salesforce org? (Choose three.)

Select all that apply, then click Submit answer.

  • Custom-built JSON and String manipulation classes that are no longer required.

  • Broken functionality due to Salesforce upgrades.

  • Duplicated logic across Visualforce pages and Apex classes performing similar tasks.

  • Multiple unit test failures would be encountered.

  • Multiple triggers on the same object, making it hard to understand the order of operations.

Question 5

Universal Containers has just completed several projects, including new custom objects and custom fields. Administrators are having difficulty maintaining the application due to not knowing how objects and fields are being used.

Which two options should an Architect recommend? (Choose two.)

Select all that apply, then click Submit answer.

  • Create design standards with a document to store all custom objects and custom fields.

  • Create design standards to require all custom fields on all custom object page layouts.

  • Create design standards to require help text on all custom fields and custom objects.

  • Create design standards to consistently use the description field on custom fields.

  • Create design standards to consistently use the description field on custom objects.

Question 6

Universal Containers has multiple projects being developed in parallel. One of the projects is in the testing phase, and the testing team found a list of issues on the items that will be deployed to production. As the project deadline is short, the customer team proposes that the fixes be done in the test sandbox and then deployed to Production.

What should the Architect recommend?

Select an option, then click Submit answer.

  • Recommend fixing the issues in the test environment and migrating the changes to the development sandbox.

  • Recommend fixing the issues in the development sandbox, migrating them to testing, and deploy to production after testing.

  • Recommend fixing the issues in the development environment and deploying the changes to production.

  • Recommend the customer team’s proposal to fix the issues in the testing environment and deploy them to production.