Salesforce OmniStudio-Developer豪華セット学習ガイドにはオンライン試験エンジン
OmniStudio-Developer問題集レビュー専門クイズ学習材料
質問 # 24
A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?
- A. DataRaptor Post Action
- B. Lookup
- C. HTTP Action
- D. Select
正解:B
質問 # 25
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.
Which two OmniScript elements could retrieve this data?
Choose 2 answers
- A. Response Action
- B. DataRaptor Extract Action
- C. HTTP Action
- D. Navigate Action
正解:B、C
質問 # 26
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 included m the calculation output.
- B. It must be included in constants.
- C. It must be a calculation step.
- D. It must be a matrix lookup step.
正解:A
質問 # 27
Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?
- A. Action1: BlockB. Block A
- B. Action1. BlockB. Block A
- C. BlockA: BlockB. Action 1
- D. BlockB: BlockB. Action1
正解:A
質問 # 28
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 DataRaptor Extract and check the XML checkbox on the Output JSON Path.
- C. Use a Remote Action that calls the XMLStreamReader class
- D. Use a Remote Action that calls the XMLStreamWriter class
正解:A
質問 # 29
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. ResponseCartDebug
- B. FetchCart
- C. Response
- D. ResponseCart
正解:A
質問 # 30
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?
- A. Delete some of the actions
- B. Use a child FlexCard
- C. Use a datatable or chart element
- D. Use a flyout action
正解:D
質問 # 31
Refer to the exhibit below. In this integration production structure, what Send JSON Pathwould be used to send the Output of the Action1 element to a Remote Action?
- A. Action1: BlockB. Block A
- B. Action1. BlockB. Block A
- C. BlockA: BlockB. Action 1
- D. BlockB: BlockB. Action1
正解:A
質問 # 32
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
- A. Add a Show/Hide condition on the Set Values element.
- B. Update the ContextId value to specify an id from the Production org.
- C. Delete or Deactivate the Set Values element.
- D. Deactivate the contextId key/value pair
正解:C
質問 # 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 DataRaptor Extract.
- B. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
- C. The Id Field for Actions in the FlexCard is not configured with the correct Recordid.
- D. There is no active version of the OmniScript.
正解:B、C
質問 # 34
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
質問 # 35
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 business, calls to the REST APIs sometimes take longer than expected to respond.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's known performance issues, which two configurations should be used to implement the call to the external system?
Choose 2 answers
- A. Set the Timeout property on the HTTP Action in the Integration Procedure
- B. Check the Chainable checkbox on the Integration Procedure Action in the OmniScript
- C. Configure a Remote action with timeout settings of 120000
- D. Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure
正解:A、C
質問 # 36
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple Books
- A. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
- B. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
- C. A DataRaptor Transform that maps the new Email address to the old Email address field.
- D. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
正解:B
質問 # 37
A developer needs to build a DataRaptor Transform to send current weatherto both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
正解:A
質問 # 38
Which twoof the items below must be defined before you can create a new OmniScript? Choose 2 answers
- A. Description
- B. SubType
- C. Type
- D. Template
正解:B、C
質問 # 39
...... configure Additional input to send exactly the same data? Assume that the develop checked Send Only Additional input.
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
正解:A
質問 # 40
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 Remote Action in an Additional Output value field.
- B. In a DataRaptor Action in an Input Parameters 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
質問 # 41
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown.
Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.
A)
B)
C)
D)
- A. OptionD
- B. OptionA
- C. OptionC
- D. OptionB
正解:A
質問 # 42
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
- A. {recordId}
- B. {Params records}
- C. {Records[0]}
- D. {Records}
正解:D
質問 # 43
A company wants to allow agents to send customers a quote for signature. The quote is a documents created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.
How should a developer configure this functionality in an OmniScript?
- A. Email Action
- B. PDF Acwm
- C. DocuSign Envelope Action
- D. DocuSign Signature Action
正解:C
質問 # 44
In an OmniScript, what is unique about a Requirement in a Messaging element? Choose 2 answers
- A. It makes the banner yellow
- B. It is only availability for the false message
- C. It sets the element to required
- D. It requires a Validate Expression
正解:A、D
質問 # 45
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 delete only in Version 3.
- C. The row is deleted in all versions
- D. The row is deleted in Version 3 and Version 1.
正解:B
質問 # 46
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.
A)
B)
C)
D)
- A. Option B
- B. Option A
- C. Option D
- D. Option C
正解:B
質問 # 47
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. Add a navigation Action inside each step and set the Element Name to ''Cancel'',
- C. Add a navigation Action inside each step and set the Component name to ''Cancel'',
- D. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
正解:D
質問 # 48
......
試験問題解答ブレーン問題集でOmniStudio-Developer試験問題集PDF問題:https://www.passtest.jp/Salesforce/OmniStudio-Developer-shiken.html
OmniStudio-Developerテスト準備トレーニング練習試験問題練習テスト:https://drive.google.com/open?id=1WHYzo80Jv5xh4VwSNl8El_4ZFvgqSqou