OmniStudio-Developer Exam Dumps, OmniStudio-Developer Practice Test Questions
PDF (New 2022) Actual Salesforce OmniStudio-Developer Exam Questions
NEW QUESTION 36
Which twoof the items below must be defined before you can create a new OmniScript? Choose 2 answers
- A. Type
- B. SubType
- C. Description
- D. Template
Answer: A,B
NEW QUESTION 37
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?
- A. Use a datatable or chart element
- B. Use a child FlexCard
- C. Use a flyout action
- D. Delete some of the actions
Answer: C
NEW QUESTION 38
A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contactusing DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?
- A. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requestedField list.
- B. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
- C. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
- D. Check is Lookup property when mapping the fields.
Answer: B,D
NEW QUESTION 39
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 SOQL statements.
- B. Use an Edit Block element configured with Remote Actions.
- C. Use an Input Block element and a DataRaptor Post Action element.
- D. Use a Text Block element and a Remote Action element.
Answer: B
NEW QUESTION 40
What can be launched with an action button on a FlexCard?
- A. A Viocity Calculation Matrix
- B. AViocity DataRaptor Load
- C. A Vlocity Calculation Procedure
- D. A Viocity omniscript
Answer: D
NEW QUESTION 41
A developer needs to transform contact data into a JSON array.
Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve theexpected Output JSON? Choose 2 answers
- A. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
- B. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
- C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
- D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
Answer: A,C
NEW QUESTION 42
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community.
The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two Location should the developer check to troubleshoot the issue?
Choose 2 answers
- A. Script configuration
- B. Community logs
- C. Action Debugger
- D. DataRaptor configuration
Answer: C,D
NEW QUESTION 43
Why would you clone an Integration Procedure instead of versioning it?
- A. The new Integration Procedure uses a Cache Block.
- B. The new Integration Procedure is replacing stub data.
- C. The new Integration Procedure is Chainable.
- D. The new Integration Procedure will be used independently.
Answer: D
NEW QUESTION 44
A)
B)
- A. Option B
- B. Option A
Answer: B
NEW QUESTION 45
Why do you need a Response Action element in an Integration Procedure?
- A. It returns data to whatever called the Integration Procedure.
- B. It controls where the user navigates after the Integration Procedure is completed.
- C. It enforces error checking.
- D. It calls an APEX class and method.
Answer: A
NEW QUESTION 46
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown.
Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.
A)
B)
C)
D)
- A. OptionA
- B. OptionD
- C. OptionC
- D. OptionB
Answer: B
NEW QUESTION 47
What pre-populates the data in a PDF used by an OmniScript?
- A. ASOGL Query
- B. ADataRaptor Extract
- C. ADataRaptor Load
- D. A DataRaptor Transform
Answer: D
NEW QUESTION 48
CORRECT TEXT
The card layout below has an Integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure below supports this card layout and uses best practices.
- A. ""ContactCellPhone: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone": "2221546450",
"AccountName" "Acme"
}
] - B. "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}
Answer: B
NEW QUESTION 49
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. Lookup Mapping
- B. Linked Mapping
- C. Lookup Key
- D. Relationship Query
Answer: B
NEW QUESTION 50
What is the reason for this? Refer to the exhibit below.
- A. Both parent and embeddedOmniScripts have the same element name for the Set Values element.
- B. The flag passData.JSON in the parent OmniScript in not configured correctly.
- C. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
- D. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
Answer: C
NEW QUESTION 51
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Accountid and ProductId. The integration Procedure data JSON contains the following nodes:
How should the Remote Action element be configured to pass the data correctly to the method?
- A. Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:

- B. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.

- C. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
- D. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:

Answer: B
NEW QUESTION 52
A company wants to allow agents to send customers a quote for signature. The quote is a documents created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.
How should a developer configure this functionality in an OmniScript?
- A. PDF Acwm
- B. DocuSign Envelope Action
- C. DocuSign Signature Action
- D. Email Action
Answer: C
NEW QUESTION 53
Refer to the exhibit below. In this integration production structure, what Send JSON Pathwould be used to send the Output of the Action1 element to a Remote Action?
- A. Action1. BlockB. Block A
- B. BlockA: BlockB. Action 1
- C. BlockB: BlockB. Action1
- D. Action1: BlockB. Block A
Answer: D
NEW QUESTION 54
Refer to the exhibit.
All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:
What is the output?
- A. 12.99,13.99
- B. 12.99
- C. 13.99
- D. Null
Answer: B
NEW QUESTION 55
......
Updated Apr-2022 Pass OmniStudio-Developer Exam - Real Practice Test Questions: https://www.dumpsquestion.com/OmniStudio-Developer-exam-dumps-collection.html
Dumps Moneyack Guarantee - OmniStudio-Developer Dumps UpTo 90% Off: https://drive.google.com/open?id=1pkX_eQ0MTFzPztXgYUhWlemPX2FIO0RP