Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 264 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 264
Topic #: 1
[All Certified Platform Developer II Questions]

A corporation has many different Salesforce orgs, with some different objects and some common objects, and wants to build a single Java application that can create, retrieve, and update common object records in all of the different orgs.

Which method of integration should the application use?

  • A. SOAP API with the Partner WSDL
  • B. SOAP API with the Enterprise WSDL
  • C. Apex REST Web Service
  • D. Metadata API
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
__rajan__
Highly Voted 1 year, 1 month ago
Selected Answer: A
The Partner WSDL is optimized for use in environments where there are multiple Salesforce orgs with varying configurations. It is loosely typed, which means it can work with data from multiple orgs, regardless of their custom objects and fields. This makes it a suitable choice for an application that needs to interact with common object records across different Salesforce orgs. The Partner WSDL provides a single SOAP API endpoint that lets you create, retrieve, update, and delete records, among other operations.
upvoted 5 times
...
FriedConsole2000
Most Recent 9 months, 1 week ago
Selected Answer: A
The answer is "A"
upvoted 1 times
...
globaltelnet
1 year, 6 months ago
Should be A https://developer.salesforce.com/blogs/developer-relations/2015/06/salesforce-soap-api-sample-wsdls
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...