[2022年04月05日] 問題集お試しセットVlocity-Platform-Developerテストエンジン問題集には62問あります [Q21-Q36]

Share

[2022年04月05日] 問題集お試しセットVlocity-Platform-Developerテストエンジントレーニング問題集には62問あります

Vlocity Vlocity-Platform-Developer問題集で100%カバー率リアル試験問題

質問 21
You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard. What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?

  • A. {records}
  • B. {recordid}
  • C. {Parent.id}
  • D. {records [0]}

正解: A

 

質問 22
How can a Card Layout be embedded within another Card?

  • A. Use a session variable on a Card
  • B. Use the Add Layout button in zone layout
  • C. Use a card state with a Layout condition
  • D. Use an angular filter in a specific field in a card state

正解: B

 

質問 23
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?

  • A. HTTP Action
  • B. Lookup
  • C. Select
  • D. DataRaptor Post Action

正解: B

 

質問 24
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?

  • A. ContactCaseld. Subject
  • B. Contact:Caseld__rSubject
  • C. Contact:Caseld__r-Subject
  • D. Contact: Caseld:Subject

正解: C

 

質問 25
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. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" },
    {"ContactPhone": "(212) 189-8979",
    "ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme"
    }
  • C. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212)
    169-8979", "Name": "Leanne Tomlin" } J,
    "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" }

正解: D

 

質問 26
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 missing data is trimmed in the Integration Procedure Action Response JSON Path.
  • C. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
  • D. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.

正解: B,D

 

質問 27
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. {Parent PostalCode}
  • D. {params.postaiCode}

正解: B

 

質問 28
What parent JSON node name must be sent to a Calculation Procedure?

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

正解: A

 

質問 29
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. Linked Mapping
  • C. Lookup Key
  • D. Relationship Query

正解: B

 

質問 30
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

正解: B

 

質問 31
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-Base Price
  • B. Input.baseprice
  • C. Input:BasePrice
  • D. Input BasePrice

正解: C

 

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

正解: A,B

 

質問 33
What JSON code correctly represents the step in the OmniScript Structure panel shown?

  • A. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "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" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
  • D. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}

正解: D

 

質問 34
Which description below best matches what Publish Options does?

  • A. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions
  • B. Configure metadata values and set the target for the published FlexCard
  • C. Enable grouping FlexCards by object type or by the order they appear in the database
  • D. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element

正解: A

 

質問 35
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. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
  • B. The fields that are not updated are read only in Salesforce.
  • C. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
  • D. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a

正解: B,C

 

質問 36
......

実際にあるVlocity-Platform-Developer問題集PDFで100%合格率保証付きます:https://jp.fast2test.com/Vlocity-Platform-Developer-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어