Free DEX-450 Exam Braindumps (page: 6)

Page 5 of 115

A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.
The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?

  1. controller="Case" and extensions="myControllerExtension"
  2. extensions="myControllerExtension"
  3. controller="myControllerExtension"
  4. standardController="Case" and extensions="myControllerExtension"

Answer(s): D



A newly hired developer discovers that there are multiple triggers on the case object.

What should the developer consider when working with triggers?

  1. Developers must dictate the order of trigger execution.
  2. Trigger execution order is based on creation date and time.
  3. Unit tests must specify the trigger being tested.
  4. Trigger execution order is not guaranteed for the same sObject.

Answer(s): D



How should a developer prevent a recursive trigger?

  1. Use a "one trigger per object" pattern.
  2. Use a static Boolean variable.
  3. Use a trigger handler.
  4. Use a private Boolean variable.

Answer(s): D



Which three options can be accomplished with formula fields? (Choose three.)

  1. Generate a link using the HYPERLINK function to a specific record.
  2. Display the previous value for a field using the PRIORVALUE function.
  3. Determine if a datetime field value has passed using the NOW function.
  4. Return and display a field value from another object using the VLOOKUP function.
  5. Determine which of three different images to display using the IF function.

Answer(s): A,C,E






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

DEX-450 Discussions & Posts