2023年最新の検証済みOmniStudio-Developer問題集と解答であなたを合格確定させるSalesforce Developer試験解答! [Q38-Q60]

Share

2023年最新の検証済みOmniStudio-Developer問題集と解答であなたを合格確定させるSalesforce Developer試験解答!

OmniStudio-Developer試験問題集で100%合格率OmniStudio-Developer試験!

質問 38
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?

  • A. DataRaptor Load
  • B. DataRaptor Turbo Extract
  • C. DataRaptor Transform
  • D. DataRaptor Extract

正解: B

 

質問 39
Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

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

正解: B

 

質問 40
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. FirstName, LastName, and BirthDate are not placed inside 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. Use Data JSON is not selected in the properties of the Type Ahead Block.

正解: A

 

質問 41
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. Set the collapsible property on the block element
  • B. Set the class'' collapsible'' on the block element
  • C. Use a conditional FlexCard State
  • D. Use a Datatable element

正解: C

 

質問 42
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. Build the Input JSON node by node m an editor.
  • B. Build the Input JSON node by node m the DataRaptor Designer.
  • C. Copy the Input JSON from the OmniScript {Data} modal.
  • D. Copy the Input JSON from the DataRaptor Acton Debug node.

正解: C

 

質問 43
Refer to the exhibit.
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 A
  • C. Option C
  • D. Option D

正解: C

 

質問 44
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. {Params.postalcode}
  • B. {Records.postalcode}
  • C. {Postalcode}
  • D. {Parent.postalcode}

正解: A

 

質問 45
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 in constants
  • B. It must be included in the calculation output
  • C. It must be a matrix lookup step
  • D. |t must be a calculation step

正解: D

 

質問 46
In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.
How should the developer configure the conditional view to meet this requirement?

  • A. Set element to optional if false
  • B. Set element to require if true
  • C. Show element if true
  • D. Disable read only if true

正解: C

 

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

正解: B

 

質問 48
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
  • B. Null
  • C. 12.99,13.99
  • D. 13.99

正解: A

 

質問 49
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract? Choose 2 answers

  • A. It populates data in PDF and DocuSign format
  • B. It has better performance at runtime
  • C. It supports complex field mappings
  • D. It is easier to configure

正解: B,C

 

質問 50
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to provide this functionality?

  • A. Use an Edit Block element configured with SOQL statements.
  • B. Use an Input Block element and a DataRaptor Post Action element.
  • C. Use an Edit Block element configured with Remote Actions.
  • D. Use a Text Block element and a Remote Action element.

正解: C

 

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

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

正解: C

 

質問 52
A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developer configure the FlexCard to display the case records in this way?

  • A. Select the Repeatable Mode property on the data table elements
  • B. Enable the record Looping feature on the data table elements
  • C. Disable the Repeat Record feature on the FlexCard setup tab
  • D. Enable the Repeat Records feature on the FlexCard Setup tab

正解: C

 

質問 53
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers

  • A. In a DataRaptor Action in an Input Parameters value field.
  • B. In a Remote Action m an Additional Output value field.
  • C. In a Set Values Action in a Value field.
  • D. In a DataRaptor in an Output Tab Output JSON Path.

正解: B,C

 

質問 54
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. Check is Lookup property when mapping the fields.
  • B. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
  • C. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requestedField list.
  • D. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.

正解: A,D

 

質問 55
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 JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
  • B. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
  • C. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
  • D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.

正解: B,D

 

質問 56
You are 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 Remote Action?

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

正解: A

 

質問 57
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?

  • A. Version Number 3
  • B. Version Number 1
  • C. Version Number 2
  • D. Version Number 4

正解: D

 

質問 58
A developer needs to transform contact data into a JSON array.

Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers

  • A. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
  • B. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
  • C. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
  • D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)

正解: A,C

 

質問 59
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. Both parent and embedded OmniScripts have the same element name for the Set values element.
  • B. The LWC PubSub Message flag in the Set Values action of the parent has not been set.
  • C. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
  • D. The flag passDataJSON in the parent OmniScript in not configured correctly.

正解: B

 

質問 60
......

あなたを余裕でOmniStudio-Developer試験合格させます!100%高合格率保証:https://www.passtest.jp/Salesforce/OmniStudio-Developer-shiken.html

試験問題集リアルSalesforce Developer問題集で80解答を使おう:https://drive.google.com/open?id=1j__wX8VzfkRDxNyhrMHLxvieDMJLMaKJ