[Nov-2021] Verified Salesforce OmniStudio-Developer Bundle Real Exam Dumps PDF
OmniStudio-Developer Dumps PDF New [2021] Ultimate Study Guide
Salesforce OmniStudio-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 23
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 Chain on Step Check on the HTTP Action in the Integration Procedure
- B. Check the Chainable checkbox on the integration procedure Action in the OmniScript
- C. Set the Timeout property on the HTTP Action in the Integration Procedure
- D. Configure a Remote action with timeout settings of 120000
Answer: A,D
NEW QUESTION 24
A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?
- A. A DataRaptor Transform
- B. An HTTP Action Element
- C. A guided workflow
- D. An integration Procedure
Answer: A
NEW QUESTION 25
A developer needs to build a DataRaptor Transform to send current weatherto both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)
B)
C)
D)
- A. Option A
- B. Option C
- C. Option B
- D. Option D
Answer: D
NEW QUESTION 26
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
- A. |t must be a calculation step
- B. It must be included in constants
- C. It must be included in the calculation output
- D. It must be a matrix lookup step
Answer: A
NEW QUESTION 27
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
- A. It must be a calculation step.
- B. It must be a matrix lookup step.
- C. It must be included in constants.
- D. It must be included m the calculation output.
Answer: D
NEW QUESTION 28
When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:
Which two errors could cause this behavior?
Choose 2 answers
Choose 2 answers
- A. There is no active version of the Data Raptor Extract.
- B. The Id Field for Actions in the FlexCard is blank.
- C. There is no active version of the OmniScript
- D. In the DataRaptor Extract Action, the Input Parameters Filter Value is misspelled.
Answer: B,D
NEW QUESTION 29
Which three are true about Calculation Matrix inputs? Choose 3 answers
- A. They can represent ranges.
- B. They can be a combination of values.
- C. They must contain numerical data.
- D. They must be unique.
Answer: A,B,D
NEW QUESTION 30
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label.
What could cause this?
- A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
- B. There are no Test Data Test Parameters configured.
- C. The field is null in the Salesforce record.
- D. The card state only supports a limited number of fields for display.
Answer: C
NEW QUESTION 31
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?
- A. %DRReadCase: CaseNumber%
- B. MTTOPDetCaseDetail: CaseNumber%
- C. ((DRRCase, CaseNumber))
- D. ((CaseNumber))
Answer: A
NEW QUESTION 32
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 fields that are not updated are read only in Salesforce.
- B. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
- C. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
- D. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
Answer: A,D
NEW QUESTION 33
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure.
Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?
- A. Input-Base Price
- B. Input:BasePrice
- C. Input BasePrice
- D. Input.baseprice
Answer: B
NEW QUESTION 34
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appearin the dropdown list.
What could cause this?
- A. The FlexCard has a recordid that is for the wrong record type.
- B. The FlexCard does not have an active version.
- C. The record displayed in the Lightning App Builder preview has no data for the record displayed.
- D. The data source for the FlexCard is not active.
Answer: B
NEW QUESTION 35
A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?
- A. {Recorded}
- B. {Records}
- C. {Params, records}
- D. {Records{0}}
Answer: C
NEW QUESTION 36
In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.
How should the developer configure the conditional view to meet this requirement?
- A. Disable read only if true
- B. Set element to optional if false
- C. Set element to require if true
- D. Show element if true
Answer: D
NEW QUESTION 37
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?
- A. DataRaptor Load
- B. DataRaptor Transform
- C. DataRaptor Turbo Extract
- D. DataRaptor Extract
Answer: C
NEW QUESTION 38
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
- A. A DataRaptor Load Action
- B. A Lookup Input Element
- C. A DataRaptor Extract Action
- D. A DataRapt or Post Action
Answer: C,D
NEW QUESTION 39
In an OmniScript, you have a Disclosure element that requires user input only if the user already checked a Non Disclosure Agreement checkbox.
Which conditional view option do you choose?
- A. Disable read only if true
- B. Set element to required if true
- C. Set element to optional if false
- D. Show element if true
Answer: D
NEW QUESTION 40
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
- B. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- C. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
- D. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
Answer: C
NEW QUESTION 41
A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:
- A. To %%sDetails: Customer|0: ID%%
- B. To %Details: Customer|n: ID%
- C. To %Details: Customer|1: ID%
- D. To %sDetails: Customer|0: ID$
Answer: C
NEW QUESTION 42
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 developer configure the FlexCard to display the case records in this way?
- A. Enable the Repeat Records feature on the FlexCard Setup tab
- B. Enable the record Looping feature on the data table elements
- C. Select the Repeatable Mode property on the data table elements
- D. Disable the Repeat Record feature on the FlexCard setup tab
Answer: D
NEW QUESTION 43
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. Both parent and embedded OmniScripts have the same element name for the Set values element.
- B. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
- C. The LWC PubSub Message flag in the Set Values action of theparent has not been set.
- D. The flag passDataJSON in the parent OmniScript in not configured correctly.
Answer: C
NEW QUESTION 44
......
Pass Your Salesforce Exam with OmniStudio-Developer Exam Dumps: https://www.prep4king.com/OmniStudio-Developer-exam-prep-material.html
OmniStudio-Developer Exam Dumps PDF Updated Dump: https://drive.google.com/open?id=1o5pOSo45SV2Np68sFS7gxp9RaRNoj8rf

