An architect recommended using Apex code to make callouts to an external system to process insurance quotes. What should the integration architect consider to make sure this is the right option for the integration?
A.
The maximum callouts in a single Apex transaction.
B.
The maximum number of parallel Apex callouts in a single continuation.
C.
The limit of pending operations in the same transaction.
D.
The limit on long-running requests (total execution time).
A, B and D also are limits bit here main problem is
C: You can’t make a callout when there are pending operations in the same transaction.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_timeouts.htm
I think the concern here is about the time to process the call.
C is about DML or operation being performed in the same transaction ? Which is not mentioned.
D is about >5 sec calls and concurrency
upvoted 4 times
...
Log in to ExamTopics
Sign in:
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.
Aviy5
2 months, 3 weeks agoSFDCArchitecture
7 months agoVolovitch
8 months agoVolovitch
8 months ago