Salesforce Platform Developer I (legacy) — Question 121
Universal Containers decides to use exclusively declarative development to build out a new Salesforce application.
Which three options should be used to build out the database layer for the application? (Choose three.)
Answer options
- A. Process Builder
- B. Roll-up summaries
- C. Triggers
- D. Relationships
- E. Custom objects and fields
Correct answer: B, D, E
Explanation
The correct answers are B, D, and E because roll-up summaries, relationships, and custom objects and fields are all declarative tools used to define and manage the database layer. Process Builder and triggers, however, are not purely declarative; they involve coding or automation processes that go beyond simple configuration.