- (Exam Topic 3)
A developer created a Lightning web component for the Account record page that displays the five most recently contacted Contacts for an Account. The Apex method, getRecentContacts, returns a list of Contacts and will be wired to a property in the component.
Which two lines must change in the above ode to make the Apex method able to be wired? Choose 2 answers
Correct Answer:
CD
- (Exam Topic 1)
A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to the developer.
What modification is necessary on the Salesforce side? (Choose two.)
Correct Answer:
AB
- (Exam Topic 1)
A developer has been asked to create code that will meet the following requirements: Receives input of: Map
Performs a potentially long-running callout to an outside web service Provides a way to confirm that the process executed successfully Which asynchronous feature should be used?
Correct Answer:
D
- (Exam Topic 1)
After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? Choose 2 answers
Correct Answer:
AB
- (Exam Topic 1)
A company wants to implement a new call center process for handling customer service calls. It requires service reps to ask for the caller's account number before proceeding with the rest of their call script. Following best practices, what should a developer use to meet this requirement?
Correct Answer:
B