OmniStudio-Developer Exam Question 66

Ursa Major Solar needs to embed an OmniScript for external users on a third-party website, not hosted on Salesforce. To achieve this, the OmniStudio Developer must use a method that allows prefilling the OmniScript with data passed in the URL.
Which configuration should the developer choose?
  • OmniStudio-Developer Exam Question 67

    An OmniStudio Developer has enabled caching on an Integration Procedure that retrieves customer-specific data, for example, account balance. The Integration Procedure is called with the Account ID as input.
    To ensure that caching is applied per customer and not for all customers globally, which additional property should the developer configure?
  • OmniStudio-Developer Exam Question 68

    An OmniStudio Developer wants to adjust the spacing between a Text element and the Button element placed directly below it within a FlexCard. Which property, primarily used to control spacing between elements, should the developer modify on the Text element?
  • OmniStudio-Developer Exam Question 69

    An OmniStudio Developer needs to retrieve data and perform complex filtering, sorting, and aggregation before displaying it in an OmniScript.
    Which OmniStudio tool is the recommended best practice for preparing this data?
  • OmniStudio-Developer Exam Question 70

    A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
    How should the developer accomplish this task?