Free DEX-450 Exam Braindumps

When is an Apex Trigger required instead of a Process Builder Process?

  1. When a record needs to be created
  2. When multiple records related to the triggering record need to be updated
  3. When a post to Chatter needs to be created
  4. When an action needs to be taken on a delete or undelete, or before a DML operation is executed.

Answer(s): D



A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.

Which action will allow the developer to relate records in the data model without knowing the Salesforce ID?

  1. Create and populate a custom field on the parent object marked as Unique.
  2. Create a custom field on the child object of type External Relationship.
  3. Create and populate a custom field on the parent object marked as an External ID.
  4. Create a custom field on the child object of type Foreign Key.

Answer(s): D



A developer created a Lightning component to display a short text summary for an object and wants to use it with multiple Apex classes.
How should the developer design the Apex classes?

  1. Have each class define method getObject() that returns the sObject that is controlled by the Apex class.
  2. Extend each class from the same base class that has a method getTextSummary() that returns the summary.
  3. Have each class implement an interface that defines method getTextSummary() that returns the summary.
  4. Have each class define method getTextSummary() that returns the summary.

Answer(s): C



Which approach should a developer use to add pagination to a Visualforce page?

  1. A StandardController
  2. The Action attribute for a page
  3. The extensions attribute for a page
  4. A StandardSetController

Answer(s): D






Post your Comments and Discuss Salesforce DEX-450 exam with other Community members:

DEX-450 Discussions & Posts