Pass Vlocity Vlocity-Platform-Developer PDF Dumps | Recently Updated 62 Questions
Updated Test Engine to Practice Vlocity-Platform-Developer Dumps & Practice Exam
NEW QUESTION 30
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?
- A. Version Number 3
- B. Version Number 4
- C. Version Number 2
- D. Version Number 1
Answer: B
NEW QUESTION 31
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 32
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 field is null in the Salesforce record.
- B. There are no Test Data Test Parameters configured.
- C. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
- D. The card state only supports a limited number of fields for display.
Answer: A
NEW QUESTION 33
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 be unique.
- D. They must contain numerical data.
Answer: A,B,C
NEW QUESTION 34
You want to use a custom icon in a FlexCard. How would you do this?
- A. Select Custom as the icon type and search for the custom icon you want from the library
- B. Select Custom as the icon type and enter the icon URL in the Image Source field
- C. Select Salesforce SVG as the icon type and search for custom to find the custom icon
- D. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
Answer: B
NEW QUESTION 35
How can a Card Layout be embedded within another Card?
- A. Use the Add Layout button in zone layout
- B. Use a session variable on a Card
- C. Use an angular filter in a specific field in a card state
- D. Use a card state with a Layout condition
Answer: A
NEW QUESTION 36
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 Non-Blocking
- B. Toast Completion
- C. Invoke Mode Fire and Forget
- D. Use Future
Answer: B
NEW QUESTION 37
What pre-populates the data in a PDF used by an OmniScript?
- A. ADataRaptor Load
- B. ADataRaptor Extract
- C. ASOGL Query
- D. A DataRaptor Transform
Answer: D
NEW QUESTION 38
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. OptionD
- C. OptionA
- D. OptionB
Answer: B
NEW QUESTION 39
For testing an Omniscript the Contextld is the only key in a Set Values element Before going into production, what are two possible best practices for this Contextld?
Choose 2 answers
- A. Delete the Set Values element.
- B. Do nothing. It will be ignored at runtime.
- C. Deactivate the Set Values element.
- D. Add the correct Contextld to the {Data} modal
Answer: A,D
NEW QUESTION 40
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.
What error could cause this?
Choose 2 answers
- A. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
- B. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
- C. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
- D. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
Answer: B,D
NEW QUESTION 41
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing. What error could cause this?
Choose 2 answers
- A. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
- B. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
- C. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
- D. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
Answer: B,D
NEW QUESTION 42
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 Key
- B. Linked Mapping
- C. Lookup Mapping
- D. Relationship Query
Answer: B
NEW QUESTION 43
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. Set Values
- D. Lookup
Answer: D
NEW QUESTION 44
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 flyout action
- B. Delete some of the actions
- C. Use a datatable or chart element
- D. Use a child FlexCard
Answer: A
NEW QUESTION 45
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
- A. Select
- B. HTTP Action
- C. Lookup
- D. DataRaptor Post Action
Answer: C
NEW QUESTION 46
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 Transform that maps the new Email address to the old Email address field.
- B. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
- C. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
- D. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
Answer: C
NEW QUESTION 47
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. Configure metadata values and set the target for the published FlexCard
- C. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element
- D. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions
Answer: D
NEW QUESTION 48
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?
- A. Preview Response
- B. Extract JSON Path
- C. Expected Output
- D. Output JSON Path
Answer: D
NEW QUESTION 49
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__r-Subject
- C. ContactCaseld. Subject
- D. Contact: Caseld:Subject
Answer: B
NEW QUESTION 50
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 Set Values Action in a Value field.
- B. In a DataRaptor in an Output Tab Output JSON Path.
- C. In a Remote Action in an Additional Output value field.
- D. In a DataRaptor Action in an Input Parameters value field.
Answer: A,C
NEW QUESTION 51
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false
}}, "Block": { "Multi-selecti": "Value
A;Value B" }} - B. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1":
false, "Block3": { "Multi-select1": "Value A;Value B" }}} - C. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false
}}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written - D. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
Answer: D
NEW QUESTION 52
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. {{DRReadCase. CaseNumber}}
- C. %DRReadCase:CaseNumber%
- D. {{CaseNumben}
Answer: C
NEW QUESTION 53
......
Vlocity Vlocity-Platform-Developer Dumps Cover Real Exam Questions: https://lead2pass.real4prep.com/Vlocity-Platform-Developer-exam.html