Salesforce DEX-450 Exam Questions
Programmatic Development using Apex and Visualforce in Lightning Experience (Page 5 )

Updated On: 16-Feb-2026

What is the requirement for a class to be used as a custom Visualforce controller?

  1. Any top-level Apex class that has a constructor that returns a PageReference
  2. Any top-level Apex class that extends a PageReference
  3. Any top-level Apex class that has a default, no-argument constructor
  4. Any top-level Apex class that implements the controller interface

Answer(s): D



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 dumps with other Community members:

Join the DEX-450 Discussion