62 Exam Questions for Vlocity-Platform-Developer Updated Versions With Test Engine
Pass Vlocity-Platform-Developer Exam with Updated Vlocity-Platform-Developer Exam Dumps PDF 2022
NEW QUESTION 34
What are two items you can include on a flyout action?
Choose 2 answers
- A. A link to a DataRaptor Load
- B. An OS Action
- C. A link to an Integration Procedure
- D. Another flyout
Answer: A,C
NEW QUESTION 35
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:BasePrice
- C. Input-Base Price
- D. Input.baseprice
Answer: B
NEW QUESTION 36
An OmniScript saves data to Salesforce and to an AWS Order Management system. What OmniScript element could save all of this data?
- A. DataRaptor Load Action
- B. Integration Procedure Action
- C. HTTP Action
- D. DataRaptor Post Action
Answer: B
NEW QUESTION 37
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?
- A. What should | name the JSON node where the data will be sent?
- B. Which card will be using this DataRaptor?
D Which OmniScript template will | be using? - C. Which sObject or sObjects contain the data | need?
Answer: B,C
NEW QUESTION 38
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?
- A. Contact:Caseld__r-Subject
- B. ContactCaseld. Subject
- C. Contact:Caseld__rSubject
- D. Contact: Caseld:Subject
Answer: A
NEW QUESTION 39
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 data source must be selected and configured in both parent and child FlexCards
- C. The same fields must be available in both parent and child FlexCards
- D. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
Answer: A,D
NEW QUESTION 40
What parent JSON node name must be sent to a Calculation Procedure?
- A. Inputs
- B. input
- C. inputs
- D. Input
Answer: C
NEW QUESTION 41
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers
- A. It is only availability for the false message
- B. It makes the banner yellow
- C. It sets the element to required
- D. It requires a Validate Expression
Answer: B,D
NEW QUESTION 42
Which Calculation Matrix Version in the list would execute on 2/15/2020 at 12:00 PM?
- A. Version Number 3
- B. Version Number 1
- C. Version Number 2
- D. Version Number 4
Answer: D
NEW QUESTION 43
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve thi data?
Choose 2 answers
- A. Navigate Action
- B. HTTP Action
- C. DataRaptor Extract Action
- D. Response Action
Answer: B,C
NEW QUESTION 44
Why would you clone an Integration Procedure instead of versioning it?
- A. The new Integration Procedure uses a Cache Block.
- B. The new Integration Procedure is replacing stub data.
- C. The new Integration Procedure is Chainable.
- D. The new Integration Procedure will be used independently.
Answer: D
NEW QUESTION 45
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?
- A. Add a key/value pair in the DataRaptor to test it
- B. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
- C. Go to the PREVIEW tab in OmniScript to test.
- D. Go to the Industry Console and reload the page to test.
Answer: B
NEW QUESTION 46
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1 element to a Remote Action?
- A. Action1:BlockB:BlockA
- B. BlockA.BlockB.Action1
- C. Action1.BlockB_BlockA
- D. BlockA:BlockB-Action1
Answer: A
NEW QUESTION 47
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. Navigate Action
- B. HTTP Action
- C. DataRaptor Extract Action
- D. Response Action
Answer: B,C
NEW QUESTION 48
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers Calculator
- A. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
- B. The fields that are not updated are read only in Salesforce.
- C. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
- D. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
Answer: A,B
NEW QUESTION 49
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
- B. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
- C. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- D. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
Answer: B
NEW QUESTION 50
Which property enables custom Lightning web components to override an individual OmniScript element's component?
- A. Element Type to LWC Component Mapping
- B. LWC Component Override
- C. HTML Template ID
- D. Enable LWC
Answer: A
NEW QUESTION 51
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 Remote Action in an Additional Output value field.
- B. In a Set Values Action in a Value field.
- C. In a DataRaptor Action in an Input Parameters value field.
- D. In a DataRaptor in an Output Tab Output JSON Path.
Answer: A,B
NEW QUESTION 52
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 53
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 record displayed in the Lightning App Builder preview has no data for the record displayed.
- C. The FlexCard has a recordid that is for the wrong record type.
- D. The data source for the FlexCard is not active.
Answer: A
NEW QUESTION 54
What can be launched with an action button on a FlexCard?
- A. A Viocity Calculation Matrix
- B. AViocity DataRaptor Load
- C. A Vlocity Calculation Procedure
- D. A Viocity omniscript
Answer: D
NEW QUESTION 55
How is data accessed for a Field element in a FlexCard that wants the AccountName?
- A. AccountName
- B. {AccountName}
- C. {records}
- D. records
Answer: B
NEW QUESTION 56
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
- A. Upsert Key
- B. Is Required For Upsert
- C. Is Lookup
- D. s Disabled
Answer: A
NEW QUESTION 57
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 Errors
- B. Set Values
- C. Lookup
- D. Email Action
Answer: C
NEW QUESTION 58
......
Certification Topics of Vlocity Platform Developer Exam
Our Vlocity Platform Developer exam dumps cover the following objectives of the Vlocity Platform Developer Exam
- Demonstrate an understanding of how to apply data patterns to restructure business logic with data objects at runtime.
- Create a minimal, working application using web technologies.
- Compare different types of authentication schemes available in Vlocity Platform, including OAuth2 and OpenID Connect.
- Understand how to make use of the persistence layer in web applications.
- Evaluate and understand where you can leverage service dependencies within your application.
Vlocity-Platform-Developer Exam Dumps - Free Demo & 365 Day Updates: https://www.validvce.com/Vlocity-Platform-Developer-exam-collection.html
