Exam Questions and Answers for OmniStudio-Developer Study Guide Questions and Answers! [Q11-Q30]

Share

Exam Questions and Answers for  OmniStudio-Developer Study Guide Questions and Answers!

Salesforce Certified OmniStudio Developer Certification Sample Questions and Practice Exam

NEW QUESTION 11
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to provide this functionality?

  • A. Use an Edit Block element configured with Remote Actions.
  • B. Use a Text Block element and a Remote Action element.
  • C. Use an Edit Block element configured with SOQL statements.
  • D. Use an Input Block element and a DataRaptor Post Action element.

Answer: A

 

NEW QUESTION 12
In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? Choose 2 answers

  • A. Use a Matrix Action to call a Calculation Matrix
  • B. Use a List Action to merge the array elements together.
  • C. Use a Calculation Action to call a Calculation Procedure.
  • D. Use a Set Values Element inside a Loop Block.

Answer: A,C

 

NEW QUESTION 13
Why would you clone an Integration Procedure instead of versioning it?

  • A. The new Integration Procedure will be used independently.
  • B. The new Integration Procedure is Chainable.
  • C. The new Integration Procedure is replacing stub data.
  • D. The new Integration Procedure uses a Cache Block.

Answer: A

 

NEW QUESTION 14
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1element to a Remote Action?

  • A. BlockA:BlockB-Action1
  • B. Action1.BlockB_BlockA
  • C. BlockA.BlockB.Action1
  • D. Action1:BlockB:BlockA

Answer: D

 

NEW QUESTION 15
A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developerconfigure the FlexCard to display the case records in this way?

  • A. Select the Repeatable Mode property on the data table elements
  • B. Enable the Repeat Records feature on the FlexCard Setup tab
  • C. Enable the record Looping feature on the data table elements
  • D. Disable the Repeat Record feature on the FlexCard setup tab

Answer: D

 

NEW QUESTION 16
A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.
The AccountId set in the parent Omniscriptis used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.
While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.
What is the reason for this? Refer to the exhibit below.

  • A. The LWC PubSub Message flag in the Set Values action of theparent has not been set.
  • B. The flag passDataJSON in the parent OmniScript in not configured correctly.
  • C. Both parent and embedded OmniScripts have the same element name for the Set values element.
  • D. A developer failed to include a Navigation Element to pass data from the parent OmniScript.

Answer: A

 

NEW QUESTION 17
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.
What must be developer do to configure the FlexCard for deployment in a Community?

  • A. Add the FlexCard's API name to FlexCard Player component
  • B. Configure the Component visibility in the custom Component.
  • C. Set the Target property in publish Options to Communitypage''
  • D. Set the Developer property in Card Configuration to ''Community''

Answer: C

 

NEW QUESTION 18
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?

  • A. %DRReadCase:CaseNumber%
  • B. HTTPGetCaseDetails: CaseNumber
  • C. {{DRReadCase. CaseNumber}}
  • D. {{CaseNumben}

Answer: A

 

NEW QUESTION 19
Which OmniScript Action element redirects the user outside the OmniScript?

  • A. Remote Action
  • B. Navigate Action
  • C. HTTP Action
  • D. Integration Procedure Action

Answer: B

 

NEW QUESTION 20
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers

  • A. It is easier to configure
  • B. It has better performance at runtime
  • C. It supports complex field mappings
  • D. It populates data in PDF and DocuSign format

Answer: A,B

 

NEW QUESTION 21
What is the reason for this? Refer to the exhibit below.

  • A. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
  • B. The flag passData.JSON in the parent OmniScript in not configured correctly.
  • C. Both parent and embeddedOmniScripts have the same element name for the Set Values element.
  • D. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.

Answer: D

 

NEW QUESTION 22
Which property enables custom Lightning web components to override an individual OmniScript element's component?

  • A. HTML Template ID
  • B. LWC Component Override
  • C. Element Type to LWC Component Mapping
  • D. Enable LWC

Answer: C

 

NEW QUESTION 23
An integration Procedure uses an HTTP action to make a 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?

  • A. Use a Remote Action that calls the XMLStreamWriter class
  • B. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.
  • C. Use a DataRaptor Transform to convert JSON to XML
  • D. Use a Remote Action that calls the XMLStreamReader class

Answer: C

 

NEW QUESTION 24
Which description below best matches what Publish Options does?

  • A. Configure metadata values and set the target for the published FlexCard
  • B. Enable grouping FlexCards by object type or by the order they appear in the database
  • C. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element
  • D. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions

Answer: D

 

NEW QUESTION 25
You want to use a custom icon in a FlexCard.
How would you do this?

  • A. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
  • B. Select Salesforce SVG as the icon type and search for custom to find the custom icon
  • C. Select Custom as the icon type and enter the icon URL in the Image Source field
  • D. Select Custom as the icon type and search for the custom icon you want from the library

Answer: C

 

NEW QUESTION 26
A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.
Which factor would lead the developer to this decision?

  • A. All instance of the FlexCard must be updated with the changes.
  • B. The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
  • C. The new and current versions will be displayed together on the same target.
  • D. Another team member is developing new action, fields and styling for the current version of the FlexCard.

Answer: D

 

NEW QUESTION 27
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?

  • A. SOQL Action
  • B. Navigation Action
  • C. HTTP Action
  • D. DataRaptor Extract Action
  • E. REST API Action

Answer: C,D

 

NEW QUESTION 28
A developer needs to retrieve data from an external system that stores policy dat a. 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's knows performance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers

  • A. Check the Chainable checkbox on the integration procedure Action in the OmniScript
  • B. Configure a Remote action with timeout settings of 120000
  • C. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
  • D. Set the Timeout property on the HTTP Action in the Integration Procedure

Answer: B,C

 

NEW QUESTION 29
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data.
What error could cause this behavior? Choose 2 answers Calculator

  • A. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
  • B. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
  • C. The fields that are not updated are read only in Salesforce.
  • D. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a

Answer: A,C

 

NEW QUESTION 30
......

OmniStudio-Developer certification dumps - Salesforce Developer OmniStudio-Developer guides - 100% valid: https://www.exam-killer.com/OmniStudio-Developer-valid-questions.html

100% Pass Your OmniStudio-Developer at First Attempt with Exam-Killer: https://drive.google.com/open?id=10DZwUedLnH2Y5eyXkXLGipUkf94WMqI9