ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 39 - Certified Platform Developer II discussion

Report
Export

A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set. What is the optimal way to achieve this?

A.
Create a Process, call an Apex @InvocableMethod from it, and make the callout from that Apex method.
Answers
A.
Create a Process, call an Apex @InvocableMethod from it, and make the callout from that Apex method.
B.
Create an after insert trigger, call an @future(callout=true) method from it, and make the callout from that Apex method.
Answers
B.
Create an after insert trigger, call an @future(callout=true) method from it, and make the callout from that Apex method.
C.
Create a Process, call an Apex @future(callout=true) method from it, and make the callout from that Apex method.
Answers
C.
Create a Process, call an Apex @future(callout=true) method from it, and make the callout from that Apex method.
D.
Create an after insert trigger, call an Apex @InvocableMethod method from it, and make the callout from that Apex method
Answers
D.
Create an after insert trigger, call an Apex @InvocableMethod method from it, and make the callout from that Apex method
Suggested answer: B
asked 23/09/2024
B schatens
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first