検証済みのOmniStudio-Developerテスト問題集と解答で正確な88問 [Q26-Q43]

Share

検証済みのOmniStudio-Developerテスト問題集と解答で正確な88問

Salesforce OmniStudio-DeveloperテストエンジンPDFで全問無料問題集

質問 # 26
A developer creates a Flexcard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact's postal code?

  • A. {Records.postalcode}
  • B. {Params.postalcode}
  • C. {Postalcode}
  • D. {Parent.postalcode}

正解:D


質問 # 27
A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

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

正解:D


質問 # 28
A developer needs to retrieve data from an external system that stores policy dat
a. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's knows performance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers

  • A. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
  • B. Configure a Remote action with timeout settings of 120000
  • C. Check the Chainable checkbox on the integration procedure Action in the OmniScript
  • D. Set the Timeout property on the HTTP Action in the Integration Procedure

正解:A、B


質問 # 29
Refer to the exhibit below.

What is the reason that the fields fail to display the fetched data?

  • A. Use Data JSON is Not selected in the properties of the Type Ahead Block.
  • B. Lookup Mode is selected in the properties of the Type Ahead Block.
  • C. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
  • D. The typeHead key is not in the correct format.

正解:C


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


質問 # 31
A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. TheDataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor andIntegration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays:
Required fields are missing: [last Name]'',
How should the developer address this issue?

  • A. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action
  • B. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
  • C. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
  • D. The valid field names should be added in the Domain object field in the DataRaptor

正解:B


質問 # 32
Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?

  • A. BlockX:BlockY:ActionAZ
  • B. ActionZ:BlockY:BlockX
  • C. ActionZ:BlockY:BlockX
  • D. BlockX.BlockYActionZ

正解:A


質問 # 33
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 DataRaptor Transform to convert JSON to XML
  • B. Use a Remote Action that calls the XMLStreamWriter class
  • C. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.
  • D. Use a Remote Action that calls the XMLStreamReader class

正解:A


質問 # 34
A developer writes an OmniScript that includes a DataRaptor that updates the Account status based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?

  • A. Check the Upsert Key checkbox on the Account Status field
  • B. Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field
  • C. Check Overwrite Target For All Null Inputs checkbox on the Account Id field
  • D. Populate the Lookup Object and Lookup Fields

正解:D


質問 # 35
A)

B)

  • A. Option A
  • B. Option B

正解:A


質問 # 36
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?

  • A. The AccountId used for the preview is invalid.
  • B. The DataRaptor Action did not have the add response Ro Response JSON property set to true.
  • C. A Response Action was not added to the integration Procedure.
  • D. The Response cannot be previewed directly.

正解:C


質問 # 37
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?

  • A. MTTOPDetCaseDetail: CaseNumber%
  • B. ((CaseNumber))
  • C. ((DRRCase, CaseNumber))
  • D. %DRReadCase: CaseNumber%

正解:D


質問 # 38
A developer is 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 Response Action?

  • A. ResponseCart
  • B. Response
  • C. FetchCart
  • D. ResponseCartDebug

正解:A


質問 # 39
A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?

  • A. Copy the Input JSON from the DataRaptor Acton Debug node.
  • B. Build the Input JSON node by node m an editor.
  • C. Build the Input JSON node by node m the DataRaptor Designer.
  • D. Copy the Input JSON from the OmniScript {Data} modal.

正解:D


質問 # 40
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?

  • A. MTTOPDetCaseDetail: CaseNumber%
  • B. ((CaseNumber))
  • C. ((DRRCase, CaseNumber))
  • D. %DRReadCase: CaseNumber%

正解:D


質問 # 41
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?

  • A. Expected Output
  • B. Output JSON Path
  • C. Extract JSON Path
  • D. Preview Response

正解:B


質問 # 42
Refer to the exhibit.

A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript, the developer enters a name in the Type Ahead and makes a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?

  • A. Use Data JSON is not selected in the properties of the Type Ahead Block.
  • B. The Typeghead ley is not in the correct format
  • C. Lookup Mode is not selected in the properties of the Type A Head Block.
  • D. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.

正解:D


質問 # 43
......


セールスフォースOmniStudio-Developer認定試験は、強力なOmniStudioプラットフォームを使用してSalesforceプラットフォーム上のアプリケーションを構築およびカスタマイズする開発者の専門知識を証明する優れた方法です。この試験に合格し、認定を取得することで、開発者はキャリアを向上させ、雇用主やクライアントにとっての価値を高めることができます。

 

100%合格率保証付きの素晴らしいOmniStudio-Developer試験問題PDF:https://jp.fast2test.com/OmniStudio-Developer-premium-file.html

手に入れよう!最新OmniStudio-Developer認定有効な試験問題集解答:https://drive.google.com/open?id=15j90hv2LmOd_YEFQp5fqGHkUXp-BhtaF


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어