Get New 2022 Valid Practice Platform Developer Vlocity-Platform-Developer Q&A - Testing Engine [Q31-Q47]

Share

Get New 2022 Valid Practice Platform Developer Vlocity-Platform-Developer Q&A - Testing Engine

Vlocity-Platform-Developer Dumps PDF - 100% Passing Guarantee

NEW QUESTION 31
What parent JSON node name must be sent to a Calculation Procedure?

  • A. input
  • B. Input
  • C. Inputs
  • D. inputs

Answer: 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 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. FetchCartDebug
  • B. ResponseCartDebug
  • C. FetchCart
  • D. ResponseCart

Answer: A

 

NEW QUESTION 34
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 OmniScript.
  • C. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
  • D. There is no active version of the DataRaptor Extract.

Answer: A,C

 

NEW QUESTION 35
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?

  • A. Go to the PREVIEW tab in OmniScript to test.
  • B. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
  • C. Go to the Industry Console and reload the page to test.
  • D. Add a key/value pair in the DataRaptor to test it

Answer: B

 

NEW QUESTION 36
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?

  • A. Version Number 3
  • B. Version Number 2
  • C. Version Number 4
  • D. Version Number 1

Answer: C

 

NEW QUESTION 37
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 includes the previous email with the upsert key selected and the new Email address.
  • B. A DataRaptor Transform that maps the new Email address to the old Email address field.
  • C. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
  • D. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.

Answer: D

 

NEW QUESTION 38
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?

  • A. Which card will be using this DataRaptor?
  • B. Which sObject or sObjects contain the data | need?
  • C. What should | name the JSON node where the data will be sent?

Answer: A,B

Explanation:
D Which OmniScript template will | be using?

 

NEW QUESTION 39
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers

  • A. It makes the banner yellow
  • B. It requires a Validate Expression
  • C. It sets the element to required
  • D. It is only availability for the false message

Answer: A,B

 

NEW QUESTION 40
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 B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: D

 

NEW QUESTION 41
You want to use a custom icon in a FlexCard. How would you do this?

  • A. Select Custom as the icon type and enter the icon URL in the Image Source field
  • 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 Salesforce SVG as the icon type and search for custom to find the custom icon

Answer: A

 

NEW QUESTION 42
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 top in the FlexCard canvas
  • B. The state that has no condition
  • C. The state that is closer to the bottom in the FlexCard canvas
  • D. The state that has the higher priority

Answer: A

 

NEW QUESTION 43
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 includes the previous email with the upsert key selected and the new Email address.
  • B. A DataRaptor Load that includes the Recordld, 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: A

 

NEW QUESTION 44
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 a matrix lookup step
  • C. It must be included in constants
  • D. It must be included in the calculation output

Answer: A

 

NEW QUESTION 45
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 Calculation Action to call a Calculation Procedure.
  • C. Use a List Action to merge the array elements together.
  • D. Use a Set Values Element inside a Loop Block.

Answer: A,B

 

NEW QUESTION 46
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. The field is null in the Salesforce record.
  • C. The card state only supports a limited number of fields for display.
  • D. There are no Test Data Test Parameters configured.

Answer: B

 

NEW QUESTION 47
......

Vlocity-Platform-Developer Braindumps Real Exam Updated on Jan 05, 2022 with 62 Questions: https://www.passreview.com/Vlocity-Platform-Developer_exam-braindumps.html