- (Exam Topic 3)
A developer wrote an Apex method to update a list of Contacts and wants to make it available for use by Lightning web components.
Which annotation should the developer add to the Apex method to achieve this?
Correct Answer:D
- (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 2)
In a VisualForce page with a VisualForce component that has rendered set to false when the page loads, how can a developer ensure it will show on a re-render?
Correct Answer:D
- (Exam Topic 1)
Which two relationship queries use the proper syntax? Choose 2 answers
Correct Answer:BD
- (Exam Topic 1)
A company's support process dictates that any time a Case is closed with a Status of 'Could not fix,' an Engineering Review custom object record should be created and populated with information from the Case,
the Contact, and any of the Products associated with the Case. What is the correct way to automate this using an Apex trigger?
Correct Answer:C
- (Exam Topic 1)
A company uses an external system to manage its custom account territory assignments. Every quarter, millions of Accounts may be updated in Salesforce with new Owners when the territory assignments are completed in the external system. What is the optimal way to update the Accounts from the external system?
Correct Answer:A