Valid B2C-Commerce-Developer Dumps shared by ExamDiscuss.com for Helping Passing B2C-Commerce-Developer Exam! ExamDiscuss.com now offer the newest B2C-Commerce-Developer exam dumps, the ExamDiscuss.com B2C-Commerce-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com B2C-Commerce-Developer dumps with Test Engine here:
A job executes a pipeline that makes calls to an external system. Which two actions prevent performance issues in this situation? (Choose two.)
Correct Answer: B,D
In scenarios where a job executes a pipeline that makes calls to an external system, the following actions can help prevent performance issues: B. Configure a timeout for the script pipelet. Setting a timeout ensures that the job does not hang indefinitely if the external system does not respond within a reasonable timeframe. This prevents the pipeline from being blocked by a slow or non-responsive external service. D. Use asynchronous import or export jobs. Asynchronous jobs allow the main execution flow to continue without waiting for the external system's response, which can improve the overall performance of the system by not delaying other operations. These actions are recommended within Salesforce Commerce Cloud for managing interactions with external systems efficiently, as detailed in the "Performance Best Practices" and "Asynchronous Processing" sections of the documentation.