Salesforce-OmniStudio-Developer Dumps Salesforce-OmniStudio-Developer Braindumps Salesforce-OmniStudio-Developer Real Questions Salesforce-OmniStudio-Developer Practice Test Salesforce-OmniStudio-Developer Actual Questions


Salesforce


Salesforce-OmniStudio-Developer


Salesforce Certified OmniStudio Developer


https://killexams.com/pass4sure/exam-detail/Salesforce-OmniStudio-Developer

Question: 26


A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string.


Which action can the developer take to fix this?

  1. In the DataRaptor Output tab, select the Output Data Type of that field to Integer.

  2. In the DataRaptor Output tab, enter the default value as 0 on the field.

  3. In the DataRaptor Extract tab, set the Input Data Type field to Integer.

  4. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use the formula as output.


Answer: A


Question: 27


Why would a developer clone an Integration Procedure instead of versioning it?

  1. The new Integration Procedure uses a Cache Block.

  2. The new Integration Procedure it replacing stub data.

  3. The new Integration Procedure will be used independently

  4. The new Integration Procedure is Chainable.


Answer: C


Question: 28


A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.


How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

  1. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.

  2. Add a navigation Action inside each step and set the Component name to ‘’Cancel’’,

  3. Add a navigation Action outside each step and set the Element Name to ‘’Cancel’’,

  4. Add a navigation Action inside each step and set the Element Name to ‘’Cancel’’,


Answer: A


Question: 29


What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?

  1. A SOQL Query

  2. A DataRaptor Load

  3. A DataRaptor Extract

  4. A DataRaptor Transform

Answer: D


Question: 30


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 2 answers

  1. Set the Timeout property on the HTTP Action in the Integration Procedure

  2. Check the Chainable checkbox on the Integration Procedure Action in the OmniScript

  3. Configure a Remote action with timeout settings of 120000

  4. Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure


Answer: A,C