ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 11 - Certified Platform Developer II discussion

Report
Export

A company processes Orders within their Salesforce instance. When an Order's status changes to 'Paid' it must notify the company's order management system (OMS). The OMS exposes SOAP web service endpoints to listen for when to retrieve the data from Salesforce. What is the optimal method to implement this?

A.
Create an Apex trigger and make a callout to the OMS from the trigger.
Answers
A.
Create an Apex trigger and make a callout to the OMS from the trigger.
B.
Generate the Partner WSDL and use it to make a callout to the OMS.
Answers
B.
Generate the Partner WSDL and use it to make a callout to the OMS.
C.
Create an Outbound Message that contains the session ID and send it to the OMS.
Answers
C.
Create an Outbound Message that contains the session ID and send it to the OMS.
D.
Generate the Enterprise WSDL and use it to make a callout to the OMS.
Answers
D.
Generate the Enterprise WSDL and use it to make a callout to the OMS.
Suggested answer: D
asked 23/09/2024
Stelios Mantas
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first