Question 76
A develop created these three roll-up summary fields on the custom object. Project_c:
The developer is asked to create a new field that should the ratio between rejected and approved timesheet for a given project.
What are two benefits of choosing a formula held instead of an Apex trigger to fulfill the request? Choose 2 answers
Question 77
AW Computing tracks order information in custom objects called order__c and order_Line_ c - Currently, all shipping information is stored in the order__c object.
The company wants to expand Its order application to support split shipments so that any number of order_Line__c records on a single order__c can be shipped to different locations.
What should a developer add to fulfill this requirement?
Question 78
A team of many developers work in their own individual orgs that have the same configuration at the production org. Which type of org is best suited for this scenario?
Question 79
What is the result of the following code snippet?
Question 80
In terms of the MVC paradigm, what are two advantages of implementing the layer of a Salesforce application using Aura Component-based development over Visualforce? Choose 2 answers
