Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce OmniStudio-Consultant - Salesforce Certified OmniStudio Consultant Exam (Plat-Con-201)

Page: 2 / 6
Total 184 questions

A project requires displaying data from a legacy system on a FlexCard. The external system is slow, taking more than 5 seconds for a response. The data only changes once a day.

Which configuration should an OmniStudio Consultant recommend to improve the user experience?

A.

Configure a REST data source with an increased timeout setting.

B.

Configure an Integration Procedure with Chain On Step enabled.

C.

Configure a Data Mapper with filtering logic.

D.

Configure an Integration Procedure with caching enabled.

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

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

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

Choose 2 answers

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

Which OmniScript element retrieves Salesforce data that is then returned in Value/Label pairs and becomes available for selection in a dropdown list?

A.

Lookup

B.

Calculation Action

C.

DataRaptor Extract Action

D.

Select

which of the following are Integration Procedure Actions?

A.

Email

B.

OmniScript

C.

PDF

D.

Type Ahead

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

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

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?

A.

Customer IntellView

B.

Lightning Record Page

C.

OmniScript

D.

FlexCards

An enterprise architecture team is deciding between using Salesforce Flow or OmniStudio Integration Procedures for a specific integration scenario involving complex JSON transformation and multiple external API calls.

Which justification supports choosing an Integration Procedure in this landscape?

A.

Restrict JSON handling.

B.

Perform server-side orchestration and JSON transformation.

C.

Require HTTP callouts exclusively.

D.

Execute entirely on the client side.