Question 81
A developer must create a ShippingCalculator class that cannot be instantiated and must include a working default implementation of a calculate method, that sub-classes can override. What is the correct implementation of the ShippingCalculator class?
Question 82
Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?
Question 83
What are three ways for a developer to execute tests in an org? Choose 3.
Question 84
Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c.
Users should be able to associate multiple engineering_Support__c records to a single Opportunity record.
Additionally, aggregate Information about the Engineering_support__c records should be shown on the Opportunity record.
What should a developer Implement to support these requirements?
Question 85
Which declarative process automation feature supports iterating over multiple records?
