Latest Dec 01, 2021 Real OmniStudio-Developer Exam Dumps Questions Valid OmniStudio-Developer Dumps PDF
Salesforce OmniStudio-Developer Exam Dumps - PDF Questions and Testing Engine
Salesforce OmniStudio-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 18
A developer needs to limit the of a DataRaptor Extract to a maximum of one result.
How should the developer configure this?
- A. Use a Custom Output Type when creating the DataRaptor
- B. Define a formula with the Filter function
- C. Use the LIMIT filter on the Extract definition
- D. Set the Limit Property on the Action that calls the DataRaptor Extract.
Answer: C
NEW QUESTION 19
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
- A. In a DataRaptor in an Output Tab Output JSON Path.
- B. In a Set Values Action in a Value field.
- C. In a Remote Action m an Additional Output value field.
- D. In a DataRaptor Action in an Input Parameters value field.
Answer: B,C
NEW QUESTION 20
Refer to the exhibit.
The card layout uses an integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)
B)
C)
- A. Option B
- B. Option A
- C. Option C
Answer: C
NEW QUESTION 21
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. Show element if true
- B. Disable read only if true
- C. Set element to require if true
- D. Set element to optional if false
Answer: A
NEW QUESTION 22
Which three are true about Calculation Matrix inputs? Choose 3 answers
- A. They can be a combination of values.
- B. They must contain numerical data.
- C. They must be unique.
- D. They can represent ranges.
Answer: A,C,D
NEW QUESTION 23
Refer to the exhibit below.
What is the reason that the fields fail to display the fetched data?
- A. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
- B. The typeHead key is not in the correct format.
- C. Lookup Mode is selected in the properties of the Type Ahead Block.
- D. Use Data JSON is Not selected in the properties of the Type Ahead Block.
Answer: A
NEW QUESTION 24
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label.
What could cause this?
- A. The card state only supports a limited number of fields for display.
- B. The field is null in the Salesforce record.
- C. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
- D. There are no Test Data Test Parameters configured.
Answer: B
NEW QUESTION 25
You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard.
What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?
- A. {recordid}
- B. {records [0]}
- C. {records}
- D. {Parent.id}
Answer: C
NEW QUESTION 26
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
- A. Delete or Deactivate the Set Values element.
- B. Add a Show/Hide condition on the Set Values element.
- C. Update the ContextId value to specify an id from the Production org.
- D. Deactivate the contextId key/value pair
Answer: B
NEW QUESTION 27
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?
- A. Contact:Caseld__r-Subject
- B. Contact: Caseld:Subject
- C. ContactCaseld. Subject
- D. Contact:Caseld__rSubject
Answer: A
NEW QUESTION 28
Which two of these options can retrieve data from a Salesforce object? Choose 2 answers
- A. A DataRaptor Extract Action
- B. A DataRaptor Load Action
- C. A Lookup Action
- D. A DataRaptor Post Action
- E. An HTTP Action
- F. A DataRaptor Transform Action
Answer: C,F
NEW QUESTION 29
Refer to the exhibit.
A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.
A)
B)
C)
- A. Option B
- B. Option A
- C. Option C
Answer: C
NEW QUESTION 30
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries.
What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?
- A. Relationship Query
- B. Lookup Mapping
- C. Linked Mapping
- D. Lookup Key
Answer: C
NEW QUESTION 31
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. HTTP Action
- C. REST API Action
- D. Navigation Action
- E. DataRaptor Extract Action
Answer: B,E
NEW QUESTION 32
You want to edit a FlexCard.
Which question should you ask and answer before you make changes to the active version of the FlexCard?
- A. Where will the FlexCard be available to use?
- B. Is the FlexCard used anywhere else?
- C. Will the FlexCard only be used for testing?
- D. Has the FlexCard been cloned before?
Answer: B
NEW QUESTION 33
A developer need to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.
Based on best practice, what element should the developer use this function in?
- A. A Range element
- B. A formula element
- C. A Calculation Action element
- D. A Set Values element
Answer: B
NEW QUESTION 34
A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.
Which OmniScript element could save all of this data?
- A. DataRaptor Load Action
- B. HTTP Action
- C. DataRaptor Post Action
- D. Integration Procedure Action
Answer: D
NEW QUESTION 35
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?
- A. Go to the Industry Console and reload the page to test.
- B. Add a key/value pair in the DataRaptor to test it
- C. Go to the PREVIEW tab in OmniScript to test.
- D. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
Answer: D
NEW QUESTION 36
A developer needs to build a multi-step intakeform. 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?
- A. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
- B. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
- C. Add a navigation Action inside each step and set the Component name to ''Cancel'',
- D. Add a navigation Actioninside each step and set the Element Name to ''Cancel'',
Answer: B
NEW QUESTION 37
A developer creates a Flexcard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact's postal code?
- A. {Postalcode}
- B. {Params.postalcode}
- C. {Parent.postalcode}
- D. {Records.postalcode}
Answer: B
NEW QUESTION 38
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. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
- B. The fields that are not updated are read only in Salesforce.
- C. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
- D. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
Answer: B,C
NEW QUESTION 39
......
Reliable Salesforce Developer OmniStudio-Developer Dumps PDF Dec 01, 2021 Recently Updated Questions: https://www.2pass4sure.com/Salesforce-Developer/OmniStudio-Developer-actual-exam-braindumps.html
Latest OmniStudio-Developer Exam Dumps for Pass Guaranteed: https://drive.google.com/open?id=10fL-oxX93UQTY1azc-n4dJIH6vfiSGKy