Development-Lifecycle-and-Deployment-Architect Salesforce Certified Development Lifecycle and Deployment Architect (WI23)

Loading demo links...

Showing 4–6 of 15 questions

Question 4

What are two advantages of automated test data loads over manual data loads

Choose 2 answers

Select all that apply, then click Submit answer.

  • Automated loads can be done with no human oversight.

  • FRED Automated loads are reliable in their results.

  • Automated loads cannot be scripted by CICD tools.

  • Automated loads will increase costs.

Question 5

Which two ways should a developer working on a data loading integration that operates

between different Salesforce environments insert multiple related records in one call or

transaction?

Choose 2 answers

Select all that apply, then click Submit answer.

  • REST API SObject Tree Request

  • Bulk API 2.0

  • REST API Composite Request

  • Streaming API

Question 6

Universal Containers (UC) has noticed that unit tests are failing in production during

deployments and in no other environments. Investigations have revealed that administrators are making minor changes in production without regard to dependent components

What two suggestions can the architect make to help UC discover these failing unit tests earlier?

Choose 2 answers

Select all that apply, then click Submit answer.

  • Stop administrators from making all changes.

  • Ask administrators to run unit tests before every change.

  • Train the administrators to make their changes in a special “admin changes” sandbox, and
    then promote to production.

  • Ensure a metadata backup is committed to version control every day and a diff published
    to the release team.