Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

OmniStudio-Consultant Questions and Answers

Question # 6

In which two cases should an integration procedure be used as a data source for FlexCards and OmniScripts,

Choose 2 answers

A.

To achieve elastic scaling

B.

To retrieve multiple data sources in a single response

C.

To minimize the number of elements to be configured

D.

To separate the user interface from changes in thedata sources

Full Access
Question # 7

A business wants to display cases for an account using FlexCards. The cases should be organized in a tabular list by case status, so that Escalated cases appear first, followed by Active and Closed cases.

Which FlexCard feature should the consultant recommend to meet this requirement?

A.

flyout with child FlexCards with conditions to filter by case status

B.

States with conditions to filter by case status

C.

A Datatable element with the Group By property

D.

Child FlexCards in a parent FlexCard with the Group By property

Full Access
Question # 8

Which OmniStudio tool can be used to invoke scheduled jobs?

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Load

D.

Calculation Procedure

Full Access
Question # 9

What is the purpose of Step elements in an OmniScript?

A.

Organizes the script into one or more pages

B.

Groups elements that extract data

C.

Enables the use of repeatable blocks

D.

Allows the user to input data

Full Access
Question # 10

A company is designing a new console for contact center agents. The cards in the console need to display the following:

• "Open" cases with case description, case open date, case type, assigned to and priority fields. Open should be highlighted with a red border.

• "Awaiting Closure” cases with case description, last action taken date, resolution, approval reason for closure, and assigned to fields. These cases should be highlighted with a grey border.

• "Closed" cases with case description, resolution, case closed date fields with alink to duplicate cases.

All cases will be fetched using a single DataRaptor.

How should the consultant design the FlexCard solution to meet these requirements?

A.

Using card session variables and a single FlexCard with multiple flyouts

B.

Using card session variables and multiple FlexCards

C.

Using card filter and a single FlexCard with multiple flyouts

D.

Using card filter and multiple FlexCards

Full Access
Question # 11

A company has deployed an OmniScript that is working as designed. During the process, the OmniScript has multiple steps that allow the user to review lists of cases, contacts, quotes, orders, and contracts for an accour

Eachstep uses DataRaptor Extract Actions to retrieve Salesforce data. However, the OmniScript is reaching performance limitations, and the development team warns that they may begin hitting Governor limits.

Which two suggestions should the consultant propose to address this concern?

Choose 2 answers

A.

Replace the DataRaptor Extracts with DataRaptor Turbo Extracts

B.

Add Limit filter in DataRaptor Extract

C.

Combine the DataRaptors into an Integration Procedure

D.

Add Order By filter in DataRaptor Extract

Full Access
Question # 12

A business has been experiencing a downturn in customer satisfaction due to billing Issues. The business lear that when customers are allowed to schedule an inquiry call with an agent, customer satisfaction improves.

For this reason, the business decides to create an OmniScript that asks the customer to rate their customer satisfaction using a 1-5 rating scale. If the customer satisfaction is less than 2, it should allow the customer t request a call back on a certain date and then create a case that includes a list of bills from an external system the last 5 months in the case description.

In what order should the consultant design the elements of the OmniScript to meet these requirements?

A.

Radio Input, Date Input, HTTP Action, DataRaptor Post Action

B.

Date Input, Radio Input, HTTP Action, DataRaptor Post Action

C.

HTTP Action, DataRaptor Post Action, Date Input, Radio Input

D.

HTTP Action, Radio Input, Date Input, DataRaptor Post Action

Full Access
Question # 13

Agents for an insurance company need to know the current and past weather conditions when creating claims for customers. The consultant implements a FlexCard for weather conditions in the console to ensure the agents have access to the information. The FlexCard needs to provide fields extracted from a weather API and an account field from Salesforce.

According to best practice, what data source should be used?

A.

Streaming API

B.

DataRaptor Extract

C.

REST

D.

Integration Procedure

Full Access
Question # 14

An existing OmniScript used to capture and update customer information displays the following information on the same page:

• Name

• Age

• Street

• Last name

• Postal code

• Gender

• State

• Phone

• City

• Country

• Email

Users report that the information displays in no specific order. Users experience errors when filling the information because it is not categorized. The process fails after submission because the mandatory fields are blank.

How can the consultant improve the user experience of the OmniScript?

A.

Use a template for each category and add custom code for the required validation

B.

Use a Section to break the information and Headline to the title and a required icon in the input

C.

Use a Visualforce Page with the categories, labels, and the required validation

D.

Use Block elements to group and required property checked in some of the inputs

Full Access
Question # 15

When a call center agent interacts with a customer, the agent must have all of the customer's related information available for a quick response. The business requires the agent to have access to:

