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

Exam Certified Integration Architect All Questions

View all questions & answers for the Certified Integration Architect exam

Exam Certified Integration Architect topic 1 question 74 discussion

Actual exam question from Salesforce's Certified Integration Architect
Question #: 74
Topic #: 1
[All Certified Integration Architect Questions]

An integration architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.

Which REST API composite recourses should the integration architect use to allow up to 200 records in one API call?

  • A. Batch
  • B. Composite
  • C. SObject Collections
  • D. SObject Tree
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SS1121
3 months, 2 weeks ago
Selected Answer: C
SObject Collections: This composite resource allows for bulk operations on multiple records of the same type (e.g., Account, Contact) in a single API call. It supports up to 200 records per request, which aligns with the requirement to reduce the number of API calls by handling more records in each call. SObject Tree (D): This resource is used for creating or updating a tree of objects with parent-child relationships, which is not the primary requirement here.
upvoted 1 times
...
JLee1
11 months, 4 weeks ago
Selected Answer: D
Given the requirement to update Account, Contact, and other related information in one API call, the correct answer would be D. SObject Tree. The SObject Tree resource allows you to create nested records, which means you can create a parent record (like Account) and its related child records (like Contacts) in a single API call. This would be the most suitable option for reducing the number of API calls when the data volumes have increased. The other options (Batch, Composite, and SObject Collections) do not specifically allow updating related records in one API call.
upvoted 1 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 ...