New 2021 Latest Questions Vlocity-Platform-Developer Dumps - Use Updated Vlocity Exam [Q10-Q28]

Share

New 2021 Latest Questions Vlocity-Platform-Developer Dumps - Use Updated Vlocity Exam

Latest Vlocity-Platform-Developer Exam Dumps Vlocity Exam from Training Expert VCEPrep

NEW QUESTION 10
An OmniScript saves data to Salesforce and to an AWS Order Management system. What OmniScript element could save all of this data?

  • A. HTTP Action
  • B. DataRaptor Post Action
  • C. DataRaptor Load Action
  • D. Integration Procedure Action

Answer: D

 

NEW QUESTION 11
You are configuring the API URL in an HTTP Action element within an Integration Procedure. What is the merge code syntax for passing a Date node from an element named SetValues in the URL?

  • A. [SetValues' [Date] on
  • B. {{SetValues. Date} Calculator
  • C. %Setvalues.Date%
  • D. %SetValues:Date%

Answer: D

 

NEW QUESTION 12
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 13
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 14
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 15
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 16
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 17
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 18
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 19
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve this data?
Choose 2 answers

  • A. DataRaptor Extract Action
  • B. HTTP Action
  • C. Response Action
  • D. Navigate Action

Answer: A,B

 

NEW QUESTION 20
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 21
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers

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

Answer: A,B

 

NEW QUESTION 22
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 23
What pre-populates the data in a PDF used by an OmniScript?

  • A. ADataRaptor Extract
  • B. A DataRaptor Transform
  • C. ADataRaptor Load
  • D. ASOGL Query

Answer: B

 

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

Answer: D

 

NEW QUESTION 25
In an OmniScript, you have a Disclosure element that requires user input only if the user already checked a Non Disclosure Agreement checkbox. Which conditional view option do you choose?

  • A. Disable read only if true
  • B. Set element to required if true
  • C. Set element to optional if false
  • D. Show element if true

Answer: D

 

NEW QUESTION 26
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 27
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure. Given the JSON Output below, which mapping 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 28
......

Updated Test Engine to Practice Vlocity-Platform-Developer Dumps & Practice Exam: https://www.vceprep.com/Vlocity-Platform-Developer-latest-vce-prep.html