[Q21-Q42] Vlocity Vlocity-Platform-Developer Practice Verified Answers - Pass Your Exams For Sure! [2021]

Share

Vlocity Vlocity-Platform-Developer Practice Verified Answers - Pass Your Exams For Sure! [2021]

Valid Way To Pass Platform Developer's  Vlocity-Platform-Developer Exam

NEW QUESTION 21
Which statement about a FlexCard is true?

  • A. A FlexCard requires its own data source.
  • B. A FlexCard must have test data source settings.
  • C. A FlexCard requires a template to be assigned to it
  • D. A FlexCard can have multiple states.

Answer: C

 

NEW QUESTION 22
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 Extract that includes the Recordld, 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 Transform that includes the previous email with the upsert key selected and the new Email address.

Answer: D

 

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

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

Answer: C

 

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

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

Answer: A,B

 

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

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

Answer: B

 

NEW QUESTION 26
You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers

  • A. The Recordid in the Test Data Source Settings is for the wrong record type.
  • B. The Attributes haven't been configured to pass the data to the fields.
  • C. There is no Salesforce record for the FlexCard based on the Recordid in the layout's Test Data Source Settings.
  • D. The Data Node field for the FlexCard is empty.

Answer: A,C

 

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

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

Answer: A

 

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

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

Answer: D

 

NEW QUESTION 29
You want to use a custom icon in a FlexCard. How would you do this?

  • A. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
  • B. Select Salesforce SVG as the icon type and search for custom to find the custom icon
  • C. Select Custom as the icon type and enter the icon URL in the Image Source field
  • D. Select Custom as the icon type and search for the custom icon you want from the library

Answer: C

 

NEW QUESTION 30
Which description below best matches what Publish Options does?

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

Answer: D

 

NEW QUESTION 31
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 Extract that includes the Recordld, the upsert key selected, and the new Email address.
  • D. A DataRaptor Transform that maps the new Email address to the old Email address field.

Answer: A

 

NEW QUESTION 32
What JSON code correctly represents the step in the OmniScript Structure panel shown?

  • A. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false
    }}, "Block": { "Multi-selecti": "Value
    A;Value B" }}
  • B. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1":
    false, "Block3": { "Multi-select1": "Value A;Value B" }}}
  • C. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
  • D. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false
    }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written

Answer: C

 

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

Answer: A,D

 

NEW QUESTION 34
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 the DataRaptor Designer.
  • B. Copy the Input JSON from the OmniScript {Data} modal.
  • C. Copy the Input JSON from the DataRaptor Action Debug node.
  • D. Build the Input JSON node by node in an editor.

Answer: B

 

NEW QUESTION 35
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 36
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 a matrix lookup step
  • D. It must be included in the calculation output

Answer: A

 

NEW QUESTION 37
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. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" },
    {"ContactPhone": "(212) 189-8979",
    "ContactName": "Leanne Tomlin" } ], "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: A

 

NEW QUESTION 38
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. BlockA:BlockB-Action1
  • B. Action1.BlockB_BlockA
  • C. BlockA.BlockB.Action1
  • D. Action1:BlockB:BlockA

Answer: D

 

NEW QUESTION 39
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%
  • B. [SetValues' [Date] on
  • C. %Setvalues.Date%
  • D. {{SetValues. Date} Calculator

Answer: A

 

NEW QUESTION 40
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. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
  • 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. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a

Answer: A,C

 

NEW QUESTION 41
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 Load Action
  • C. Integration Procedure Action
  • D. DataRaptor Post Action

Answer: C

 

NEW QUESTION 42
......

Vlocity Vlocity-Platform-Developer Pre-Exam Practice Tests | PDFDumps: https://www.pdfdumps.com/Vlocity-Platform-Developer-valid-exam.html