Latest [Dec 08, 2021] Real Vlocity Vlocity-Platform-Developer Exam Dumps Questions
Vlocity-Platform-Developer Dumps To Pass Platform Developer Exam in One Day (Updated 62 Questions)
NEW QUESTION 24
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 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
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers
- A. It supports complex field mappings
- B. It has better performance at runtime
- C. It populates data in PDF and DocuSign format
- D. It is easier to configure
Answer: A,B
NEW QUESTION 27
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 28
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 29
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 Transform that includes the previous email with the upsert key selected and the new Email address.
- C. A DataRaptor Load that includes the Recordld, 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 30
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. Relationship Query
- C. Lookup Mapping
- D. Linked Mapping
Answer: D
NEW QUESTION 31
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 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 want a child FlexCard to use the parent's data source. What do you need to do to make it work?
Choose 2 answers
- A. The same fields must be available in both parent and child FlexCards
- B. You must select a data node in the Data Node field in the Properties panel on the child FlexCard Pencil & Pape
- C. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
- D. The same data source must be selected and configured in both parent and child FlexCards
Answer: B,C
NEW QUESTION 34
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 35
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 36
Which OmniScript Action element redirects the user outside the OmniScript?
- A. Integration Procedure Action
- B. Navigate Action
- C. Remote Action
- D. HTTP Action
Answer: B
NEW QUESTION 37
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
- A. |t must be a calculation step
- B. It must be included in constants
- C. It must be included in the calculation output
- D. It must be a matrix lookup step
Answer: A
NEW QUESTION 38
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 39
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. Go to the PREVIEW tab in OmniScript to test.
- C. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
- D. Add a key/value pair in the DataRaptor to test it
Answer: C
NEW QUESTION 40
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 41
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 42
How is data accessed for a Field element in a FlexCard that wants the AccountName?
- A. {records}
- B. {AccountName}
- C. AccountName
- D. records
Answer: B
NEW QUESTION 43
You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers
- A. The Recordid in the Test Data Source Settings is for the wrong record type.
- B. There is no Salesforce record for the FlexCard based on the Recordid in the layout's Test Data Source Settings.
- C. The Data Node field for the FlexCard is empty.
- D. The Attributes haven't been configured to pass the data to the fields.
Answer: A,B
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. 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 45
......
Vlocity-Platform-Developer Exam Brain Dumps - Study Notes and Theory: https://www.prep4surereview.com/Vlocity-Platform-Developer-latest-braindumps.html
