Skip to main content

VLOCITY-PLATFORM-DEVELOPER Real Exam Questions

Vlocity Certified Platform Developer (v5.0)

60 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

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

  1. A

    A DataRaptor Transform Action

  2. B

    A DataRaptor Load Action

  3. C

    A DataRaptor Post Action

  4. D

    A Lookup Action

  5. E

    An HTTP Action

  6. F

    A DataRaptor Extract Action

Show answer and explanation

Correct answers: A, D

Question 2 Multiple choice

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

  1. A

    Another flyout

  2. B

    A link to an Integration Procedure

  3. C

    A link to a DataRaptor Load

  4. D

    An OS Action

Show answer and explanation

Correct answers: B, D

Question 3 Single choice

You want to edit a FlexCard.

Which question should you ask and answer before you make changes to the active version of the FlexCard?

  1. A

    Is the FlexCard used anywhere else?

  2. B

    Will the FlexCard only be used for testing?

  3. C

    Where will the FlexCard be available to use?

  4. D

    Has the FlexCard been cloned before?

Show answer and explanation

Correct answer: A

Question 4 Single choice

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?

  1. A

    Disable read only if true

  2. B

    Set element to required if true

  3. C

    Show element if true

  4. D

    Set element to optional if false

Show answer and explanation

Correct answer: C

Question 5 Single choice

Which property enables custom Lightning web components to override an individual OmniScript element's component?

  1. A

    LWC Component Override

  2. B

    HTML Template ID

  3. C

    Element Type to LWC Component Mapping

  4. D

    Enable LWC

Show answer and explanation

Correct answer: C

Question 6 Single choice

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

  1. A

    "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }},
    "Block": { "Multi-selecti": "Value A;Value B" }}

  2. B

    "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }},
    "Block3": { "Multi-select1": "Value A;Value B"}}} Written

  3. C

    "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false,
    "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}

  4. D

    "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false,
    "Block3": { "Multi-select1": "Value A;Value B" }}}

Show answer and explanation

Correct answer: C

Question 7 Single choice

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

  1. A

    Itenforces error checking.

  2. B

    It returns data to whatever called the Integration Procedure.

  3. C

    It controls where the user navigates after the Integration Procedure is completed.

  4. D

    It calls an APEX class and method.

Show answer and explanation

Correct answer: B

Question 8 Single choice

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

  1. A

    Edit Block

  2. B

    Text Area

  3. C

    Text

  4. D

    Text Block

Show answer and explanation

Correct answer: D

Question 9 Single choice

How is data accessed for a Field element in a FlexCard that wants the AccountName?

  1. A

    records

  2. B

    {records}

  3. C

    {AccountName}

  4. D

    AccountName

Show answer and explanation

Correct answer: C

Question 10 Multiple choice

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

  1. A

    Use a Calculation Action to call a Calculation Procedure.

  2. B

    Use a Set Values Element inside a Loop Block.

  3. C

    Use a List Action to merge the array elements together.

  4. D

    Use a Matrix Action to call a Calculation Matrix

Show answer and explanation

Correct answers: A, D