Salesforce Certified Platform App Builder — Question 80
What layer of model-view-controller paradigm are standard or custom objects associated with?
Answer options
- A. View and Controller
- B. Model
- C. Controller
- D. View
Correct answer: B
Explanation
The correct answer is B, as the Model layer is responsible for managing the data and business logic of the application, which includes standard and custom objects. Options A, C, and D are incorrect because they refer to the View and Controller layers, which handle user interface and user input respectively, rather than the data management aspect.