Exam4Training

Vlocity Vlocity Platform Developer Vlocity Platform Developer Exam (v5.0) Online Training

Question #1

in an OmniScript, you need to get data from a single field ina Salesforce record.

What element does this?

  • A . Select
  • B . HTTP Action
  • C . Lookup
  • D . DataRaptor Post Action

Reveal Solution Hide Solution

Correct Answer: C
Question #2

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 Data Node field for the FlexCard is empty.
  • B . The Attributes haven’t been configured to pass the data to the fields.
  • C . The Recordid in the Test Data Source Settings is for the wrong record type.
  • D . There is no Salesforce record for the FlexCard based on the Recordid in the layout’s Test Data Source Settings.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #3

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

Reveal Solution Hide Solution

Correct Answer: A,D
Question #4

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

Reveal Solution Hide Solution

Correct Answer: A,D
Question #5

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.

Reveal Solution Hide Solution

Correct Answer: D
Question #6

What can be launched with an action button on a FlexCard?

  • A . AViocity DataRaptor Load
  • B . A Viocity Calculation Matrix
  • C . A Viocity omniscript
  • D . A Vlocity Calculation Procedure

Reveal Solution Hide Solution

Correct Answer: C
Question #7

What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?

  • A . Go to the PREVIEW tab in OmniScript to test.
  • B . Go to the Industry Console and reload the page to test.
  • C . Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
  • D . Add a key/value pair in the DataRaptor to test it

Reveal Solution Hide Solution

Correct Answer: C
Question #8

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

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

Reveal Solution Hide Solution

Correct Answer: A
Question #9

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

Reveal Solution Hide Solution

Correct Answer: D
Question #10

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 . Is the FlexCard used anywhere else?
  • B . Will the FlexCard only be used for testing?
  • C . Where will the FlexCard be available to use?
  • D . Has the FlexCard been cloned before?

Reveal Solution Hide Solution

Correct Answer: A

Question #11

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 . ResponseCart
  • C . FetchCartDebug
  • D . FetchCart

Reveal Solution Hide Solution

Correct Answer: C
Question #12

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

Reveal Solution Hide Solution

Correct Answer: A
Question #13

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:Subject
  • B . ContactCaseld. Subject
  • C . Contact:Caseld__rSubject
  • D . Contact:Caseld__r-Subject

Reveal Solution Hide Solution

Correct Answer: D
Question #14

Which description below best matches what Publish Options does?

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

Reveal Solution Hide Solution

Correct Answer: A
Question #15

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

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

Reveal Solution Hide Solution

Correct Answer: A,C
Question #16

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

Reveal Solution Hide Solution

Correct Answer: B
Question #17

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

Reveal Solution Hide Solution

Correct Answer: B,C
Question #18

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

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

Reveal Solution Hide Solution

Correct Answer: C
Question #19

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

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

Reveal Solution Hide Solution

Correct Answer: D
Question #20

On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label.

What could cause this?

  • A . In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
  • B . The card state only supports a limited number of fields for display.
  • C . The field is null in the Salesforce record.
  • D . There are no Test Data Test Parameters configured.

Reveal Solution Hide Solution

Correct Answer: C
Exit mobile version