CRT-450 Salesforce Certified Platform Developer I (SU18)

Loading demo links...

Showing 13–15 of 15 questions

Question 13

The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted.

What should be used to ensure that a user populates the Lead Source field prior to converting a Lead?

Select an option, then click Submit answer.

  • Workflow Rule

  • Validation Rule

  • Formula Field

  • Process Builder

Question 14

What is the order of operations when a record is saved in Salesforce?

Select an option, then click Submit answer.

  • workflow, process flows, triggers, commit

  • process flows, triggers, workflow, commit

  • triggers, workflow, process flows, commit

  • workflow, triggers, process flows, commit

Question 15

Which approach should be used to provide test data for a test class?

Select an option, then click Submit answer.

  • Query for existing records in the database.

  • Execute anonymous code blocks that create data.

  • Use a test data factory class to create test data.

  • Access data in @TestVisible class variables.