実際にあるVlocity-Platform-Developer問題集でリアルVlocity問題集PDFを提供しています [2022年03月]
実際のFast2test Vlocity-Platform-Developer問題集PDFで100%合格率を保証します
質問 22
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?
- A. Version Number 1
- B. Version Number 3
- C. Version Number 2
- D. Version Number 4
正解: D
質問 23
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
質問 24
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. DataRaptor Extract Action
- B. Navigate Action
- C. Response Action
- D. HTTP Action
正解: A,D
質問 25
You want to use a custom icon in a FlexCard. How would you do this?
- A. Select Salesforce SVG as the icon type and search for custom to find the custom icon
- B. Select Custom as the icon type and enter the icon URL in the Image Source field
- 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
正解: B
質問 26
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
質問 27
How is data accessed for a Field element in a FlexCard that wants the AccountName?
- A. {records}
- B. AccountName
- C. records
- D. {AccountName}
正解: D
質問 28
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
質問 29
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed. What feature do you enable?
- A. Use Future
- B. Invoke Mode Fire and Forget
- C. Toast Completion
- D. Invoke Mode Non-Blocking
正解: C
質問 30
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. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
- C. The same data source must be selected and configured in both parent and child FlexCards
- D. The same fields must be available in both parent and child FlexCards
正解: A,B
質問 31
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
質問 32
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure. Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?
- A. Input.baseprice
- B. Input BasePrice
- C. Input:BasePrice
- D. Input-Base Price
正解: C
質問 33
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. BlockA:BlockB-Action1
- C. Action1:BlockB:BlockA
- D. Action1.BlockB_BlockA
正解: C
質問 34
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 the DataRaptor Designer.
- B. Build the Input JSON node by node in an editor.
- C. Copy the Input JSON from the DataRaptor Action Debug node.
- D. Copy the Input JSON from the OmniScript {Data} modal.
正解: D
質問 35
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. {Parent PostalCode}
- C. {params.postaiCode}
- D. {Params.PostalCode}
正解: D
質問 36
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. ResponseCart
- B. FetchCart
- C. ResponseCartDebug
- D. FetchCartDebug
正解: D
質問 37
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?
- A. Page parameters {{params}}
- B. Attributes {{attrs}}
- C. Session variables {{session}}
- D. Object {{objj}}
正解: C
質問 38
Which statement about a FlexCard is true?
- A. A FlexCard requires its own data source.
- B. A FlexCard requires a template to be assigned to it
- C. A FlexCard can have multiple states.
- D. A FlexCard must have test data source settings.
正解: B
質問 39
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
正解: D
質問 40
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
質問 41
How can a Card Layout be embedded within another Card?
- A. Use an angular filter in a specific field in a card state
- B. Use a card state with a Layout condition
- C. Use a session variable on a Card
- D. Use the Add Layout button in zone layout
正解: D
質問 42
What are two items you can include on a flyout action?
Choose 2 answers
- A. An OS Action
- B. A link to a DataRaptor Load
- C. Another flyout
- D. A link to an Integration Procedure
正解: B,D
質問 43
An OmniScript saves data to Salesforce and to an AWS Order Management system. What OmniScript element could save all of this data?
- A. DataRaptor Post Action
- B. HTTP Action
- C. DataRaptor Load Action
- D. Integration Procedure Action
正解: D
質問 44
What pre-populates the data in a PDF used by an OmniScript?
- A. ASOGL Query
- B. ADataRaptor Load
- C. A DataRaptor Transform
- D. ADataRaptor Extract
正解: C
質問 45
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", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
- C. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
- D. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
正解: C
質問 46
......
検証済みVlocity-Platform-Developer問題集と解答で最新Vlocity-Platform-Developerをダウンロード:https://jp.fast2test.com/Vlocity-Platform-Developer-premium-file.html