Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Salesforce > Salesforce Consultant > OmniStudio-Consultant

OmniStudio-Consultant Salesforce Certified OmniStudio Consultant Exam(SP23) Question and Answers

Question # 4

An OmniScript saves data to Salesforce and to an external system. What OmniScript element could save all this data?

A.

HTTP Action

B.

Integration Procedure Action

C.

DataRaptor Post Action

D.

DataRaptor Transform Action

Full Access
Question # 5

A business needs to display installed products for field service technicians on service calls using a mobile device The installed product information must be summarized so the technician can seekey details at a glance. How the technician also needs to sometimes access a list of past service dates for each product.

Which two FlexCards features should the consultant recommend to meet this requirement?

Choose 2 answers

A.

Use flyouts

B.

Use card states

C.

Enable the Responsive property

D.

Customize the styling

Full Access
Question # 6

A health provider company is building a new application for its medical officers. The company wants to display medical test reports for patients. Medical test reports is acustom object, related to the Patients object. For e< patient, the company needs to list each medical test report including the report name, date requested, and d generated. From each medical test report, the user should be able to take the following actions:

• Approve

• Print for Review

• Send for Retest

Which OmniStudio tools should the consultant use to design a solution to meet these requirements?

A.

Salesforce list view with custom buttons/links

B.

Multiple FlexCards with single action

C.

OmnlScript with multiple Step elements

D.

Single FlexCard with multiple actions

Full Access
Question # 7

How should the consultant design the OmniScript solution to allow the user to stop and resume a process at a later time?

A.

Configure the Save property

B.

Configure a ResumeStep

C.

Use an Integration Procedure

D.

Use a DataRaptor Post Action

Full Access
Question # 8

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 # 9

A client wants to create an OmniScript to capture customer satisfaction. The process requires the following actions:

• Present the user with a customer satisfaction question that allows them to select one option from a 1-5 satisfaction rating.

• Create a case for an account team member to follow up.

• Email a summary message to the user.

Which OmniScript elements should the consultant recommend to meet these requirements'

A.

Radio Group, Remote Action, and Messaging Action

B.

Multi-Select, Remote Action, and Email Action

C.

Radio Group, DataRaptor Post Action, and Email Action

D.

Edit Block, DataRaptor Post Action, and Messaging Action

Full Access
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?

A.

DataRaptor Turbo

B.

DataRaptor Extract

C.

DataRaptor Load

D.

DataRaptor Transform

Full Access
Question # 11

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

A.

Messaging

B.

DataRaptor Post Action

C.

Calculation Action

D.

DataRaptor Extract Action

E.

Steps

Full Access
Question # 12

A company is designing a new console for contact center

agentsto display case data for customers. All cases will be fetched using a

single DataRaptor. This page needs to display cases as follows:

* "Open" cases with case description, case open date, case type,

assigned to and priority fields. Open cases 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 a link to duplicate cases.

How should the consultant design the FlexCard solution to meet these

requirements?

A.

Using three FlexCards

B.

Using a single FlexCard with three states

C.

Using a single FlexCard with multiple card filters

D.

Using a single FlexCard with three flyouts

Full Access
Question # 13

A company wants to create a guided process for their customers. The process needs to retrieve data from Salesforce as well as external systems, and the steps of the process will branch depending on input from the user. Users will complete the process in a single session.

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

A.

FlexCards and Integration Procedures

B.

FlexCards and DataRaptors

C.

OmniScripts and Integration Procedures

D.

OmniScripts and DataRaptors

Full Access
Question # 14

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?

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

Full Access
Question # 15

ON NO: 39

A company has an existing OmniScript running in production. The business decides additional customer information is needed and wants to add more questions to the process.

What is the most efficient approach that the consultant can recommend to the business to meet this requirement?

A.

Add a new Step element with Input elements

B.

Add an LWC component

C.

Add an Input Action to a Step

D.

Add an embedded FlexCard

Full Access
Question # 16

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 # 17

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 # 18

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 # 19

Which three of the following are functions of a Text Block element in OmniScript?

Choose 3 answers

A.

Error conditions

B.

User input fields

C.

Links or images

D.

Text formatting

E.

Table formatting

Full Access
Question # 20

which of the following are Integration Procedure Actions?

A.

Email

B.

OmniScript

C.

PDF

D.

Type Ahead

Full Access
Question # 21

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 # 22

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 # 23

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

A.

FlexCards

B.

Flyouts

C.

OmniStudio Actions

D.

Navigate Actions

E.

Omni Script

Full Access
Question # 24

An auto insurance company has different rates for each state in the country. The company needs to manage the rates separately, but the formula to calculate the premiums is the same. All the input and output are the same; only the values in the rating tables differ.

Which OmniStudio tool should the consultant recommend to meet this requirement?

A.

DataRaptor Transform with an interface Map

B.

Aggregation Steps in a Calculation Procedure

C.

Class-based Calculation Procedure

D.

Grouped Calculation Matrix

Full Access
Question # 25

which two of the following use cases are best solved using Calculation Procedures & Matrices?

Choose 2 answers

A.

To apply the correct factor when determining a cost

B.

To return output that is calculated differently based on the date

C.

To determine the list of products to display to a customer

D.

To retrieve text data and convert it to an integer

Full Access
Question # 26

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 # 27

A business wants to add typeahead functionality to an existing OmniScript. The business wants the user to begin entering the name of a contact in Salesforce. and allow the user to select the contact once it has found a match. Once the contact has been selected, the OmniScript should retrieve the contact's email address for use in a later step of the process.

What data source is needed when using the TypeAhead element?

A.

HTTP Action

B.

Integration Procedure Action

C.

DataRaptor Post Action

D.

DataRaptor Extract Action

Full Access
Question # 28

A company has a requirement to create a 360° view of their customers using FlexCards. At this company, customer data is stored in Salesforce but also in external legacy systems. A consultant reviews the use cases needed and recommends a FlexCard canvas that contains 5 child FlexCards inside the state of the parent FlexCard.

How many different data sources can be configured using FlexCards in this scenario?

A.

2

B.

6

C.

5

D.

1

Full Access
Question # 29

A company needs to generate invoices when contracts reach an approved status. Users should initiate the invoice generation process from the contract page, but the option should not appear until the contract reaches the approved status. After the invoice is generated, it should be sent to the customer for signature.

What three tools should be used in the solution the consultant recommends to meet these requirements?

Choose 3 answers

A.

OmniScript

B.

Interaction Launcher

C.

FlexCards

D.

OmniStudio Action

E.

DataRaptor

Full Access
Question # 30

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

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.

Full Access
Question # 31

Which OmniStudio tool creates a Chatter post and sends to a Chatter feed?

A.

DataRaptor Load

B.

Integration Procedure

C.

Calculation Procedure

D.

FlexCards

Full Access
Question # 32

In OmniScript, how can pages or groups of fields be controlled based on the choices made by the user?

A.

Add Cancel and Save options for the user

B.

Create child OmniScripts for branched flow

C.

Use the Conditional View property on a Step or Block element

D.

Use the Radio Input property for a Step or Block element

Full Access
Question # 33

In which two scenarios should a DataRaptor be used?

Choose 2 answers

A.

To retrieve an account and Its related contacts

B.

To retrieve today's financial news

C.

To send an SMS alert to the user when a process completes

D.

To merge the city and state fields into a single field

Full Access
Question # 34

Which element allows a user to retrieve data from a single field and display it in a dropdown list?

A.

Calculation Action

B.

DataRaptor Extract Action

C.

Lookup

D.

Select

Full Access
Question # 35

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