• A view with information about a customer account

• A list of contacts and cases associated with the account

• All information should be on one screen

What OmnlStudio tool should be used to meet this requirement?

A.

Customer IntellView

B.

Lightning Record Page

C.

OmniScript

D.

FlexCards

Full Access
Question # 16

A business needs a 360° view of their accounts, including a FlexCard to display all of the products sold to the account. The business identified 20 different data elements and 10 actions that users would need when viewing the product information. Once all of the elements were collected together on the FlexCard, it looked cluttered.

What FlexCard feature should the consultant recommend to address this issue?

A.

Zones

B.

States

C.

Actions

D.

Flyouts

Full Access
Question # 17

A business wants to create an OmniScript that allows call center agents to schedule field service appointments with customers. The process needs to retrieve available appointment dates from an external system via a REST A [ and then display them to the user for selection in a dropdown list. Once the user selects a date, a confirmation should display with rich text and images.

Which three OmniScript elements should be used to meet these requirements?

Choose 3 answers

A.

Text Block

B.

HTTP Action

C.

Text Area

D.

Select

E.

Multi-select

Full Access
Question # 18

A company needs to implement new verification processes for contacts in their org. This process relies on three Contact record types: Recruiter, Candidate, and Trainer. The verification process is different for each type of contact. For example, recruiters must pass a background check; trainers must complete mandatory training classes, and candidates must achieve certifications.

Which OmniStudio tools should the consultant recommend to meet these requirements?

A.

Specific FlexCards with Actions for each type of Contact

B.

Multiple OmniStudio Actions that invoke separate OmniScripts

C.

Single FlexCard with an Action to invoke an OmniScript

D.

Single OmniStudio Action that invokes separate Omniscripts

Full Access
Question # 19

A consultant needs to design an OmniScript to capture the following information:

• Select one payment method from a list of options

• Enter the address information with autocomplete

• Enter a phone number

Which OmniScript elements should be used to capture this information?

A.

Radio, TypeAhead, and Telephone

B.

Multi-Select. Address, and Telephone

C.

Checkbox, Geolocation, and Number

D.

Select, TypeAhead, and Number

Full Access
Question # 20

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.

Full Access
Question # 21

A business has the following requirements:

• To display cases for an account

• The user should see all of the cases on the canvas

• The user should be able to create a new case from the canvas

The consultant decides to use states to enable this functionality.

Which type of state should the consultant recommend to allow users to create a new case from the canvas?

A.

Active Card State

B.

Blank Card State

C.

Edit Mode State

D.

New Card State

Full Access
Question # 22

A company needs to create a quoting process for its internal agents. During quoting, the agent selects a product and specifies the grade (A, B. C, D. E) and the size (Small Medium, Large, X-large). The process should look up the unit price using the product code, the grade, size, and then multiplies the unit price by a discount factor.

Which two OmniStudio tools should the consultant recommend to meet these requirements?

Choose 2 answers

A.

Calculation Matrix

B.

DataRaptor Transform

C.

DataRaptor Extract

D.

Calculation Procedure

Full Access
Question # 23

A telecommunications company wants to create a 360° view of their customers, including all customer install products grouped by service address. During the discovery phase of the project, the consultant identifies that installed products can have 4 different statuses. Agents complete different processes, depending on status of installed product. The consultant creates an inventory of all statuses and processes as shown below.

• Status = Active

o Pay bill

o Review usage

o Cancel service

• Status = Suspended

o Pay bill

o Reconnect service

o Cancel service

• Status = Pending installation

o Set up billing

o Schedule installation

o Cancel installation

• Status = Canceled

o Reconnect service o Cancel service

• Status = Pending installation

o Set up billing

o Scheduleinstallation

o Cancel installation

• Status = Canceled

o Pay bill

o Disconnect service

o Reconnect service

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

Choose 2 answers

A.

States

B.

OmniStudio Action

C.

Custom Style

D.

Flyout

Full Access
Question # 24

A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a very long-running process that makes users impatient.

Which feature should the consultant recommend to Improve performance and address users' concerns?

A.

Try Catch

B.

Batch jobs

C.

Chaining

D.

Conditions

Full Access
Question # 25

N NO: 91

A company wants to create a new customer buying journey for their website. The buying journey should include the following functionality:

• Allow the user to enter contact and address information

• Require the user to enter age, gender, and optionally income bracket

• Compute a discount percentage per product based on the customer data provided

• Save the list of suggested products including discounts

Which three OmniStudio tools should the consultant use to design a solution that meets these requirements7

Choose 3 answers

A.

OmniScript

B.

Integration Procedures

C.

Calculation Procedures and Matrices

D.

FlexCard

E.

OmniStudio Action

Full Access
Question # 26

A business has a requirement to display an account and all of the associated contacts on a page. The number of contacts will vary for each account. For each contact, the page should display first name, last name, email, at phone number with options to edit the contact information or send a message. The primary contact for an a should be highlighted with a blue border.

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

Choose 2 answers

A.

Data table

B.

Flyouts

C.

States

D.

Repeat Block

Full Access
Question # 27

Which OmniStudio tool is optimized for performance and minimizes configuration time?

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Turbo Extract

D.

Calculation Procedure

Full Access
Question # 28

A business has a project that must be completed soon in order to meet important deadlines. However, the developer on the project has left the company, and the new team on the project has decided to use OmniStudio tools. The development work completed so far was done using APEX code. The new team must complete the project following these guidelines:

• Minimize implementation time

• Ensure end-user processes are as simple as possible

• Find a way to ensure optimal UX

In this scenario, what two actions should the consultant recommend to the project team'

Choose 2 answers

A.

Replace existing APEX using DataRaptors and HTTPActions

B.

Create new LWC templates for branding and styling

C.

Implement FlexCards and OmniScripts for the front-end

D.

Use existing APEX classes as data sources

Full Access
Question # 29

A business implements several OmniScripts and requests a design review to identify possible improvements. During the review, the consultant notices that each OmniScript needs to update address data, but each OmniScript collects the information differently using different labelsand input elements.

What can the consultant recommend to improve these OmniScripts?

A.

Create new versions of the OmniScripts to collect the address information.

B.

Create a reusable OmniScript to update address information.

C.

Use a DataRaptor Transform to standardize the data format.

D.

Add an address typeahead element to all the OmniScripts.

Full Access
Question # 30

An insurance company decides to use calculation procedures and matrices to calculate premium costs for new Insurance policies. Prices change very frequently, resulting In multiplecopies of the rating or pricing tables.

What is an advantage of calculation procedures that the consultant should highlight in this scenario?

A.

Allows aggregate functions

B.

Allows text concatenation using algebraic operators

C.

Allows multiple versions that will execute based on when the request is made

D.

Allows AI integration to calculate next best offer using policy attributes

Full Access
Question # 31

When designing OmniScripts, which three best practices should consultants recommend to increase user adoption?

Choose 3 answers

A.

Prefill data for users when possible

B.

Replicate existing processes as-is

C.

Provide keystroke commands for data entry

D.

Divide complex processes into sections

E.

Provide user help text

Full Access
Question # 32

A company has a legacy application to display customer information. The application currently uses custom CS / HTML to display information in the company's color scheme and fonts. The application also provides users will access to more than 25 processes. Recently, a new project was started to build a 360° view using FlexCards to replace the legacy application.

In this scenario, which three FlexCard features should the consultant recommend?

Choose 3 answers

A.

Actions

B.

Custom Styles

C.

Menu elements

D.

Data tables

E.

Newport Design System

Full Access
Question # 33

A business plans to implement new tools for their call center agents to increase efficiency and improve customer experience. The business needs to reduce new agent ramp-up time. During the discovery phase of the project, the business identifies the following requirements for the project:

• Easy access to frequent processes

• "At a glance" dashboards of customer information

• Lists of customer bills, which are stored on an external system

Which two FlexCard benefits should the consultant highlight when presenting a proposed solution?

Choose 2 answers

A.

Guide users through complex processes

B.

Display differentactions based on context

C.

Allow customers to enter bill payment information

D.

Display a 360° view of the customer

Full Access
Question # 34

A company has an existing OmniScript that agents use to create new billing accounts. It currently has three steps to capture the required information:

• Step 1: account name and legal number

• Step 2: billing cycle and monthly due date

• Step 3: email and telephone number

After each step, a DataRaptor is used to update the account information in Salesforce.

Following best practices, which two improvements can the consultant recommend for this OmniScript?

Choose 2 answers

A.

Create a reusable OmniScript for this process

B.

Use a single DataRaptor to save the information

C.

Combine the three steps into one step

D.

Configure the save for later property

Full Access
Question # 35

A company begins a project to unify its customer data across the enterprise. After completing the discovery t analysis phases of the project, the project team recommends FlexCards as the primary solution. The stake holder of the project are excited to move forward with this recommendation. However, IT is concerned that creating FlexCards will require custom coding and advanced technical skills they do not have on their team.

Which two features should the consultant highlight to address IT's concerns?

Choose 2answers

A.

The FlexCard Wizard

B.

Lightning web components used in FlexCards

C.

Newport Design System used in FlexCards

D.

The FlexCard Designer

Full Access