OmniStudio-Developer Exam Question 31

Refer to the exhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.
  • OmniStudio-Developer Exam Question 32

    An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
    How should the developer configure the Integration Procedure to meet this requirement?
  • OmniStudio-Developer Exam Question 33

    Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?
  • OmniStudio-Developer Exam Question 34

    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 35

    A developer needs to display the following information together on oneFlexCard:
    * Account name, address, phone number, website
    * Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.
    What approach should the developer use to display the contact information on the card?