100% Free Platform Developer Vlocity-Platform-Developer Dumps PDF Demo Cert Guide Cover [Q11-Q35]

Share

100% Free Platform Developer Vlocity-Platform-Developer Dumps PDF Demo Cert Guide Cover

PDF Exam Material 2022 Realistic Vlocity-Platform-Developer Dumps Questions 

NEW QUESTION 11
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 card will be using this DataRaptor?
    D Which OmniScript template will | be using?
  • C. Which sObject or sObjects contain the data | need?

Answer: B,C

 

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

Answer: A,B

 

NEW QUESTION 13
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 14
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 15
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 16
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?

  • A. Contact:Caseld__r-Subject
  • B. Contact: Caseld:Subject
  • C. ContactCaseld. Subject
  • D. Contact:Caseld__rSubject

Answer: A

 

NEW QUESTION 17
Which two of these options can retrieve data from a Salesforce object? Choose 2 answers

  • A. A DataRaptor Extract Action
  • B. A DataRaptor Load Action
  • C. A Lookup Action
  • D. A DataRaptor Post Action
  • E. An HTTP Action
  • F. A DataRaptor Transform Action

Answer: C,F

 

NEW QUESTION 18
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 19
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. ResponseCartDebug
  • B. FetchCartDebug
  • C. ResponseCart
  • D. FetchCart

Answer: B

 

NEW QUESTION 20
Which three are true about Calculation Matrix inputs?
Choose 3 answers

  • A. They can be a combination of values.
  • B. They must contain numerical data.
  • C. They must be unique.
  • D. They can represent ranges.

Answer: A,C,D

 

NEW QUESTION 21
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 22
Which property enables custom Lightning web components to override an individual OmniScript element's component?

  • A. Element Type to LWC Component Mapping
  • B. Enable LWC
  • C. LWC Component Override
  • D. HTML Template ID

Answer: A

 

NEW QUESTION 23
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?

  • A. Expected Output
  • B. Preview Response
  • C. Extract JSON Path
  • D. Output JSON Path

Answer: D

 

NEW QUESTION 24
What pre-populates the data in a PDF used by an OmniScript?

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

Answer: D

 

NEW QUESTION 25
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers

  • A. It populates data in PDF and DocuSign format
  • B. It is easier to configure
  • C. It supports complex field mappings
  • D. It has better performance at runtime

Answer: C,D

 

NEW QUESTION 26
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 27
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 28
How is data accessed for a Field element in a FlexCard that wants the AccountName?

  • A. records
  • B. {AccountName}
  • C. {records}
  • D. AccountName

Answer: B

 

NEW QUESTION 29
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 30
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?

  • A. It must be included in constants
  • B. |t must be a calculation step
  • C. It must be a matrix lookup step
  • D. It must be included in the calculation output

Answer: B

 

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

Answer: D

 

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

Answer: B,D

 

NEW QUESTION 33
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 34
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 35
......

Updated Vlocity Vlocity-Platform-Developer Dumps – PDF & Online Engine: https://www.real4dumps.com/Vlocity-Platform-Developer_examcollection.html