Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update thepolicies. 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 theexternal 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 checkboxon 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

Full Access
Question # 5

The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.

Which two OmniScript element should the developer use to configure this functionality?

A.

DataRaptor Extract Action

B.

REST API Action

C.

Navigation Action

D.

SOQL Action

E.

HTTP Action

Full Access
Question # 6

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.

What should the developer use to configure the action that invokes the OmniScript?

A.

OmniScript Action

B.

Custom Action

C.

Lightning Action

Full Access
Question # 7

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.

Enable the record Looping feature on the data table elements

B.

Select the Repeatable Mode property on the data table elements

C.

Enable the Repeat Records feature on the FlexCard Setup tab

D.

Disable the Repeat Record feature on the FlexCard setup tab

Full Access
Question # 8

A developer needs to configure an Expression Set to calculate the sum of the entire BasePrice.

What is the most efficient way for the developer to meet this requirement?

A.

Add a Sub Expression step as SUM(BasePrice).

B.

Add a Calculation Step as SUM(BasePrice).

C.

Add an Aggregation Step as SUM(BasePrice).

Full Access
Question # 9

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 fields have exceeded the maximum number allowed on the card.

B.

The field is null 0 the Salesforce record.

C.

{recordld} us misspelled in the Data Source Input Map.

D.

There are no test parameters configured.

Full Access
Question # 10

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 A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

A developer needs to limit the output of a Data Mapper Extract to a maximum of one result.

How should the developer configure this?

A.

Set the Limit property on the action that calls the Data Mapper Extract.

B.

Use the LIMIT filter on the Extract definition.

C.

Use a Custom Output Type when creating the Data Mapper.

D.

Define a formula with the Filter function.

Full Access
Question # 12

A developer is creating a Flex Card for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community’s theme.

What must be developer do to configure the FlexCard for deployment in a community?

A.

Add the FlexCard’s API name to FlexCard Player component

B.

Set the Target property in publishing Options to the Community page’’

C.

Configure the Component visibility in the custom Component.

D.

Set the Developer property in Card Configuration to ‘’Community’’

Full Access
Question # 13

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 web service.

How should the developer configure the Integration Procedure to meet this requirement?

A.

Use a Remote Action that calls the XMLStreamWriter class.

B.

Use a Data Mapper Extract and check the XML checkbox on the Output JSON Path.

C.

Use a Remote Action that calls the XMLStreamReader class.

D.

Use a Data Mapper Transform to convert JSON to XML.

Full Access
Question # 14

Which JSON from the DRGetAccountDetails action would display all six values correctly in the Omniscript structure shown?

BlkContacts is a Repeat Block.

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 15

What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?

A.

Go to the Lightning Console and reload the page to test.

B.

Go to the PREVIEW tab In OmniScript to test.

C.

Deactivate the card and layout, and go to the PREVIEW tab for the card to test.

D.

Add a key/value pair in the DataRaptor to test it.

Full Access
Question # 16

A developer needs to use the COUNTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.

Based on best practice, which element should the developer use this function in?

A.

Set Values element

B.

Formula element

C.

Range element

Full Access
Question # 17

A developer needs to configure a calculation procedure to calculate the sum of the entire base price.

What is the most efficient way for the developer to meet this requirement?

A.

Create a Postprocessor apex class to calculate the sum.

B.

Add an Aggregation Step as SUM (BasePrice)

C.

Add A Calculation Step as SUM (BasePrice).

D.

Create a Preprocessor class to calculate the sum

Full Access
Question # 18

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 an OS Action

B.

As a Custom Action

C.

As an OmniStudio Action

D.

As a Lightning Action

Full Access
Question # 19

Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly 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 A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 20

A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON.

Which OmniScript element should the developer use to meet this requirement?

A.

Rich text Area

B.

Text area

C.

Text Block

D.

Edit Block

Full Access
Question # 21

Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?

Choose 2 answers

A.

In Procedure Configuration, in a Tracking Custom Data value field.

B.

In a Remote Action, in a Remote Options value field.

C.

In a Remote Action, in an Additional Output value field.

D.

In a Response Action, in an Additional input value field.

Full Access
Question # 22

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A Data Mapper Load saves the data. What error could cause this behavior?

Choose 2 answers

A.

The Input JSON paths in the Data Mapper Load do not match the JSON sent from the OmniScript.

B.

The fields that are not updated are read-only in Salesforce.

C.

In the Data Mapper Load, in the preview tab, the RecordId is from the wrong record type.

D.

ContextId is misspelled in the merge code that passes the RecordId to the Data Mapper.

Full Access
Question # 23

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.

SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure

B.

The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname

C.

The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action

D.

The valid field names should be added in the Domain object field in theDataRaptor

Full Access
Question # 24

Which two fields in an Integration Procedure or Data Mapper can execute a function like CONCAT or DATEDIFF?

Choose 2 answers

A.

In a Data Mapper in an Output Tab Output JSON Path

B.

In a Set Values Action in a Value field

C.

In a Data Mapper Action in an Input Parameters value field

D.

In a Remote Action in an Additional Output value field

Full Access
Question # 25

A developer is creating anOmniScript that Provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:

Welcome to Salesforce

Your ID is %Details: Customer10:ID%

During testing, the developer noticesthat the ID does not display. The data JSON is structured as shown below.

How should the developer correct the merge code in order for the ID to display?

A.

To %%Details:Customer|0:ID%%

B.

To %%Details:Customer|n:ID%

C.

To %%Details:Customer|1:ID%

D.

To$Details:Customer|0:ID$

Full Access
Question # 26

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.

Copy the Input JSON from the OmniScript {Data} modal.

D.

Build the Input JSON node by node m the DataRaptor Designer.

Full Access
Question # 27

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.

Lookup Mode is not selected in the properties of the Type A Head Block.

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.

The Typeghead ley is not in the correct format

Full Access
Question # 28

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 element name for the missing data does not match the JSON node key in the Integration Procedure Response.

B.

The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.

C.

The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure

D.

The missing data is trimmed in the Integration Procedure Action Response JSON Path.

Full Access
Question # 29

A developer needs to create DataRaptor to retrieve the name of an account for a contact.

Following best practices, how should a developer configure the extraction steps?

A.

Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name

B.

Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name

C.

Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name

D.

Define an extractionstep for the Account object, and set the Extract JSON Path to AccountContact.Name

Full Access
Question # 30

Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?

Choose 2 answers

A.

In a Set Values Action in a Value field.

B.

In a DataRaptor in an Output Tab Output JSON Path.

C.

In a DataRaptor Action in an Input Parameters value field.

D.

In a Remote Action m an Additional Output value field.

Full Access