You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status. What could be the most optimal model to achieve this? A. Create a Project object then Modules as a child object. Add Tasks to Modules. B. Create a Project then add Tasks to it. Define Modules as a field on Task. C. Create Project, Module, Responsibility as parent, child and grandchild objects. D. Create Project and Module objects then Responsibility as a junction object. Â Suggested Answer: A This question is in Certified Platform App Builder Exam For getting Certified Platform App Builder Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer