Vlocity-Platform-Developer Practice Test Questions Updated 62 Questions [Q33-Q56]

Share

Vlocity-Platform-Developer Practice Test Questions Updated 62 Questions

Vlocity Vlocity-Platform-Developer Dumps - Secret To Pass in First Attempt

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

  • A. It calls an APEX class and method.
  • B. Itenforces error checking.
  • C. It returns data to whatever called the Integration Procedure.
  • D. It controls where the user navigates after the Integration Procedure is completed.

Answer: C

 

NEW QUESTION 34
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 Extract that includes the Recordld, the upsert key selected, and the new Email address.
  • C. A DataRaptor Transform that includes the previous email with 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 35
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. The field is null in the Salesforce record.
  • C. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
  • D. There are no Test Data Test Parameters configured.

Answer: B

 

NEW QUESTION 36
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. Relationship Query
  • B. Lookup Mapping
  • C. Linked Mapping
  • D. Lookup Key

Answer: C

 

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

  • A. records
  • B. {AccountName}
  • C. {records}
  • D. AccountName

Answer: B

 

NEW QUESTION 38
You have a FlexCard with five FlexCard states. Four of the states have a condition. Two of the states have true conditions. Which state will be displayed?

  • A. The state that is closer to the bottom in the FlexCard canvas
  • B. The state that has no condition
  • C. The state that is closer to the top in the FlexCard canvas
  • D. The state that has the higher priority

Answer: C

 

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

Answer: C

 

NEW QUESTION 40
Which statement about a FlexCard is true?

  • A. A FlexCard requires a template to be assigned to it
  • B. A FlexCard can have multiple states.
  • C. A FlexCard must have test data source settings.
  • D. A FlexCard requires its own data source.

Answer: A

 

NEW QUESTION 41
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 42
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 43
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 child FlexCard
  • B. Use a datatable or chart element
  • C. Use a flyout action
  • D. Delete some of the actions

Answer: C

 

NEW QUESTION 44
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 45
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. BlockA.BlockB.Action1
  • B. Action1:BlockB:BlockA
  • C. BlockA:BlockB-Action1
  • D. Action1.BlockB_BlockA

Answer: B

 

NEW QUESTION 46
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. Is the FlexCard used anywhere else?
  • C. Will the FlexCard only be used for testing?
  • D. Has the FlexCard been cloned before?

Answer: B

 

NEW QUESTION 47
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 48
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 in an Output Tab Output JSON Path.
  • B. In a DataRaptor Action in an Input Parameters value field.
  • C. In a Set Values Action in a Value field.
  • D. In a Remote Action in an Additional Output value field.

Answer: B,D

 

NEW QUESTION 49
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers

  • A. It sets the element to required
  • B. It requires a Validate Expression
  • C. It is only availability for the false message
  • D. It makes the banner yellow

Answer: B,D

 

NEW QUESTION 50
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} Calculator
  • C. %SetValues:Date%
  • D. [SetValues' [Date] on

Answer: C

 

NEW QUESTION 51
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 52
What parent JSON node name must be sent to a Calculation Procedure?

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

Answer: D

 

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

  • A. Text Area
  • B. Text Block
  • C. Text
  • D. Edit Block

Answer: B

 

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

  • A. A DataRaptor Extract Action
  • B. A DataRaptor Load Action
  • C. A Lookup Action
  • D. A DataRaptor Post Action
  • E. An HTTP Action
  • F. A DataRaptor Transform Action

Answer: C,F

 

NEW QUESTION 55
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 56
......

Vlocity Vlocity-Platform-Developer Exam Dumps [2021] Practice Valid Exam Dumps Question: https://www.realvce.com/Vlocity-Platform-Developer_free-dumps.html