試験高合格率保証2022年01月13日 Vlocity-Platform-Developer試験問題と正確な回答!
テストエンジン練習問題Vlocity-Platform-Developer有効最新の問題集
質問 21
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. Do nothing. It will be ignored at runtime.
- B. Deactivate the Set Values element.
- C. Add the correct Contextld to the {Data} modal
- D. Delete the Set Values element.
正解: C,D
質問 22
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 List Action to merge the array elements together.
- B. Use a Calculation Action to call a Calculation Procedure.
- C. Use a Set Values Element inside a Loop Block.
- D. Use a Matrix Action to call a Calculation Matrix
正解: B,D
質問 23
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
- A. It must be a matrix lookup step
- B. |t must be a calculation step
- C. It must be included in the calculation output
- D. It must be included in constants
正解: B
質問 24
What parent JSON node name must be sent to a Calculation Procedure?
- A. Input
- B. input
- C. Inputs
- D. inputs
正解: D
質問 25
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. Show element if true
- B. Disable read only if true
- C. Set element to optional if false
- D. Set element to required if true
正解: A
質問 26
Which three are true about Calculation Matrix inputs?
Choose 3 answers
- A. They can be a combination of values.
- B. They must be unique.
- C. They must contain numerical data.
- D. They can represent ranges.
正解: A,B,D
質問 27
Which property enables custom Lightning web components to override an individual OmniScript element's component?
- A. Element Type to LWC Component Mapping
- B. HTML Template ID
- C. LWC Component Override
- D. Enable LWC
正解: A
質問 28
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. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
- C. The fields that are not updated are read only in Salesforce.
- D. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
正解: A,C
質問 29
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers
- A. It makes the banner yellow
- B. It requires a Validate Expression
- C. It is only availability for the false message
- D. It sets the element to required
正解: A,B
質問 30
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"
}
正解: B
質問 31
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. 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 child FlexCard Pencil
& Pape
正解: A,D
質問 32
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 DataRaptor Transform Action
- D. An HTTP Action
- E. A DataRaptor Post Action
- F. A Lookup Action
正解: C,F
質問 33
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. Has the FlexCard been cloned before?
- C. Will the FlexCard only be used for testing?
- D. Is the FlexCard used anywhere else?
正解: D
質問 34
When an OmniScript is launched from an Action on a FlexCard, the OmniScript displays, but no Salesforce data is populated. What error could cause this behavior?
Choose 2 answers
- A. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
- B. There is no active version of the DataRaptor Extract.
- C. The Id Field for Actions in the FlexCard is not configured with the correct Recordid.
- D. There is no active version of the OmniScript.
正解: A,C
質問 35
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. DataRaptor Extract Action
- B. Navigate Action
- C. Response Action
- D. HTTP Action
正解: A,D
質問 36
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. ) "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
} - B. ) ""ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
正解: A
質問 37
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
- A. DataRaptor Post Action
- B. Select
- C. HTTP Action
- D. Lookup
正解: D
質問 38
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.
正解: A,C
質問 39
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?
- A. Output JSON Path
- B. Extract JSON Path
- C. Expected Output
- D. Preview Response
正解: A
質問 40
......
試験解答Vlocity-Platform-Developer最新版とテストエンジン:https://jp.fast2test.com/Vlocity-Platform-Developer-premium-file.html