Updated Dec-2021 Test Engine to Practice Vlocity-Platform-Developer Test Questions [Q27-Q46]

Share

Updated Dec-2021 Test Engine to Practice Vlocity-Platform-Developer Test Questions

Vlocity-Platform-Developer Real Exam Questions Test Engine Dumps Training With 62 Questions

NEW QUESTION 27
Which twoof the items below must be defined before you can create a new OmniScript?
Choose 2 answers

  • A. Template
  • B. Type
  • C. SubType
  • D. Description

Answer: B,C

 

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

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

Answer: B

 

NEW QUESTION 29
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 data source must be selected and configured in both parent and child FlexCards
  • 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 fields must be available in both parent and child FlexCards

Answer: A,C

 

NEW QUESTION 30
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. {params.postaiCode}
  • B. {Params.PostalCode}
  • C. {PostalCode}
  • D. {Parent PostalCode}

Answer: B

 

NEW QUESTION 31
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 32
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"
    }

Answer: A

 

NEW QUESTION 33
For testing an Omniscript the Contextld is the only key in a Set Values element Before going into production, what are two possible best practices for this Contextld?
Choose 2 answers

  • A. Add the correct Contextld to the {Data} modal
  • B. Deactivate the Set Values element.
  • C. Do nothing. It will be ignored at runtime.
  • D. Delete the Set Values element.

Answer: A,D

 

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

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

Answer: A

 

NEW QUESTION 35
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 D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: A

 

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

Answer: C,D

 

NEW QUESTION 37
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. Set element to required if true
  • B. Show element if true
  • C. Disable read only if true
  • D. Set element to optional if false

Answer: B

 

NEW QUESTION 38
You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard. What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?

  • A. {recordid}
  • B. {records [0]}
  • C. {records}
  • D. {Parent.id}

Answer: C

 

NEW QUESTION 39
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

  • A. Attributes {{attrs}}
  • B. Session variables {{session}}
  • C. Object {{objj}}
  • D. Page parameters {{params}}

Answer: B

 

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

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

Answer: A

 

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

Answer: B

 

NEW QUESTION 42
Which OmniScript Action element redirects the user outside the OmniScript?

  • A. Navigate Action
  • B. Integration Procedure Action
  • C. Remote Action
  • D. HTTP Action

Answer: A

 

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

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

Answer: D

 

NEW QUESTION 44
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve this data?
Choose 2 answers

  • A. HTTP Action
  • B. Response Action
  • C. Navigate Action
  • D. DataRaptor Extract Action

Answer: A,D

 

NEW QUESTION 45
How can a Card Layout be embedded within another Card?

  • A. Use the Add Layout button in zone layout
  • B. Use a card state with a Layout condition
  • C. Use a session variable on a Card
  • D. Use an angular filter in a specific field in a card state

Answer: A

 

NEW QUESTION 46
......

Vlocity-Platform-Developer Actual Questions Answers PDF 100% Cover Real Exam Questions: https://www.test4cram.com/Vlocity-Platform-Developer_real-exam-dumps.html