[2023年最新] リアルなSalesforce問題集を使って 100%無料OmniStudio-Developer試験問題集
リアルOmniStudio-Developer問題集で最新のSalesforce練習テスト問題集
質問 # 28
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 males 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. TheTypeghead ley is not in the correct format
- B. Use Data JSON is not selected in the properties of the Type Ahead Block.
- C. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
- D. Lookup Mode is not selected in the properties of the Type A Head Block.
正解:C
質問 # 29
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, whatis the result?
- A. The row is deleted in Version 3 and Version 1.
- B. The row is deleted in all versions
- C. The row isdeletedonly in Version 3.
- D. The row is deleted In Versions 2 and 3 but will remain in Version 1.
正解:C
解説:
Explanation
Deleting a row in Version 3 will only affect that version, not any previous or future versions. The row that contains the Code CA-SF will remain in Versions 1 and 2, as well as any versions created after Version 3.
Theother options are incorrect because they imply that deleting a row in one version will affect other versions as well.
質問 # 30
What parent JSON node name must be sent to a Calculation Procedure?
- A. Inputs
- B. Input
- C. input
- D. inputs
正解:D
質問 # 31
A developer creates a new FlexCard to 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 fields shows only the label.
What could cause this?
- A. {recordld} us misspelled in the Data Source Input Map.
- B. There are no test parameters configured.
- C. The field is null 0 the Salesforce record.
- D. The fields have exceeded the maximum number allowed on the card.
正解:D
質問 # 32
Refer to the exhibit.
All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:
What is the output?
- A. 12.99,13.99
- B. 12.99
- C. Null
- D. 13.99
正解:B
質問 # 33
Which property enables custom Lightning web components to override an individual OmniScript element's component?
- A. Element Type to LWC Component Mapping
- B. LWC Component Override
- C. Enable LWC
- D. HTML Template ID
正解:A
質問 # 34
A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.
The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.
While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.
What is the reason for this? Refer to the exhibit below.

