Salesforce Certified Integration Architect — Question 44
Northern Trail Outfitters needs to make synchronous callouts “available-to-promise” service to query product availability and reserve inventory during customer checkout process.
Which two statements should an integration architect consider when building a scalable integration solution? (Choose two.)
Answer options
- A. The typical and worst-case historical response times.
- B. The maximum query cursors open per user on the service.
- C. How many concurrent service calls are being placed.
- D. The number of batch jobs that can run concurrently.
Correct answer: A, C
Explanation
Considering the average and worst-case historical response times (option A) is crucial for understanding how the service will perform under load, while assessing the volume of concurrent service calls (option C) is important for ensuring the system can handle multiple requests efficiently. Options B and D, while relevant, do not directly impact the scalability of the synchronous callout integration in the same way.