究極のガイドはOmniStudio-Developer最新2022年04月18日時間限定!今すぐダウンロード! [Q30-Q46]

Share

究極のガイドはOmniStudio-Developer最新2022年04月18日時間限定!今すぐダウンロード!

2022年最新のな厳密検証された合格させるOmniStudio-Developer試験にはリアル問題と解答

質問 30
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 search for the custom icon you want from the library
  • 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 enter the icon URL in the Image Source field

正解: D

 

質問 31
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1element to a Remote Action?

  • A. Action1.BlockB_BlockA
  • B. Action1:BlockB:BlockA
  • C. BlockA:BlockB-Action1
  • D. BlockA.BlockB.Action1

正解: B

 

質問 32
A developer needs to limit the of a DataRaptor Extract to a maximum of one result.
How should the developer configure this?

  • A. Use the LIMIT filter on the Extract definition
  • B. Set the Limit Property on the Action that calls the DataRaptor Extract.
  • C. Use a Custom Output Type when creating the DataRaptor
  • D. Define a formula with the Filter function

正解: A

 

質問 33
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 outside each step and set the Element Name to ''Cancel'',
  • B. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
  • C. Add a navigation Action inside each step and set the Component name to ''Cancel'',
  • D. Add a navigation Action inside each step and set the Element Name to ''Cancel'',

正解: B

 

質問 34
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. Delete the Set Values element.
  • B. Add the correct Contextld to the {Data} modal
  • C. Deactivate the Set Values element.
  • D. Do nothing. It will be ignored at runtime.

正解: A,B

 

質問 35
In an OmniScript, what is unique about a Requirement in a Messaging element? Choose 2 answers

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

正解: A,C

 

質問 36
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. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
  • C. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
  • D. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.

正解: D

 

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

正解: A

 

質問 38
An integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?

  • A. Use a Remote Action that calls the XMLStreamReader class
  • B. Use a Remote Action that calls the XMLStreamWriter class
  • C. Use a DataRaptor Transform to convert JSON to XML
  • D. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.

正解: C

 

質問 39
Why would you clone an Integration Procedure instead of versioning it?

  • A. The new Integration Procedure will be used independently.
  • B. The new Integration Procedure is replacing stub data.
  • C. The new Integration Procedure is Chainable.
  • D. The new Integration Procedure uses a Cache Block.

正解: A

 

質問 40
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?

  • A. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
  • B. Add a key/value pair in the DataRaptor to test it
  • C. Go to the Industry Console and reload the page to test.
  • D. Go to the PREVIEW tab in OmniScript to test.

正解: A

 

質問 41
A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contactusing DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?

  • A. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
  • B. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requestedField list.
  • C. Check is Lookup property when mapping the fields.
  • D. Add Link to RecordType object in the Contact Object with the id field of RecordType object.

正解: A,C

 

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

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

正解: A

 

質問 43
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. Email Action
  • C. Set Values
  • D. Lookup

正解: D

 

質問 44
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

  • A. Attributes {{attrs}}
  • B. Session variables {{session}}
  • C. Page parameters {{params}}
  • D. Object {{objj}}

正解: B

 

質問 45
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 A
  • B. Option C
  • C. Option B

正解: B

 

質問 46
......


Salesforce OmniStudio-Developer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Demonstrate an understanding of the mechanics of a Calculation Procedure
  • Demonstrate an understanding of the JSON data structure that supports OmniScript
トピック 2
  • Given a use case, compare and contrast various elements and their configuration
  • Determine which DataRaptor Extract functionality is needed
トピック 3
  • Demonstrate an understanding of the mechanics of a Calculation Matrix
  • Given a set of requirements, determine appropriate card style, data sources, fields

 

問題集全額返金保証付き!OmniStudio-Developer問題公式問題集:https://jp.fast2test.com/OmniStudio-Developer-premium-file.html

厳密検証されたOmniStudio-Developer試験問題集PDF[2022年最新] 時間限定無料アクセスFast2test:https://drive.google.com/open?id=1PvtmRUbzHMNoFjZKmWuB9fa0rDGZ_ZUb


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어