Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Vlocity Vlocity-Platform-Developer - Vlocity Platform Developer Exam (v5.0)

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", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written

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" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}

You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries. What type of DataRator mapping keeps tract of the new product Records as they are created to use in the Price entries you need to create?

A.

Lookup Key

B.

Lookup Mapping

C.

Linked Mapping

D.

Relationship Query

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

A.

Expected Output

B.

Preview Response

C.

Output JSON Path

D.

Extract JSON Path

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 element name for the missing data does not match the JSON node key in the Integration Procedure Response.

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 missing data is trimmed in the Integration Procedure Action Response JSON Path.

In an OmniScript, what is unique about a Requirement in a Messaging element?

Choose 2 answers

A.

It makes the banner yellow

B.

It requires a Validate Expression

C.

It is only availability for the false message

D.

It sets the element to required

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.

Show element if true

D.

Set element to optional if false

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} Calculator

B.

[SetValues' [Date] on

C.

%SetValues:Date%

D.

%Setvalues.Date%

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 DataRaptor Action Debug node.

C.

Copy the Input JSON from the OmniScript {Data} modal.

D.

Build the Input JSON node by node in an editor.