OmniStudio-Developer Exam Question 71

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 hours of business, calls to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system'sknownperformance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers
  • OmniStudio-Developer Exam Question 72

    An OmniStudio Developer is embedding an OmniScript on a Lightning record page. The OmniScript requires the current Account ID to fetch related data.
    Which input parameter name should the developer ensure the OmniScript is configured to accept, to automatically receive the record ID from the page context?
  • OmniStudio-Developer Exam Question 73

    An OmniStudio Developer needs to call an Apex method that handles complex custom authentication and token generation before any subsequent data retrieval.
    Which Integration Procedure element allows the developer to execute this custom Apex logic?
  • OmniStudio-Developer Exam Question 74

    An OmniStudio Developer is designing a reusable Integration Procedure for a high-volume process. The data changes frequently, every 5 minutes. The developer wants to use caching but must ensure the cache is automatically refreshed shortly after the data changes. What is the most appropriate strategy?
  • OmniStudio-Developer Exam Question 75

    A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.
    Based on best practices, how should the developer configure the Input JSON?