Salesforce Platform Developer I (legacy) — Question 40
A developer is asked to create a custom Visualforce page that will be used as a dashboard component.
Which three are valid controller options for this page? (Choose three.)
Answer options
- A. Use a standard controller.
- B. Use a standard controller with extensions.
- C. Use a custom controller with extensions.
- D. Do not specify a controller.
- E. Use a custom controller.
Correct answer: C, D, E
Explanation
The correct answers are C, D, and E because a custom controller with extensions allows for additional functionality, while not specifying a controller will default to the standard behavior. Options A and B are not valid for this specific scenario, as they do not align with the requirement for a custom Visualforce page intended for a dashboard component.