Certified Platform App Builder Exam QuestionsBrowse all questions from this exam

Certified Platform App Builder Exam - Question 243


What layer of model-view-controller paradigm are standard or custom objects associated with?

Show Answer
Correct Answer: B

In the model-view-controller (MVC) paradigm, the 'Model' layer is responsible for representing the data and the business logic of the application. Standard and custom objects are part of this layer as they represent the data structures and relationships. Therefore, standard or custom objects are associated with the Model layer.

Discussion

2 comments
Sign in to comment
sandy1230
Jul 3, 2022

The include the standard Salesforce objects like Leads, Contacts, Accounts, Opportunities etc but it also includes any custom objects you've created. Think of it like this - the "model" represents your data model in terms of MVC.

fu_chanOption: B
Jul 24, 2024

https://www.salesforcetutorial.com/model-view-controller-mvc/ Objects, Fields, Relationships comes under Model Layer of Model View Controller .