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

Last Attempt OmniStudio-Consultant Questions

Salesforce Certified OmniStudio Consultant Exam(SP23) Questions and Answers

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.