[Dec-2021] Vlocity-Platform-Developer Dumps are Available for Instant Access using PracticeTorrent [Q20-Q43]

Share

[Dec-2021] Vlocity-Platform-Developer Dumps are Available for Instant Access using  PracticeTorrent 

Vlocity-Platform-Developer Dumps 2021 - New Vlocity Vlocity-Platform-Developer Exam Questions

NEW QUESTION 20
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. Use Future
  • C. Toast Completion
  • D. Invoke Mode Fire and Forget

Answer: C

 

NEW QUESTION 21
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 22
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve thi data?
Choose 2 answers

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

Answer: B,C

 

NEW QUESTION 23
Why would you clone an Integration Procedure instead of versioning it?

  • A. The new Integration Procedure is replacing stub data.
  • B. The new Integration Procedure uses a Cache Block.
  • C. The new Integration Procedure will be used independently.
  • D. The new Integration Procedure is Chainable.

Answer: C

 

NEW QUESTION 24
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: C,D

 

NEW QUESTION 25
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. OptionD
  • B. OptionB
  • C. OptionC
  • D. OptionA

Answer: A

 

NEW QUESTION 26
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?
    D Which OmniScript template will | be using?
  • 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

 

NEW QUESTION 27
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appearin the dropdown list. What could cause this?

  • A. The FlexCard does not have an active version.
  • B. The data source for the FlexCard is not active.
  • C. The record displayed in the Lightning App Builder preview has no data for the record displayed.
  • D. The FlexCard has a recordid that is for the wrong record type.

Answer: A

 

NEW QUESTION 28
What OmniScript Element only displays a rich-text HTML formatted code block?

  • A. Text Area
  • B. Edit Block
  • C. Text
  • D. Text Block

Answer: D

 

NEW QUESTION 29
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. {{CaseNumben}
  • B. HTTPGetCaseDetails: CaseNumber
  • C. {{DRReadCase. CaseNumber}}
  • D. %DRReadCase:CaseNumber%

Answer: D

 

NEW QUESTION 30
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. Lookup
  • C. Email Action
  • D. Set Values

Answer: A

 

NEW QUESTION 31
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

  • A. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName: "Edward Stamos" }, {
    "ContactPhone": "(212) 189-6979".
    "ContactName": "Leanne Tomlin" } J, "AccountPhone "2221546450", "AccountName" "Acme" }
  • B. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212)
    189-8979", "ContactName": "Leanne
    Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
  • C. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212)
    169-8979", "Name": "Leanne Tomlin" } J,
    "AccountPhone": "2221546450", "AccountName": "Acme" }
  • D. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" },
    {"ContactPhone": "(212) 189-8979",
    "ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme"
    }

Answer: A

 

NEW QUESTION 32
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 BasePrice
  • B. Input-Base Price
  • C. Input.baseprice
  • D. Input:BasePrice

Answer: D

 

NEW QUESTION 33
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 BasePrice
  • B. Input-Base Price
  • C. Input.baseprice
  • D. Input:BasePrice

Answer: D

 

NEW QUESTION 34
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. Set element to required if true
  • B. Show element if true
  • C. Set element to optional if false
  • D. Disable read only if true

Answer: B

 

NEW QUESTION 35
You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard. What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?

  • A. {recordid}
  • B. {records}
  • C. {Parent.id}
  • D. {records [0]}

Answer: B

 

NEW QUESTION 36
You are building a DataRaptor Load for an Integration Procedure used in an OmniScript. Based on best practices, how should you configure the Input JSON?

  • A. Build the Input JSON node by node in an editor.
  • B. Build the Input JSON node by node in the DataRaptor Designer.
  • C. Copy the Input JSON from the DataRaptor Action Debug node.
  • D. Copy the Input JSON from the OmniScript {Data} modal.

Answer: D

 

NEW QUESTION 37
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers Calculator

  • A. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
  • B. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
  • C. The fields that are not updated are read only in Salesforce.
  • D. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.

Answer: C,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. Option B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: D

 

NEW QUESTION 39
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 40
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 41
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. BlockA.BlockB.Action1
  • C. Action1:BlockB:BlockA
  • D. BlockA:BlockB-Action1

Answer: C

 

NEW QUESTION 42
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. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J,
    "AccountPhone": "2221546450", "AccountName": "Acme" }
  • C. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979",
    "ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", ""AccountName™: "Acme" }
  • D. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName™: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979".
    "ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" }

Answer: D

 

NEW QUESTION 43
......

Vlocity Vlocity-Platform-Developer Exam Practice Test Questions: https://www.practicetorrent.com/Vlocity-Platform-Developer-practice-exam-torrent.html