Question 71
What are two considerations for deciding to use a roll-up summary field? Choose 2 answer's partner.
Question 72
A Salesforce Administrator is creating a record-triggered flow. When certain criteria are met, the flow must call an Apex method to execute complex validation involving several types of objects.
When creating the Apex method, which annotation should a developer use to ensure the method Can be used within the flow?
Question 73
When creating unit tests in Apex, which statement is accurate?Choose 2
Question 74
What is true of a partial sandbox that is not true of a full sandbox? Choose 2 answers
Question 75
A developer declared a class as follow.
public class wysiwyg { // Properties and methods including DML }
Which invocation of a class method will obey the organization-wide defaults and sharing settings for the running user in the Salesforce Organization?
