New (2021) Vlocity Vlocity-Platform-Developer Exam Dumps
Best Way To Study For Vlocity Vlocity-Platform-Developer Exam Brilliant Vlocity-Platform-Developer Exam Questions PDF
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: B
NEW QUESTION 15
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 16
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.
- A. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName: "Edward Stamos" }, {
"ContactPhone": "(212) 189-6979".
"ContactName": "Leanne Tomlin" } J, "AccountPhone "2221546450", "AccountName" "Acme" } - B. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212)
169-8979", "Name": "Leanne Tomlin" } J,
"AccountPhone": "2221546450", "AccountName": "Acme" } - C. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212)
189-8979", "ContactName": "Leanne
Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" } - D. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" },
{"ContactPhone": "(212) 189-8979",
"ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme"
}
Answer: A
NEW QUESTION 17
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 18
What OmniScript Element only displays a rich-text HTML formatted code block?
- A. Text Area
- B. Text Block
- C. Text
- D. Edit Block
Answer: B
NEW QUESTION 19
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. Lookup
- C. Email Action
- D. Set Values
Answer: A
NEW QUESTION 20
What pre-populates the data in a PDF used by an OmniScript?
- A. ADataRaptor Extract
- B. ADataRaptor Load
- C. ASOGL Query
- D. A DataRaptor Transform
Answer: D
NEW QUESTION 21
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 child FlexCard
- B. Use a datatable or chart element
- C. Use a flyout action
- D. Delete some of the actions
Answer: C
NEW QUESTION 22
Which description below best matches what Publish Options does?
- A. Enable grouping FlexCards by object type or by the order they appear in the database
- B. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions
- C. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element
- D. Configure metadata values and set the target for the published FlexCard
Answer: B
NEW QUESTION 23
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 does not have an active version.
- B. The FlexCard has a recordid that is for the wrong record type.
- 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: A
NEW QUESTION 24
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 is closer to the bottom in the FlexCard canvas
- B. The state that has no condition
- C. The state that is closer to the top in the FlexCard canvas
- D. The state that has the higher priority
Answer: C
NEW QUESTION 25
What parent JSON node name must be sent to a Calculation Procedure?
- A. input
- B. Inputs
- C. Input
- D. inputs
Answer: D
NEW QUESTION 26
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 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
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 D
- B. Option B
- C. Option A
- D. Option C
Answer: A
NEW QUESTION 29
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers
- A. It populates data in PDF and DocuSign format
- B. It is easier to configure
- C. It supports complex field mappings
- D. It has better performance at runtime
Answer: C,D
NEW QUESTION 30
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. Invoke Mode Fire and Forget
- B. Use Future
- C. Invoke Mode Non-Blocking
- D. Toast Completion
Answer: D
NEW QUESTION 31
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. OptionC
- B. OptionA
- C. OptionD
- D. OptionB
Answer: C
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. 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 33
Which context variable is set in the card designer and allows access to any property in scope plus the
{{payload}} variable?
- A. Attributes {{attrs}}
- B. Session variables {{session}}
- C. Object {{objj}}
- D. Page parameters {{params}}
Answer: B
NEW QUESTION 34
In which two fields in an Integration Procedure or DataRaptor can you use 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 in an Additional Output value field.
- D. In a DataRaptor Action in an Input Parameters value field.
Answer: B,C
NEW QUESTION 35
......
Updated Verified Pass Vlocity-Platform-Developer Exam - Real Questions & Answers: https://www.actualtestsquiz.com/Vlocity-Platform-Developer-test-torrent.html

