Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

OmniStudio-Consultant Sample Questions Answers

Questions 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

Buy Now
Questions 5

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

Buy Now
Questions 6

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

Buy Now
Questions 7

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

Buy Now
Questions 8

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

Buy Now
Questions 9

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

Buy Now
Questions 10

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

Choose 2 answers

Options:

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

Buy Now
Questions 11

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?

Options:

A.

Radio, TypeAhead, and Telephone

B.

Multi-Select. Address, and Telephone

C.

Checkbox, Geolocation, and Number

D.

Select, TypeAhead, and Number

Buy Now
Questions 12

A company needs to create an OmniScript with three steps.

• Step 1

• Step 2

• Step 3

Enter customer details

Select a product

Display a price retrieved from a REST API

The product's price should automatically display in Step 3.

What should the consultant add to the design of the OmniScript to meet these requirements?

Options:

A.

DataRaptor Post Action between Step 2 and Step 3

B.

Integration Procedure Action between Step 2 and Step 3

C.

DataRaptor Post Action inside Step 2

D.

Integration Procedure Action inside Step 3

Buy Now
Questions 13

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

Buy Now
Questions 14

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

Buy Now
Questions 15

Which three functions are performed by Action elements in OmniScript?

Choose 3 answers

Options:

A.

Display error messages to the user

B.

Get and update data through APIs

C.

Organize data into multiple pages

D.

Send DocuSign emails for signature

E.

Get and update data in Salesforce

Buy Now
Questions 16

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

Options:

A.

DataRaptor Load

B.

Integration Procedure

C.

Calculation Procedure

D.

FlexCards

Buy Now
Questions 17

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

Buy Now
Questions 18

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.

Buy Now
Questions 19

What is the purpose of Step elements in an OmniScript?

Options:

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

Buy Now
Questions 20

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?

Options:

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

Buy Now
Questions 21

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

Buy Now
Questions 22

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

Buy Now
Questions 23

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.

Buy Now
Questions 24

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

Buy Now
Questions 25

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

Buy Now
Questions 26

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

Buy Now
Questions 27

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

Buy Now
Questions 28

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

Buy Now
Questions 29

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

Options:

A.

HTTP Action

B.

Integration Procedure Action

C.

DataRaptor Post Action

D.

DataRaptor Transform Action

Buy Now
Questions 30

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

Choose 3 answers

Options:

A.

Error conditions

B.

User input fields

C.

Links or images

D.

Text formatting

E.

Table formatting

Buy Now
Questions 31

A business requires a solution to generate an event {platform event) using account information. All the event information is related to the customer and is stored in Salesforce.

Using an Integration Procedure, which two actions are necessary to design this solution?

Choose 2 answers

Options:

A.

HTTP

B.

Response

C.

DataRaptor Post

D.

DataRaptor Extract

Buy Now
Questions 32

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

Buy Now
Questions 33

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

Buy Now
Questions 34

Which OmniStudio tool can be used to invoke scheduled jobs?

Options:

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Load

D.

Calculation Procedure

Buy Now
Questions 35

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 multiple child cards inside the state of a parent FlexCard.

What is the advantage of embedding multiple child cards in this scenario?

Options:

A.

Enables easier global styling changes

B.

Allows multiple data sources to be used

C.

Enables the FlexCard to be used on a community page

D.

Allows conditional views with the Toggle element on each child card

Buy Now
Exam Code: OmniStudio-Consultant
Exam Name: Salesforce Certified OmniStudio Consultant Exam (SP24)
Last Update: May 18, 2024
Questions: 117
$64  $159.99
$48  $119.99
$40  $99.99
buy now OmniStudio-Consultant