100% Free Platform Developer Vlocity-Platform-Developer Dumps PDF Demo Cert Guide Cover
PDF Exam Material 2021 Realistic Vlocity-Platform-Developer Dumps Questions
NEW QUESTION 20
What OmniScript Element only displays a rich-text HTML formatted code block?
- A. Text Area
- B. Edit Block
- C. Text
- D. Text Block
Answer: D
NEW QUESTION 21
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. Where will the FlexCard be available to use?
- B. Will the FlexCard only be used for testing?
- C. Is the FlexCard used anywhere else?
- D. Has the FlexCard been cloned before?
Answer: C
NEW QUESTION 22
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. Set element to optional if false
- D. Disable read only if true
Answer: B
NEW QUESTION 23
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. FetchCartDebug
- B. ResponseCartDebug
- C. FetchCart
- D. ResponseCart
Answer: A
NEW QUESTION 24
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. {PostalCode}
- B. {Params.PostalCode}
- C. {params.postaiCode}
- D. {Parent PostalCode}
Answer: B
NEW QUESTION 25
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
- A. Lookup
- B. HTTP Action
- C. Select
- D. DataRaptor Post Action
Answer: A
NEW QUESTION 26
Which two of these options can retrieve data from a Salesforce object? Choose 2 answers
- A. An HTTP Action
- B. A DataRaptor Transform Action
- C. A DataRaptor Post Action
- D. A DataRaptor Load Action
- E. A DataRaptor Extract Action
- F. A Lookup Action
Answer: B,F
NEW QUESTION 27
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. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
- C. Go to the Industry Console and reload the page to test.
- D. Add a key/value pair in the DataRaptor to test it
Answer: B
NEW QUESTION 28
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?
- A. Version Number 3
- B. Version Number 2
- C. Version Number 4
- D. Version Number 1
Answer: C
NEW QUESTION 29
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 an editor.
- B. Build the Input JSON node by node in the DataRaptor Designer.
- C. Copy the Input JSON from the DataRaptor Action Debug node.
- D. Copy the Input JSON from the OmniScript {Data} modal.
Answer: D
NEW QUESTION 30
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 field is null in the Salesforce record.
- C. The card state only supports a limited number of fields for display.
- D. There are no Test Data Test Parameters configured.
Answer: B
NEW QUESTION 31
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%
- B. %SetValues:Date%
- C. [SetValues' [Date] on
- D. {{SetValues. Date} Calculator
Answer: B
NEW QUESTION 32
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 DataRaptor in an Output Tab Output JSON Path.
- C. In a Remote Action in an Additional Output value field.
- D. In a DataRaptor Action in an Input Parameters value field.
Answer: C,D
NEW QUESTION 33
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. {{CaseNumben}
- B. HTTPGetCaseDetails: CaseNumber
- C. {{DRReadCase. CaseNumber}}
- D. %DRReadCase:CaseNumber%
Answer: D
NEW QUESTION 34
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. Delete the Set Values element.
- B. Deactivate the Set Values element.
- C. Add the correct Contextld to the {Data} modal
- D. Do nothing. It will be ignored at runtime.
Answer: A,C
NEW QUESTION 35
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
- A. Is Lookup
- B. Upsert Key
- C. Is Required For Upsert
- D. s Disabled
Answer: B
NEW QUESTION 36
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appearin the dropdown list. What could cause this?
- A. The FlexCard does not have an active version.
- B. The data source for the FlexCard is not active.
- C. The record displayed in the Lightning App Builder preview has no data for the record displayed.
- D. The FlexCard has a recordid that is for the wrong record type.
Answer: A
NEW QUESTION 37
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. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J,
"AccountPhone": "2221546450", "AccountName": "Acme" } - C. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979",
"ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", ""AccountName™: "Acme" } - D. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName™: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979".
"ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" }
Answer: D
NEW QUESTION 38
Why do you need a Response Action element in an Integration Procedure?
- A. Itenforces error checking.
- B. It controls where the user navigates after the Integration Procedure is completed.
- C. It calls an APEX class and method.
- D. It returns data to whatever called the Integration Procedure.
Answer: D
NEW QUESTION 39
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?
- A. Which card will be using this DataRaptor?
- B. Which sObject or sObjects contain the data | need?
- C. What should | name the JSON node where the data will be sent?
Answer: A,B
Explanation:
D Which OmniScript template will | be using?
NEW QUESTION 40
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure. Given the JSON Output below, which mapping in your Transform would be correct for the Output JSON Path for the Base Price?
- A. Input BasePrice
- B. Input-Base Price
- C. Input.baseprice
- D. Input:BasePrice
Answer: D
NEW QUESTION 41
Which property enables custom Lightning web components to override an individual OmniScript element's component?
- A. Enable LWC
- B. Element Type to LWC Component Mapping
- C. LWC Component Override
- D. HTML Template ID
Answer: B
NEW QUESTION 42
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 DataRaptor Action in an Input Parameters value field.
- B. In a DataRaptor in an Output Tab Output JSON Path.
- C. In a Set Values Action in a Value field.
- D. In a Remote Action in an Additional Output value field.
Answer: C,D
NEW QUESTION 43
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries. What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?
- A. Lookup Mapping
- B. Relationship Query
- C. Lookup Key
- D. Linked Mapping
Answer: D
NEW QUESTION 44
......
Updated Vlocity Vlocity-Platform-Developer Dumps – PDF & Online Engine: https://examcompass.topexamcollection.com/Vlocity-Platform-Developer-vce-collection.html

