Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Changed OmniStudio-Consultant Exam Questions

Salesforce Certified OmniStudio Consultant Exam (Plat-Con-201) Questions and Answers

Question 49

A company needs to create a process that allows call center admins to retrieve all open cases that have a case type of " network issue " and submit the case data " as-is " to a back-office system for validation in batch on a daily basis. Once the cases have been submitted, the process should trigger an email to the supervisor.

Which three OmniStudio tools should the consultant recommend to meet these requirements?

Choose 3 answers

Options:

A.

DataRaptor Turbo Extract

B.

OmniScript

C.

FlexCard

D.

Integration Procedure

E.

DataRaptor Load

Question 50

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 51

An OmniStudio Consultant is reviewing a solution where an OmniScript calls 10 separate Data Mappers directly from the client-side browser to fetch various data points.

Which architectural change should the consultant recommend to align with enterprise best practices?

Options:

A.

Consolidate the data requests into a single Integration Procedure to reduce browser network traffic.

B.

Replace the Data Mappers with Apex classes that are called directly from the browser.

C.

Keep the design as is, because client-side calls are always faster than server-side calls.

D.

Use a FlexCard to fetch the data and pass it to the OmniScript.

Question 52

A telecommunications company wants to create a 360° view of their customers, including all customer install products grouped by service address. During the discovery phase of the project, the consultant identifies that installed products can have 4 different statuses. Agents complete different processes, depending on status of installed product. The consultant creates an inventory of all statuses and processes as shown below.

• Status = Active

o Pay bill

o Review usage

o Cancel service

• Status = Suspended

o Pay bill

o Reconnect service

o Cancel service

• Status = Pending installation

o Set up billing

o Schedule installation

o Cancel installation

• Status = Canceled

o Reconnect service o Cancel service

• Status = Pending installation

o Set up billing

o Scheduleinstallation

o Cancel installation

• Status = Canceled

o Pay bill

o Disconnect service

o Reconnect service

Which two FlexCard features should the consultant use to meet these requirements?

Choose 2 answers

Options:

A.

States

B.

OmniStudio Action

C.

Custom Style

D.

Flyout