Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Salesforce OmniStudio-Consultant Salesforce Certified OmniStudio Consultant Exam(SP23) Exam Practice Test

Page: 1 / 12
Total 117 questions

Salesforce Certified OmniStudio Consultant Exam(SP23) Questions and Answers

Question 1

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?

Options:

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

Question 2

A consultant has a project with the following requirement: "Agents need to follow a standard customer greeti…. script in order to ensure brand consistency."

Which OmniScript element should the consultant recommend to ensure the agents can see and follow these standard scripts?

Options:

A.

Input Block

B.

Text Area

C.

Headline

D.

Step

Question 3

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?

Options:

A.

Active Card State

B.

Blank Card State

C.

Edit Mode State

D.

New Card State

Question 4

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 5

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

Options:

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

Question 6

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

Options:

A.

Calculation Action

B.

DataRaptor Extract Action

C.

Lookup

D.

Select

Question 7

A business needs to create a FlexCard to display open cases for an account. The cases should display different depending on their priority.

• Low or Medium priority cases should display case data and an Update Account Info action.

• High priority cases should include a red border, an alert notification, and an Escalate action.

What is the most efficient way to meet these requirements?

Options:

A.

Create a FlexCard with two card states. Use conditions on the state to filter for priority.

B.

Create a FlexCard with one card state. Use conditions on the fields and actions to filter for priority.

C.

Create two FlexCards with one card state each. Use conditions on the states to filter for priority.

D.

Create two FlexCards, one for Low / Medium priority cases and another for High priority cases.

Question 8

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?

Options:

A.

FlexCards and Integration Procedures

B.

FlexCards and DataRaptors

C.

OmniScripts and Integration Procedures

D.

OmniScripts and DataRaptors

Question 9

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 10

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?

Options:

A.

Streaming API

B.

DataRaptor Extract

C.

REST

D.

Integration Procedure

Question 11

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 12

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 13

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

Options:

A.

Actions

B.

Custom Styles

C.

Menu elements

D.

Data tables

E.

Newport Design System

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?

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 15

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

Options:

A.

The FlexCard Wizard

B.

Lightning web components used in FlexCards

C.

Newport Design System used in FlexCards

D.

The FlexCard Designer

Question 16

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

Options:

A.

OmniScript

B.

Interaction Launcher

C.

FlexCards

D.

OmniStudio Action

E.

DataRaptor

Question 17

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?

Options:

A.

Customer IntellView

B.

Lightning Record Page

C.

OmniScript

D.

FlexCards

Question 18

A company wants to create a new digital interaction process that allows customers to request a quote for service from a local retail energy supplier. The process requires the following actions:

• Allow the user to select one or more energy products from a list

• Get current energy usage data from an external system via an API

• Save the data back to Salesforce as a lead

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

Choose 3 answers

Options:

A.

DataRaptor Post Action

B.

Multi-select Input

C.

Post to Object Action

D.

Radio Input

E.

HTTP Action

Question 19

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 20

What is the purpose of a DataRaptor Load?

Options:

A.

Write data to Salesforce objects

B.

Post data to Salesforce APIs

C.

Load data to an Interface object

D.

Send data to a PDF template

Question 21

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

Options:

A.

Conditional Block

B.

Cache Block

C.

Try-Catch Block

D.

Loop Block

Question 22

which of the following are Integration Procedure Actions?

Options:

A.

Email

B.

OmniScript

C.

PDF

D.

Type Ahead

Question 23

A business wants to display customer 360° information in a console for their call center agents. The customer information will come from a variety of sources, and the information should be grouped together logically. The agents will need to take different actions depending on the context of each group of information.

Which tool should a consultant recommend to meet this requirement?

Options:

A.

Omniscript

B.

Lightning web components

C.

Visualforce Page

D.

FlexCards

Question 24

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?

Options:

A.

DataRaptor Turbo

B.

Calculation Procedure

C.

Integration Procedure

D.

DataRaptor Extract

Question 25

An investment portfolio manager wants to build a console to display:

• Client information

• Profile attributes

• Investment instrument information

There are more than 20 profile attributes. Each investment instrument has 15 fields of information to display. The fields should be grouped logically.

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

Options:

A.

• A header FlexCard for client information with a Flyout for profile attributes• Child FlexCards for investment instruments with a Flyout for additional information

B.

• A header FlexCard for client information and profile attributes• FlexCards for investment instrument information

C.

• An OmniScript with a Step for client information• Block Elements for investment instruments

D.

• A header FlexCard for client information and profile attributes• Child FlexCards for investment instruments with a Flyout for additional information

Question 26

A consultant Is designing a solution for a client using Omnistudio. The client wants to display data and launch actions from their Salesforce org.

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

Options:

A.

DataRaptors

B.

FlexCards

C.

OmniScripts

D.

Integration Procedures

Question 27

A company has designed a process that extracts a large amount of data from a Salesforce object. Due to the volume of data that will be retrieved, it is important that Governor limits are not exceeded.

What solution should the consultant recommend?

Options:

A.

DataRaptor Extract with Chaining

B.

DataRaptor Turbo Extract

C.

Calculation Procedure and DataRaptor Turbo Extract

D.

Integration Procedure and DataRaptor Turbo Extract

Question 28

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?

Options:

A.

Zones

B.

States

C.

Actions

D.

Flyouts

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?

Options:

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.

Question 30

A business is creating an agent console with FlexCards to provide a 360° view of their customers. The business wants the following information displayed:

• Account information including account name, phone, and website

• Active opportunities related to the account

• Active contracts related to the account

• The ability to view and renew contracts

An Integration Procedure will be used to retrieve Account, Opportunity, and Contract data.

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

Options:

A.

Parent FlexCard with multiple Child and Card Actions

B.

Parent FlexCard with multiple Child and different Card States

C.

Parent FlexCard with single Child and multiple Card States

D.

Parent FlexCard with single Child and Card Actions

Question 31

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?

Options:

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

Question 32

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

Question 33

which Action element redirects the user outside an LWC OmniScript?

Options:

A.

Response

B.

Done

C.

Post to Object

D.

Navigate

Question 34

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 35

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?

Options:

A.

HTTP Action

B.

Integration Procedure Action

C.

DataRaptor Post Action

D.

DataRaptor Extract Action

Page: 1 / 12
Total 117 questions