- (Exam Topic 1)
How should a developer assert that a trigger with an asynchronous process has successfully run?
Correct Answer:
D
- (Exam Topic 3)
Which code statement includes an Apex method named updateAccount in the class AccountController for use in a Lightning web component?
Correct Answer:
B
- (Exam Topic 3)
A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calculation needs to run once a day after business hours.
Which two steps should a developer take to accomplish this? Choose 2 answers
Correct Answer:
BD
- (Exam Topic 1)
The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored. Which options are valid? (Choose two.)
Correct Answer:
AC
- (Exam Topic 1)
Which scenario requires a developer to use an Apex callout instead of Outbound Messaging?
Correct Answer:
C