Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which element retrieves data from a Salesforce picklist in an org?

A.

DataRaptor Extract Action

B.

Lookup

C.

Select

D.

Calculation Action

E.

Mark this item for later review.

A business is creating a new OmniScript that will allow agents to launch a guided selling process from an account detail page. The consultant reviews the initial design proposed for the OmniScript and sees that the process the following steps:

• Step 1: Enter account name to retrieve account information

• Step 2: Review and edit account information

• Step 3: Select products

• Step 4: Enter payment information

Following best practices, what suggestion should the consultant make to improve the design?

A.

Remove Step 1 and prefill the account information automatically.

B.

Divide Step 2 into two steps, so each task is distinct.

C.

Use an Edit Block in Step 4 to enter payment information.

D.

Use Multi-select elements in Step 3 for the product list.

Which OmniScript element can be used to retrieve data from more than one source?

A.

Calculation Action

B.

Integration Procedure Action

C.

DataRaptor Extract Action

D.

Matrix Action

An Integration Procedure calls a REST API to retrieve weather data. The API requires certain parameters, such as the city and country, to be passed as query parameters in the URL.

How should the OmniStudio Consultant manage the configuration of these parameters in the HTTP Action?

A.

Define the parameters only in the HTTP Action Request Body, regardless of the GET method.

B.

Input the parameters as Query Parameters within the HTTP Action properties, which automatically appends them to the endpoint URL.

C.

Use a Data Mapper Load action to send the parameters directly to the external API, bypassing the HTTP Action.

D.

Manually concatenate the parameters into the endpoint URL string using a Set Values action.

An OmniStudio Consultant is reviewing a complex Integration Procedure (IP) that contains over 20 actions in a linear sequence.

Which best practice should the consultant recommend to improve the maintainability and readability of this Integration Procedure?

A.

Break the complex IP into smaller, reusable sub-Integration Procedures and call them sequentially using the IP Action element.

B.

Replace all Data Mapper actions with custom Apex to simplify the overall component structure.

C.

Combine all 20 actions into a single large Set Values action to reduce the number of elements in the IP Designer.

D.

Use a single Response action after every three steps to visually separate the IP ' s logic.

A pop-up window will display additional information about the campaign, such as details about the members. A button must initiate a guided process to add new leads to the campaign.

Which two FlexCard features should the consultant recommend to meet these requirements?

Choose 2 answers

A.

Block Element

B.

OmniScript Action

C.

Interaction Launcher

D.

Data Table

E.

Flyout Action

A company has an existing OmniScript that gathers customer information. User feedback suggests that the current process requires too much typing because all the data is entered into input text fields. The users also are concerned because there is no validation in the data that is entered, and users can sometimes enter data that contains errors. The required inputs are first name, last name, age, and email, users are also presented a brief questionnaire regarding customer satisfaction.

Which three input elements can the consultant recommend to improve usability and to provide validation?

Choose 3 answers

A.

Headline

B.

Radio Group

C.

Email

D.

Text Area

E.

Range

When a customer wants to buy a new device, a discounted rate can be applied after considering the number lines and internet coverageon their current plan.

Which OmniStudio tool could a consultant recommend to get the discounted rate?

A.

DataRaptor Turbo

B.

OmniStudio Action

C.

Calculation Matrices

D.

DataRaptor Transform

A company plans to rebuild a process that includes functionality that was originally written in APEX and Visual pages using OmniScript. The consultant reviews the process and sees in the first step, the user reviews data and, then enters additional information. In the next step, the process retrieves data from an external system.

In this scenario, which OmniStudio data tool should the consultant recommend?

A.

DataRaptor Turbo

B.

Calculation Procedure

C.

Integration Procedure

D.

DataRaptor Extract

In an Integration Procedure, what group element will control whether an individual action executes?

A.

Conditional Block

B.

Cache Block

C.

Try-Catch Block

D.

Loop Block