Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Jan-2022] Free Vlocity-Platform-Developer Exam Questions Vlocity-Platform-Developer Actual Free Exam Questions [Q21-Q43]

Share

[Jan-2022] Free Vlocity-Platform-Developer Exam Questions Vlocity-Platform-Developer Actual Free Exam Questions

Verified Vlocity-Platform-Developer dumps and 62 unique questions

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

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

Answer: D

 

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

Answer: C

 

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

Answer: B

 

NEW QUESTION 24
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 missing data is trimmed in the Integration Procedure Action Response JSON Path.
  • B. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
  • C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.

Answer: A,B

 

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

 

NEW QUESTION 29
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 30
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. {Parent.id}
  • C. {records [0]}
  • D. {records}

Answer: D

 

NEW QUESTION 31
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 32
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 33
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 34
Which description below best matches what Publish Options does?

  • A. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element
  • B. Configure metadata values and set the target for the published FlexCard
  • C. Enable grouping FlexCards by object type or by the order they appear in the database
  • D. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions

Answer: D

 

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

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

Answer: B

 

NEW QUESTION 36
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 is Chainable.
  • C. The new Integration Procedure uses a Cache Block.
  • D. The new Integration Procedure will be used independently.

Answer: D

 

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

Answer: A,D

 

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

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

Answer: C

 

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

Answer: D

 

NEW QUESTION 41
What are two items you can include on a flyout action?
Choose 2 answers

  • A. A link to an Integration Procedure
  • B. Another flyout
  • C. A link to a DataRaptor Load
  • D. An OS Action

Answer: A,D

 

NEW QUESTION 42
You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?

  • A. Will the FlexCard only be used for testing?
  • B. Is the FlexCard used anywhere else?
  • C. Where will the FlexCard be available to use?
  • D. Has the FlexCard been cloned before?

Answer: B

 

NEW QUESTION 43
......

Latest 100% Passing Guarantee - Brilliant Vlocity-Platform-Developer Exam Questions PDF: https://www.vce4dumps.com/Vlocity-Platform-Developer-valid-torrent.html