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

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 54 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 54
Topic #: 1
[All Certified OmniStudio Developer Questions]

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer than expected to respond.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's known performance issues, which two configurations should be used to implement the call to the external system? (Choose two.)

  • A. Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure
  • B. Set the Timeout property on the HTTP Action in the Integration Procedure
  • C. Configure a Remote action with timeout settings of 120000
  • D. Check the Chainable checkbox on the Integration Procedure Action in the OmniScript
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
JohnyWalker99
1 year ago
Answer is AD!
upvoted 3 times
...
carsar
1 year ago
Selected Answer: AD
Very clear explained in this module: https://trailhead.salesforce.com/content/learn/modules/advanced-features-of-omnistudio-integration-procedures/manage-long-running-integration-procedures
upvoted 4 times
...
ppremy
1 year, 6 months ago
Selected Answer: BC
B. Set the Timeout property on the HTTP Action in the Integration Procedure C. Configure a Remote action with timeout settings of 120000 Setting the timeout property on the HTTP Action in the Integration Procedure will prevent the Integration Procedure from waiting indefinitely for a response from the external system. A Remote action with timeout settings can also be used to prevent the OmniScript from waiting indefinitely for the Integration Procedure to complete. Checking the Chain On Step checkbox on the HTTP Action in the Integration Procedure and checking the Chainable checkbox on the Integration Procedure Action in the OmniScript are unrelated to the external system's performance issues.
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 ...