[Nov-2021] Vlocity-Platform-Developer Dumps are Available for Instant Access using GetValidTest
Vlocity-Platform-Developer Dumps 2021 - New Vlocity Vlocity-Platform-Developer Exam Questions
NEW QUESTION 13
Why would you clone an Integration Procedure instead of versioning it?
- A. The new Integration Procedure is replacing stub data.
- B. The new Integration Procedure is Chainable.
- C. The new Integration Procedure uses a Cache Block.
- D. The new Integration Procedure will be used independently.
Answer: D
NEW QUESTION 14
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1 element to a Remote Action?
- A. Action1:BlockB:BlockA
- B. Action1.BlockB_BlockA
- C. BlockA.BlockB.Action1
- D. BlockA:BlockB-Action1
Answer: A
NEW QUESTION 15
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.
- A. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
- B. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979",
"ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", ""AccountName™: "Acme" } - C. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName™: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979".
"ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" } - D. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J,
"AccountPhone": "2221546450", "AccountName": "Acme" }
Answer: C
NEW QUESTION 16
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. OptionB
- B. OptionA
- C. OptionD
- D. OptionC
Answer: C
NEW QUESTION 17
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce?
Multiple Books
- A. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
- B. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
- C. A DataRaptor Transform that maps the new Email address to the old Email address field.
- D. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
Answer: B
NEW QUESTION 18
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 Set Values Element inside a Loop Block.
- D. Use a Calculation Action to call a Calculation Procedure.
Answer: A,D
NEW QUESTION 19
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 20
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?
- A. What should | name the JSON node where the data will be sent?
- B. Which sObject or sObjects contain the data | need?
- C. Which card will be using this DataRaptor?
Answer: B,C
Explanation:
D Which OmniScript template will | be using?
NEW QUESTION 21
When an OmniScript is launched from an Action on a FlexCard, the OmniScript displays, but no Salesforce data is populated. What error could cause this behavior?
Choose 2 answers
- A. The Id Field for Actions in the FlexCard is not configured with the correct Recordid.
- B. There is no active version of the DataRaptor Extract.
- C. There is no active version of the OmniScript.
- D. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
Answer: A,D
NEW QUESTION 22
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?
- A. Expected Output
- B. Extract JSON Path
- C. Preview Response
- D. Output JSON Path
Answer: D
NEW QUESTION 23
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. "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
} - B. ""ContactCellPhone: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone": "2221546450",
"AccountName" "Acme"
}
]
Answer: A
NEW QUESTION 24
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. Option A
- B. Option C
- C. Option B
- D. Option D
Answer: D
NEW QUESTION 25
Your company is using an OmniScript on a Community page to take applications from new customers. The email address field is not required when the customer fills in their contact information on the first step. On the last step, a customer indicates they would like to be contacted via email, but on the first step they left that field blank. Which element will let you return the customer to that first step and change the email field to a required field?
- A. Set Errors
- B. Email Action
- C. Lookup
- D. Set Values
Answer: A
NEW QUESTION 26
You have a FlexCard with five FlexCard states. Four of the states have a condition. Two of the states have true conditions. Which state will be displayed?
- A. The state that has no condition
- B. The state that is closer to the top in the FlexCard canvas
- C. The state that has the higher priority
- D. The state that is closer to the bottom in the FlexCard canvas
Answer: B
NEW QUESTION 27
You are building a DataRaptor Load for an Integration Procedure used in an OmniScript. Based on best practices, how should you configure the Input JSON?
- A. Build the Input JSON node by node in the DataRaptor Designer.
- B. Copy the Input JSON from the OmniScript {Data} modal.
- C. Build the Input JSON node by node in an editor.
- D. Copy the Input JSON from the DataRaptor Action Debug node.
Answer: B
NEW QUESTION 28
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
- A. Upsert Key
- B. s Disabled
- C. Is Lookup
- D. Is Required For Upsert
Answer: A
NEW QUESTION 29
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__rSubject
- B. Contact: Caseld:Subject
- C. Contact:Caseld__r-Subject
- D. ContactCaseld. Subject
Answer: C
NEW QUESTION 30
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. ) "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
} - B. ) ""ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
Answer: A
NEW QUESTION 31
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. HTTPGetCaseDetails: CaseNumber
- B. {{CaseNumben}
- C. %DRReadCase:CaseNumber%
- D. {{DRReadCase. CaseNumber}}
Answer: C
NEW QUESTION 32
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 33
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed. What feature do you enable?
- A. Use Future
- B. Invoke Mode Non-Blocking
- C. Invoke Mode Fire and Forget
- D. Toast Completion
Answer: D
NEW QUESTION 34
Which property enables custom Lightning web components to override an individual OmniScript element's component?
- A. LWC Component Override
- B. Enable LWC
- C. HTML Template ID
- D. Element Type to LWC Component Mapping
Answer: D
NEW QUESTION 35
Which two of these options can retrieve data from a Salesforce object? Choose 2 answers
- A. A DataRaptor Post Action
- B. A DataRaptor Extract Action
- C. A DataRaptor Transform Action
- D. A Lookup Action
- E. A DataRaptor Load Action
- F. An HTTP Action
Answer: C,D
NEW QUESTION 36
......
Vlocity Vlocity-Platform-Developer Exam Practice Test Questions: https://www.getvalidtest.com/Vlocity-Platform-Developer-exam.html