Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Salesforce OmniStudio-Consultant Dumps

Salesforce Certified OmniStudio Consultant Exam(SP23) Questions and Answers

Question 1

A company has an OmniScript that allows agents to schedule service calls. The first step displays the account name, primary contact name, and telephone number to the user for confirmation. On the second step, it displays available appointment slots, which are retrieved from an external service in XML and then transformed into JSON. The following actions are currently used in the OmniScript:

• DataRaptor Extract Action

• HTTP Action

• DataRaptor Transform Action

Following best practices, what can the consultant recommend to reduce processing time?

Options:

A.

Combine these actions into an Integration Procedure

B.

Change DataRaptors to extract single objects

C.

Add conditional views to the OmniScript

D.

Add reusable OmniScripts for each step

Question 2

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

Options:

A.

Data table

B.

Flyouts

C.

States

D.

Repeat Block

Question 3

A company has account Information that they want to display to agents in a summarized view. For each account they want to display icons that allow the user to launch guided processes for frequent tasks. The processes a reused in other parts of the business.

Which three OmniStudio tools are needed to meet these requirements?

Choose 3 answers

Options:

A.

FlexCards

B.

Flyouts

C.

OmniStudio Actions

D.

Navigate Actions

E.

Omni Script

Question 4

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

Options:

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

Question 5

A company uses calculation procedures to determine product pricing. Due to the company's pricing schedules, there is always more than one calculation procedure active at one time for a given date.

In this scenario, how will the calculation engine select which calculation procedure to run?

Options:

A.

Date modified

B.

Priority

C.

Sequence

D.

Date created

Question 6

what can a DataRaptor Extract do?

Options:

A.

Create data in multiple related objects

B.

Extract data from a spreadsheet

C.

Retrieve data from multiple related objects

D.

Load data from external sources

Question 7

An insurance company wants to create an OmniScript that allows the user to review and change account number such as phone number and website. In this process, the following functionality is needed:

• Enter the company's website

• Enter the account phone number

• Each field should display on a separate line of the page

Which three elements should the consultant include in the OmniScript design solution?

Choose 3 answers

Options:

A.

Number

B.

Text Area

C.

Telephone

D.

Line Break

E.

Text

Question 8

What business problem does DataRaptor solve?

Options:

A.

lt removes the need to code data mappings for data transformations.

B.

It allows developers to create complex API queries declaratively.

C.

It combines multiple steps and processes into a single server call.

D.

It guides humans through a complex business process.

Question 9

A business wants to create a reusable OmniScript to capture customer payment information during the order process. The business decides that the first step of the payment process should include:

• Payment type (credit card or bank account)

• Payment amount

Which two elements should the consultant recommend for this step of the process?

Choose 2 answers

Options:

A.

Number

B.

Radio

C.

Multi-select

D.

Currency

Question 10

When a customer calls to report a product issue, agents need to check all open cases related to that product to see if there are any solutions that can resolve the customer's issue. Products that have been purchased are stored as assets, and there is a lookup relationship from case to asset that allows cases to be linked to the products customers have purchased.

What type of DataRaptor can be used to retrieve a list of cases filtered by the customer's asset and the last service date of the asset?

Options:

A.

DataRaptor Turbo

B.

DataRaptor Extract

C.

DataRaptor Load

D.

DataRaptor Transform

Question 11

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

Options:

A.

Calculation Action

B.

Integration Procedure Action

C.

DataRaptor Extract Action

D.

Matrix Action

Question 12

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?

Options:

A.

Try Catch

B.

Batch jobs

C.

Chaining

D.

Conditions

Question 13

Which OmniStudio tool can be used to invoke scheduled jobs?

Options:

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Load

D.

Calculation Procedure

Question 14

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

Options:

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

Question 15

Which three use cases should be implemented using Calculation Procedures and matrices?

Choose 3 answers

Options:

A.

Use a house's address, size, and age of the building to determine an insurance premium.

B.

Use rules to determine eligible insurance products based on a house's address and age of the building.

C.

Use location and past usage to determine the monthly cost for an energy product.

D.

Use the product color and capacity to determine the price of a product.

E.

Use risk factors for an insured item to determine different insurance product options.

Question 16

An insurance company decides to implement a sales console for the sales representatives that displays or provide access to customer information. The consultant reviews all the information required and determines that FlexCards would be the best solution to display part of the required information.

Which two pieces of data should the consultant recommend displaying using FlexCards'

Choose 2 answers

Options:

A.

Policies including type, issue date, amount

B.

Terms and Conditions for each policy

C.

Guided troubleshooting process

D.

Customer name, title, phone, email

Question 17

A company needs a guided process for their internal support department that will provide the following functionality:

• Allow the user to enter their employee id

• Retrieve name, mobile phone, title, and email using the employee id

• Display the user's details on a page

• On another page, allow the user to enter case details, including subject, category, severity, and description

Which three elements should the consultant recommend to meet these requirements using an OmniScrip?

Choose 3 answers

Options:

A.

Messaging

B.

DataRaptor Post Action

C.

Calculation Action

D.

DataRaptor Extract Action

E.

Steps

Question 18

A consultant must design a 360 view of the customer. The business requirements are:

• A header card with account information (name, account number, next billing date, invoice method)

• A list of related contacts (first name, last name, phone)

• All the open cases related to the account (subject, priority, SLA)

