Salesforce Platform Developer I (legacy) — Question 192
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. Flows
- 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 that can be utilized to define the database layer in Salesforce. Flows and triggers, on the other hand, are not purely declarative; triggers require coding, while flows are primarily used for automation rather than directly structuring the database.