[2022年02月] 確実合格する有効な方法 Salesforce 試験問題集 OmniStudio-Developer 試験学習ガイド [Q21-Q39]

Share

[2022年02月] 確実合格する有効な方法Salesforce試験問題集でOmniStudio-Developer試験学習ガイド

OmniStudio-Developer問題集とSalesforce Certified OmniStudio Developerトレーニングコースでお客様の合格を楽にさせる学習合格試験問題!

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

 

質問 22
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Accountid and ProductId. The integration Procedure data JSON contains the following nodes:
How should the Remote Action element be configured to pass the data correctly to the method?

  • A. Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:
  • B. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
  • C. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
  • D. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:

正解: B

 

質問 23
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. Copy the Input JSON from the OmniScript {Data} modal.
  • B. Build the Input JSON node by node in the DataRaptor Designer.
  • C. Copy the Input JSON from the DataRaptor Action Debug node.
  • D. Build the Input JSON node by node in an editor.

正解: A

 

質問 24
Refer to the following row-versioned calculation matrix.

The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, what is the result?

  • A. The row is deleted In Versions 2 and 3 but will remain in Version 1.
  • B. The row is deleted in Version 3 and Version 1.
  • C. The row is deleted in all versions
  • D. The row is delete only in Version 3.

正解: D

 

質問 25
A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers

  • A. The RecordId in the Test Data Source settings ins for the wrong record type.
  • B. The attribute haven't been configured to pass the data to the fields.
  • C. There is not Salesforce record for the FlexCard based on the RecordId in the layout's Test Data Source Settings.
  • D. The Data Node field for the FlexCard is empty.

正解: A,B

 

質問 26
Which three are true about Calculation Matrix inputs? Choose 3 answers

  • A. They must be unique.
  • B. They must contain numerical data.
  • C. They can be a combination of values.
  • D. They can represent ranges.

正解: A,C,D

 

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

正解: A,D

 

質問 28
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed m the flyout?
Choose 2 answer

  • A. An OmniScript
  • B. A Child FlexCard
  • C. A DataRaptor
  • D. An Integration Procedure

正解: B,D

 

質問 29
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.

正解: A

 

質問 30
Refer to the exhibit.

The card layout uses anintegration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)

B)

C)

  • A. Option C
  • B. Option B
  • C. Option A

正解: A

 

質問 31
A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

  • A. Add a navigation Action inside each step and set the Component name to ''Cancel'',
  • B. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
  • C. Add a navigation Action inside each step and set the Element Name to ''Cancel'',
  • D. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.

正解: D

 

質問 32
What are two items you can include on a flyout action? Choose 2 answers

  • A. A link to an Integration Procedure
  • B. An OS Action
  • C. Another flyout
  • D. A link to a DataRaptor Load

正解: A,B

 

質問 33
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. There is no active version of the OmniScript.
  • B. There is no active version of the DataRaptor Extract.
  • C. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
  • D. The Id Field for Actions in the FlexCard is not configured with the correct Recordid.

正解: C,D

 

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

正解: C

 

質問 35
A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?

  • A. A guided workflow
  • B. An integration Procedure
  • C. An HTTP Action Element
  • D. A DataRaptor Transform

正解: D

 

質問 36
Which OmniScript Action element redirects the user outside the OmniScript?

  • A. Remote Action
  • B. HTTP Action
  • C. Navigate Action
  • D. Integration Procedure Action

正解: C

 

質問 37
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

  • A. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme" }
  • B. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J, "AccountPhone": "2221546450", "AccountName": "Acme" }
  • C. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhone "2221546450", "AccountName" "Acme" }
  • D. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }

正解: C

 

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

正解: B

 

質問 39
......

リアル試験問題と解答Salesforce OmniStudio-Developer問題集はここに:https://drive.google.com/open?id=1riw_jcfFty780GCI13M1ILaF3UBDkW3Q

最新 [2022年02月] 効果的な学習法で試験合格できるOmniStudio-Developer:https://www.goshiken.com/Salesforce/OmniStudio-Developer-mondaishu.html