An account will not have more than 2 contacts, but it could have more than 10 open cases. It is necessary to the different sections available at a glance.

Which two FlexCard features should the consultant recommend to improve the user experience?

Choose 2 answers

Options:

A.

Use a Datatable element

B.

Use a Block Element with the Collapse property enabled

C.

Use a Zone Template

D.

Use a Custom Style to adjust height and width

Question 19

A company is creating a FlexCard for agents to respond to account inquiries. The company has decided to lim actions on the card to the three most frequent and important actions users typically take.

Based on the user analysis exhibit shown below, which three actions should appear on the card?

Choose 3 answers

Options:

A.

Verify a transaction

B.

Request higher limit

C.

View credit score history

D.

View statements

E.

Make a payment

Question 20

A company needs to create a new quote estimation process for its services team. This process involves multi; steps. The user needs to enter a variable number of rows of data in order to calculate the correct final price f the quote. The data that needs to be entered in each row includes:

• Service category

• Number of hours

• Hourly rate

The number of hours should be multiplied with the hourly rate to calculate the total for each row.

Which three OmniScript elements should the consultant recommend to meet these requirements?

Choose 3 answers

Options:

A.

Edit Block

B.

Multi-select

C.

Formula

D.

Step

E.

Input Block

Question 21

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?

Options:

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

Question 22

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

Choose 2 answers

Options:

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

Question 23

A company has several customer support departments. Each

department has different case creation processes, but they want to unify

them into a single LWC OmniScript. During the discovery, the consultant

identifies two key requirements:

* Each department has different case fields they need to capture

* If the user cancels the process, they should return to a support

console app

Which two OmniScript features should the consultant recommend to meet

these requirements?

Choose 2 answers

Options:

A.

Enable the Save for Later feature

B.

Set Enable Cancel in Setup

C.

Use Conditional Views on steps for each department

D.

Add a Done action that redirects to the support console

Question 24

The design team creates a mock-up proposal of an OmniScript for sales that includes more than 25 steps. Th consultant reviews the proposal and sees that the OmniScript will be used for three different and complex sal processes: change of plan, new sale, and loyalty. The user will select the type of sale at the beginning of the interaction, and then the OmniScript will branch into either change of plan, new sales, or loyalty processes. E process will contain multiple decision points for the user.

Following best practices, what should the consultant recommend to improve the planned design of this OmniScript?

Options:

A.

Pass the process type as an input

parameter.

B.

Add more conditional views to branch the OmniScript into logical sections.

C.

Add more Step elements to create shorter pages.

D.

Create a specific OmniScript for each business process.

Question 25

A business process needs to perform a multi-step calculation on each contact record in a list.

Using an Integration Procedure to process the list, what feature can be used to meet this requirement?

Options:

A.

Loop Block

B.

Batch Action

C.

Conditional Block

D.

DataRaptor Transform Action

Question 26

A business has an existing Contact FlexCard that currently displays 5 actions. The business needs to add 3 m actions to the existing FlexCard. All 8 actions are equally important and used with the same frequency. The business wants to display the name and icon for each action. However, when reviewing the existing design, V consultant notices that the FlexCard is overloaded with actions.

What FlexCard design solution should the consultant recommend?

Options:

A.

Add a menue element and include all the actions

B.

Create a new contact FlexCard for the new actions

C.

Add a flyout to the existing FlexCard

D.

Use a block element to add these new actions

Question 27

A customer needs to create an OmniScript to capture payment Information. In the first step of the process, it user selects a payment type such as credit card, debit card, or direct bank account payment. Each payment t should display with a different icon. The process should check to see if the customer has any saved payment information of that type, and if there is, no further action is required. If there is no saved payment informatic then the user should be allowed to enter the information, and the process should save It.

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

Choose 3 answers

Options:

A.

DataRaptor Transform Action

B.

Select

C.

DataRaptor Extract Action

D.

Radio

E.

DataRaptor Post Action

Question 28

When designing OmniStudio solutions, what are two reasons that explain why Integration Procedures are recommended as the first choice of data sources for FlexCards and OmniScripts?

Choose 2 answers

Options:

A.

They future-proof your front-end design.

B.

They can retrieve Salesforce data from multiple objects faster.

C.

They combine multiple actions into a single server call.

D.

They enable better usability in digital interactions.

Question 29

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?

Options:

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

Question 30

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

Options:

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Turbo Extract

D.

Calculation Procedure

Question 31

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 view the product information. Once all of the elements are collected together on the FlexCard, it looks cluttered.

Which two FlexCard features should the consultant recommend to address this issue?

Choose 2 answers

Options:

A.

Use a table or chart to display data

B.

Use a flyout action to display additional information

C.

Use a condition to hide data unless specific criteria are met

D.

Put specific fields in a collapsible block

Question 32

How many levels deep can reusable OmniScripts be nested?

Options:

A.

2

B.

5

C.

Unlimited

D.

1

Question 33

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

Options:

A.

OmniScript

B.

Integration Procedures

C.

Calculation Procedures and Matrices

D.

FlexCard

E.

OmniStudio Action

Question 34

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

Options:

A.

Calculation Matrix

B.

DataRaptor Transform

C.

DataRaptor Extract

D.

Calculation Procedure

Question 35

What is the purpose of Step elements in OmniScript?

Options:

A.

Allows the user to input data

B.

Groups elements that extract data

C.

Enables the use of repeatable blocks

D.

Organizes the script into one or more pages