- A. The LWC PubSub Message flag in the Set Values action of the parent has not been set.
- B. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
- C. Both parent and embedded OmniScripts have the same element name for the Set values element.
- D. The flag passDataJSON in the parent OmniScript in not configured correctly.
正解:A
質問 # 35
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 B
- B. Option C
- C. Option D
- D. Option A
正解:B
質問 # 36
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. The same data source must be selected and configured in both parent and child FlexCards
- B. The same fields must be available in both parent and child FlexCards
- C. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
- D. You must select a data node in the Data Node field in the Properties panel on the child FlexCard Pencil & Pape
正解:C、D
質問 # 37
A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?
- A. Invoke Mode Non-Blocking
- B. Use Future
- C. Invoke Mode Fire and Forget
- D. Toast Completion
正解:A
質問 # 38
A developer creates a new FlexCard to 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 fields shows only the label.
What could cause this?
- A. {recordld} us misspelled in the Data Source Input Map.
- B. There are no test parameters configured.
- C. The fields have exceeded the maximum number allowed on the card.
- D. The field is null 0 the Salesforce record.
正解:D
質問 # 39
CORRECT TEXT
The card layout below has an Integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure below supports this card layout and uses best practices.
- A. "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
} - B. ""ContactCellPhone: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone": "2221546450",
"AccountName" "Acme"
}
]
正解:A
質問 # 40
A company wants to allow agents to send customers a quote for signature. The quote is adocument createdusing 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 OmniScript?
- A. DocuSign Signature Action
- B. DocuSign Envelope Action
- C. Email Action
- D. PDF Acwm
正解:B
解説:
Explanation
A DocuSign Envelope Action can be used to create and send a document for signature using a DocuSign template. The developer can specify the template ID, recipient details, and prefill data in the action configuration
質問 # 41
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing.
Which two configuration errors could cause this? Choose 2 answers
- A. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
- B. The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
- C. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
- D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
正解:C、D
質問 # 42
A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
- A. The Accountld used for the preview is invalid.
- B. A Response Action was not added to the Integration Procedure.
- C. The DataRaptor Action did not have the Add Response To Response JSON property set to true.
- D. The Response cannot be previewed directly.
正解:C
解説:
Explanation
The Add Response To Response JSON property on the DataRaptor Action indicates that the output of the DataRaptor should be added to the response JSON of the Integration Procedure. If this property is not set to true, the response will be empty even if the DataRaptor extracts data successfully.
質問 # 43
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
- A. {Records[0]}
- B. {Params records}
- C. {recordId}
- D. {Records}
正解:D
解説:
Explanation
The correct syntax for passing all of the parent FlexCard's records to a child FlexCard is {Records}, which represents an array of records. The other options are incorrect because they either use an invalid syntax or refer to a single record instead of an array of records.
質問 # 44
A developer has an existing DataRaptorLoad that insert Contact records with inputs as LastName and firstName. The DataRaptor 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 toset the first name and last name for the contact record. The DataRaptor and Integration 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 valid field names should be added in the Domain object field in theDataRaptor
- B. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action
- C. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
- D. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
正解:D
解説:
Explanation
According to the Integration Procedure Actions page, "To pass data from a Set Values action to a DataRaptor action, add the Set Values action name to the Additional Input field of the DataRaptor action."
質問 # 45
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
- A. A DataRaptor Load Action
- B. A DataRaptor Extract Action
- C. A Lookup Input Element
- D. A DataRapt or Post Action
正解:A、C
解説:
Explanation
A DataRaptor Load Action can be used to retrieve data from a Salesforce object by specifying the object name, fields, and filter criteria. A Lookup Input Element can be used to retrieve data from a Salesforce object by allowing the user to search for a record using a lookup field
質問 # 46
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 DataRaptor Transform
- B. An HTTP Action Element
- C. A guided workflow
- D. An integration Procedure
正解:A
解説:
Explanation
A DataRaptor Transform can simplify nested data by transforming it into a flat structure. The developer can use JSON paths to map the input data to the output data and define the output structure.
質問 # 47
A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the data extracted by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
- A. The Accountld used for the preview is invalid.
- B. A Response Action was not added to the Integration Procedure.
- C. The DataRaptor Action did not have the Add Response To Response JSON property set to true.
- D. The Response cannot be previewed directly.
正解:B
質問 # 48
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
- A. In a DataRaptor in an Output TabOutput JSON Path.
- B. In a DataRaptor Action in an Input Parameters value field.
- C. In a Set Values Action in a Value field.
- D. In a Remote Action m an Additional Output value field.
正解:C、D
解説:
Explanation
A Set Values Action in a Value field and a Remote Action in an Additional Output value field can execute a function like CONCAT or DATEDIFF by using the syntax {{function(parameters)}}. For example,
{{CONCAT('Hello', 'World')}} or {{DATEDIFF('2021-01-01', '2021-01-31')}}.
質問 # 49
A developer creates an OmniScript to update billing information.After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.
What is the most efficient way for the developer to configure the action that invokes the OmniScript?
- A. As a Custom Action
- B. As an OmniStudio Action
- C. As a Lightning Action
- D. As an OS Action
正解:D
解説:
Explanation
An OS Action is the most efficient way to configure the action that invokes the OmniScript, as it allows the developer to reuse the same OmniScript across multiple FlexCards without creating separate actions for each one. A Custom Action is used to invoke a custom Apex class or Lightning web component. An OmniStudio Action is used to invoke an Integration Procedure or a Calculation Procedure. A Lightning Action is used to invoke a Lightning component or a Visualforce page.
質問 # 50
......
OmniStudio-Developer問題集PDFでOmniStudio-Developerリアルな試験問題アンサー:https://www.passtest.jp/Salesforce/OmniStudio-Developer-shiken.html
OmniStudio-Developer試験 [2023年最新] 問題集でSalesforceのPDF問題:https://drive.google.com/open?id=1twUX-Dx9ozVbBVdUQCH5wBBhIY4e7CBf