Verified Vlocity-Platform-Developer dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Exams4sures
Pass Platform Developer Vlocity-Platform-Developer Exam With 62 Questions
NEW QUESTION 20
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. Delete some of the actions
- B. Use a datatable or chart element
- C. Use a flyout action
- D. Use a child FlexCard
Answer: C
NEW QUESTION 21
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. Do nothing. It will be ignored at runtime.
- B. Delete the Set Values element.
- C. Add the correct Contextld to the {Data} modal
- D. Deactivate the Set Values element.
Answer: B,C
NEW QUESTION 22
You want to use a custom icon in a FlexCard. How would you do this?
- A. Select Salesforce SVG as the icon type and search for custom to find the custom icon
- B. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
- C. Select Custom as the icon type and search for the custom icon you want from the library
- D. Select Custom as the icon type and enter the icon URL in the Image Source field
Answer: D
NEW QUESTION 23
What are two items you can include on a flyout action?
Choose 2 answers
- A. A link to a DataRaptor Load
- B. An OS Action
- C. A link to an Integration Procedure
- D. Another flyout
Answer: A,C
NEW QUESTION 24
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 25
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 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. "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 27
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
- A. Lookup
- B. Select
- C. HTTP Action
- D. DataRaptor Post Action
Answer: A
NEW QUESTION 28
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label.
What could cause this?
- A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
- B. There are no Test Data Test Parameters configured.
- C. The field is null in the Salesforce record.
- D. The card state only supports a limited number of fields for display.
Answer: C
NEW QUESTION 29
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 30
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure. Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?
- A. Input-Base Price
- B. Input:BasePrice
- C. Input BasePrice
- D. Input.baseprice
Answer: B
NEW QUESTION 31
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?
- A. ResponseCartDebug
- B. FetchCartDebug
- C. ResponseCart
- D. FetchCart
Answer: B
NEW QUESTION 32
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 Remote Action in an Additional Output value field.
- B. In a DataRaptor in an Output Tab Output JSON Path.
- C. In a Set Values Action in a Value field.
- D. In a DataRaptor Action in an Input Parameters value field.
Answer: A,D
NEW QUESTION 33
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 34
You want to pass the postalcode attribute from a parent to a child FlexCard. What do you enter for the Value on the parent FlexCard?
- A. {params.postaiCode}
- B. {PostalCode}
- C. {Params.PostalCode}
- D. {Parent PostalCode}
Answer: C
NEW QUESTION 35
Which statement about a FlexCard is true?
- A. A FlexCard must have test data source settings.
- B. A FlexCard requires its own data source.
- C. A FlexCard requires a template to be assigned to it
- D. A FlexCard can have multiple states.
Answer: C
NEW QUESTION 36
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1element to a Remote Action?
- A. Action1:BlockB:BlockA
- B. Action1.BlockB_BlockA
- C. BlockA.BlockB.Action1
- D. BlockA:BlockB-Action1
Answer: A
NEW QUESTION 37
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 contain numerical data.
- D. They must be unique.
Answer: A,B,D
NEW QUESTION 38
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 39
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 40
Which Calculation Matrix Version in the list would execute on 2/15/2020 at 12:00 PM?
- A. Version Number 2
- B. Version Number 3
- C. Version Number 4
- D. Version Number 1
Answer: C
NEW QUESTION 41
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
- A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
- B. There are no Test Data Test Parameters configured.
- C. The field is null in the Salesforce record.
- D. The card state only supports a limited number of fields for display.
Answer: C
NEW QUESTION 42
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. Email Action
- B. Lookup
- C. Set Errors
- D. Set Values
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. Lookup
- D. Set Values
Answer: A
NEW QUESTION 44
......
Pass Vlocity-Platform-Developer Tests Engine pdf - All Free Dumps: https://www.exams4sures.com/Vlocity/Vlocity-Platform-Developer-practice-exam-dumps.html