Online Vlocity-Platform-Developer Test Brain Dump Question and Test Engine [Q32-Q54]

Share

Online Vlocity-Platform-Developer Test Brain Dump Question and Test Engine

Real Vlocity Vlocity-Platform-Developer Exam Dumps with Correct 62 Questions and Answers

NEW QUESTION 32
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. HTTP Action
  • B. Response Action
  • C. Navigate Action
  • D. DataRaptor Extract Action

Answer: A,D

 

NEW QUESTION 33
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. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
  • B. The fields that are not updated are read only in Salesforce.
  • C. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
  • D. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a

Answer: B,C

 

NEW QUESTION 34
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. Use a child FlexCard
  • B. Use a datatable or chart element
  • C. Use a flyout action
  • D. Delete some of the actions

Answer: C

 

NEW QUESTION 35
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. HTTP Action
  • B. Response Action
  • C. Navigate Action
  • D. DataRaptor Extract Action

Answer: A,D

 

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

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

Answer: B

 

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

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

Answer: D

 

NEW QUESTION 38
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. Add the correct Contextld to the {Data} modal
  • B. Deactivate the Set Values element.
  • C. Do nothing. It will be ignored at runtime.
  • D. Delete the Set Values element.

Answer: A,D

 

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

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

Answer: B

 

NEW QUESTION 40
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 DataRaptor in an Output Tab Output JSON Path.
  • B. In a Set Values Action in a Value field.
  • C. In a Remote Action in an Additional Output value field.
  • D. In a DataRaptor Action in an Input Parameters value field.

Answer: B,C

 

NEW QUESTION 41
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 FlexCard has a recordid that is for the wrong record type.
  • C. The record displayed in the Lightning App Builder preview has no data for the record displayed.
  • D. The data source for the FlexCard is not active.

Answer: A

 

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

Answer: B

 

NEW QUESTION 43
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. Add a key/value pair in the DataRaptor to test it
  • C. Go to the PREVIEW tab in OmniScript to test.
  • D. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.

Answer: D

 

NEW QUESTION 44
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 45
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 search for custom to find the custom icon
  • C. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
  • D. Select Custom as the icon type and search for the custom icon you want from the library

Answer: A

 

NEW QUESTION 46
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing. What error could cause this?
Choose 2 answers

  • A. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
  • C. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
  • D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.

Answer: C,D

 

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

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

Answer: D

 

NEW QUESTION 48
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

  • A. Attributes {{attrs}}
  • B. Session variables {{session}}
  • C. Object {{objj}}
  • D. Page parameters {{params}}

Answer: B

 

NEW QUESTION 49
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. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
  • B. The same data source must be selected and configured in both parent and child FlexCards
  • C. You must select a data node in the Data Node field in the Properties panel on the child FlexCard Pencil
    & Pape
  • D. The same fields must be available in both parent and child FlexCards

Answer: A,C

 

NEW QUESTION 50
Why do you need a Response Action element in an Integration Procedure?

  • A. It calls an APEX class and method.
  • B. Itenforces error checking.
  • C. It returns data to whatever called the Integration Procedure.
  • D. It controls where the user navigates after the Integration Procedure is completed.

Answer: C

 

NEW QUESTION 51
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. Disable read only if true
  • D. Set element to optional if false

Answer: B

 

NEW QUESTION 52
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?

  • A. s Disabled
  • B. Is Lookup
  • C. Is Required For Upsert
  • D. Upsert Key

Answer: D

 

NEW QUESTION 53
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 54
......

Valid Vlocity-Platform-Developer Test Answers & Vlocity Vlocity-Platform-Developer Exam PDF: https://www.passreview.com/Vlocity-Platform-Developer_exam-braindumps.html