Online Questions - Valid Practice To your Vlocity-Platform-Developer Exam (Updated 62 Questions) [Q36-Q56]

Share

Online Questions - Valid Practice To your Vlocity-Platform-Developer Exam (Updated 62 Questions)

Practice To Vlocity-Platform-Developer - Remarkable Practice On your Vlocity Platform Developer Exam (v5.0) Exam

NEW QUESTION 36
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 37
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 38
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 39
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1element to a Remote Action?

  • A. BlockA:BlockB-Action1
  • B. Action1.BlockB_BlockA
  • C. BlockA.BlockB.Action1
  • D. Action1:BlockB:BlockA

Answer: D

 

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

Answer: B,C

 

NEW QUESTION 41
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown. Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.

A)

B)

C)

D)

  • A. OptionB
  • B. OptionA
  • C. OptionD
  • D. OptionC

Answer: C

 

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

Answer: C

 

NEW QUESTION 43
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown. Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.

A)

B)

C)

D)

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: B

 

NEW QUESTION 44
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?

  • A. Which sObject or sObjects contain the data | need?
  • B. What should | name the JSON node where the data will be sent?
  • C. Which card will be using this DataRaptor?

Answer: A,C

Explanation:
D Which OmniScript template will | be using?

 

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

Answer: A,C

 

NEW QUESTION 46
You want to pass the postalcode attribute from a parent to a child FlexCard. What do you enter for the Value on the parent FlexCard?

  • A. {Parent PostalCode}
  • B. {PostalCode}
  • C. {Params.PostalCode}
  • D. {params.postaiCode}

Answer: C

 

NEW QUESTION 47
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. ""ContactCellPhone: "(212) 154-8562",
    "ContactName": "Edward Stamos",
    "AccountPhone": "2221546450",
    "AccountName": "Acme"
    I
    {
    "ContactCellPhone: "(650) 156-1102",
    "ContactName": "Howard Jones",
    "AccountPhone": "2221546450",
    "AccountName" "Acme"
    }
    ]
  • B. "Contact": [
    {
    "CellPhone": "(212) 154-8562",
    "Name": "Edward Stamos"
    },
    t
    "CellPhone". "(650) 156-1102",
    "Name": "Howard Jones"
    }

Answer: B

 

NEW QUESTION 48
Which three are true about Calculation Matrix inputs?
Choose 3 answers

  • A. They must contain numerical data.
  • B. They must be unique.
  • C. They can represent ranges.
  • D. They can be a combination of values.

Answer: B,C,D

 

NEW QUESTION 49
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 Calculation Action to call a Calculation Procedure.
  • D. Use a Set Values Element inside a Loop Block.

Answer: A,C

 

NEW QUESTION 50
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

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

 

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

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

Answer: D

 

NEW QUESTION 52
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?

  • A. Use a datatable or chart element
  • B. Use a child FlexCard
  • C. Delete some of the actions
  • D. Use a flyout action

Answer: D

 

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

  • A. HTML Template ID
  • B. LWC Component Override
  • C. Element Type to LWC Component Mapping
  • D. Enable LWC

Answer: C

 

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

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

Answer: A

 

NEW QUESTION 55
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?

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

Answer: C

 

NEW QUESTION 56
......

True Vlocity-Platform-Developer Exam Extraordinary Practice For the Exam: https://www.passexamdumps.com/Vlocity-Platform-Developer-valid-exam-dumps.html