認証トレーニングOmniStudio-Developer試験問題集テストエンジン [2023]
2023年10月30日ガイド準備でOmniStudio-Developer試験合格
質問 # 32
Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
- A.

- B.

- C.

- D.

正解:A
解説:
Explanation
The Send JSON Path syntax for accessing an element from an Integration Procedure structure is BlockName.ElementName. In this case, the BlockName is BlockX and the ElementName is ActionZ. The colon (:) is used to separate the input and output parameters, not the block and element names. The order of the block and element names should follow the hierarchy of the structure, from top to bottom. The Additional input parameter is not needed in this case, as it is already included in the Send JSON Path.
質問 # 33
Which OmniScript Action element redirects the user outside the OmniScript?
- A. Integration Procedure Action
- B. HTTP Action
- C. Navigate Action
- D. Remote Action
正解:C
質問 # 34
A developer needs to configure a calculation procedure to calculation the sum of the entire Baseprice.
What is the most efficient way for the developer to meet this requirement?
- A. Add an Aggregation Step as SUM (BasePrice)
- B. Create a Postprocessor apex class to calculate the sum.
- C. Add A Calculation Step as SUM (BasePrice).
- D. Create a Preprocessor class to calculate the sum
正解:A
質問 # 35
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. ActionZ:BlockY:BlockX
- B. ActionZ:BlockY:BlockX
- C. BlockX:BlockY:ActionAZ
- D. BlockX.BlockYActionZ
正解:D
解説:
Explanation
The Send JSON Path syntax for accessing an element from an Integration Procedure structure is BlockName.ElementName. In this case, the BlockName is BlockX and the ElementName is ActionZ. The colon (:) is used to separate the input and output parameters, not the block and element names. The order of the block and element names should follow the hierarchy of the structure, from top to bottom.
質問 # 36
A developer creates a Flexcardthat displaysa 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. {Params.postalcode}
- B. {Records.postalcode}
- C. {Postalcode}
- D. {Parent.postalcode}
正解:A
解説:
Explanation
The Params node contains the data that is passed from the parent FlexCard to the child FlexCard. The developer should use {Params.postalcode} to refer to the contact's postal code in the child FlexCard.
質問 # 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. ((CaseNumber))
- B. ((DRRCase, CaseNumber))
- C. MTTOPDetCaseDetail: CaseNumber%
- D. %DRReadCase: CaseNumber%
正解:D
質問 # 38
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 D
- B. Option A
- C. Option B
- D. Option C
正解:B
質問 # 39
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
- B. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
- C. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- D. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
正解:B
質問 # 40
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community's theme.
What must the developer do to configure the FlexCard for deployment in a Community?
- A. Configure the Component Visibility in the Custom Component
- B. Set the Target property in Publish Options to "CommunityPage"
- C. Add the FlexCard's API name to the FlexCard Player component
- D. Set the Deployment property in Card Configuration to "Community"
正解:B
質問 # 41
You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display.
What could cause this error? Choose 2 answers
- A. The Attributes haven't been configured to pass the data to the fields.
- B. There is no Salesforce record for the FlexCard based on the Recordid in the layout's Test Data Source Settings.
- C. The Data Node field for the FlexCard is empty.
- D. The Recordid in the Test Data Source Settings is for the wrong record type.
正解:B、D
質問 # 42
A developer creates a new FlexCardto display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fieldsshows only the label.
What could cause this?
- A. The field is null 0 the Salesforce record.
- B. {recordld} us misspelled in the Data Source Input Map.
- C. There are no test parameters configured.
- D. The fields have exceeded the maximum number allowed on the card.
正解:A
解説:
Explanation
According to the FlexCard Designer Overview page, another possible cause of a field showing only the label is that "the field is null on the Salesforce record".
質問 # 43
Refer to theexhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option B
- D. Option A
正解:A
質問 # 44
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. The Data Node field for the FlexCard is empty.
- D. There is not Salesforce record for the FlexCard based on the RecordId in the layout's Test Data Source Settings.
正解:A、B
質問 # 45
A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email
The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?
- A. Use a conditional FlexCard State
- B. Use a Datatable element
- C. Set the class'' collapsible'' on the block element
- D. Set the collapsible property on the block element
正解:D
質問 # 46
A developer builds a new OmniScript. It contains aSet 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. Deactivate the contextId key/value pair
- B. Add a Show/Hide condition on the Set Values element.
- C. Delete or Deactivate the Set Values element.
- D. Update the ContextId value to specify an id from the Production org.
正解:C
解説:
Explanation
The Set Values element with a ContextId key/value pair was used for testing purposes and is not needed for production. The developer should delete or deactivate the Set Values element before moving the OmniScript to a production org.
質問 # 47
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. PDF Acwm
- B. Email Action
- C. DocuSign Envelope Action
- D. DocuSign Signature Action
正解:D
質問 # 48
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
- A. There are No test Data test Parameters configured.
- B. In the Setup Pabel, {recordId} is misspelled in the Data Source Input Map.
- C. In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
- D. The field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.
正解:D
質問 # 49
Refer to the exhibit.
What JSON code correct represent the step in the OmniScript Structure panel shown?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option B
- D. Option A
正解:A
質問 # 50
......
究極のガイドOmniStudio-Developer認証試験準備Salesforce Developer:https://jp.fast2test.com/OmniStudio-Developer-premium-file.html
無料最新のSalesforce Developer OmniStudio-Developerリアル試験問題と解答:https://drive.google.com/open?id=15j90hv2LmOd_YEFQp5fqGHkUXp-BhtaF