What are three considerations when using the @InvocableMethod annotation in Apex?
Choose 3 answers
Answer : C, D, E
Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to calculate the estimated ship date for an Order?
Answer : D
A team of developers is working on a source-driven project that allows them to work independently, with many different org configurations. Which type of Salesforce orgs should they use for their development?
Answer : B
When using SalesforceDX, what does a developer need to enable to create and manage scratch orgs?
A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
Answer : A
Which salesforce org has a complete duplicate copy of the production org including data and configuration?
Answer : D
A developer wants to mark each Account in a List
Which Apex technique should the developer use?
Answer : D