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

Salesforce OmniStudio-Consultant - Salesforce Certified OmniStudio Consultant Exam (SP25)

Page: 2 / 5
Total 142 questions

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?

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

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

What business problem does DataRaptor solve?

A.

lt removes the need to code data mappings for data transformations.

B.

It allows developers to create complex API queries declaratively.

C.

It combines multiple steps and processes into a single server call.

D.

It guides humans through a complex business process.

You want to update 500 Leads through a Data Loader. In the CSV file, you have three columns (ID,

Email, and Phone). Also, there are some blank values in the rows (some records do not have email,

and some do not have a phone). You do not want null values in the records when updating the

values. Which of the following options should you use to do this?

A.

Open Data Loader --> Setting --> Uncheck the "Insert Null Values" checkbox.

B.

Null values cannot be ignored. If they are present in CSV, they get updated as null.

C.

Open Data Loader --> Setting --> Check the "Ignore Null Values" checkbox.

D.

Modify the CSV file and remove the records which have null values, and update them manually.

E.

Null values do not get updated through Data Loader.

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?

A.

Radio, TypeAhead, and Telephone

B.

Multi-Select. Address, and Telephone

C.

Checkbox, Geolocation, and Number

D.

Select, TypeAhead, and Number

A consultant designs a FlexCard with five card states following best practices. Four of the card states have a condition.

At runtime, if two of the states' condition are true, which state will be displayed?

A.

The first state with the highest priority closest to the top of the canvas

B.

The state closest to the top of the canvas

C.

The first state with a true condition closest to the top of the canvas

D.

The state with a true condition that has the highest priority

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?

A.

Streaming API

B.

DataRaptor Extract

C.

REST

D.

Integration Procedure

A consultant receives a requirement to display products installed at an account site in a customer's 360° FlexCard view. The business requires that the width of the fields displayed should change depending on the device used to view the FlexCard. For example, the Product Name and Model field elements should display at full width on mobile devices, but they should shrink to 60% on devices such as laptops and desktops.

How should the consultant design the FlexCard to meet this requirement?

A.

Enable the Responsive feature on the Product Name and Model field elements

B.

Enable the Mobile-First feature in FlexCard settings

C.

Create two states, one for mobile devices and another for non-mobile devices

D.

Create two FlexCards, one for mobile devices and another for non-mobile devices

A business implements a simple OmniScript in their call center that allows agents to quickly create a case when on the phone with customers. The OmniScript has been running successfully in the call center for over a year. The business decides it wants to allow partners to create cases directly from their Community portal.

What is the most efficient solution that the consultant can propose to meet this new requirement?

A.

Deploy the existing OmniScript to the Community portal using OmniOut.

B.

Embed the existing OmniScript as a reusable component within a new Community OmniScript.

C.

Clone the existing OmniScript to a new LWC OmniScript and deploy to the Community portal.

D.

Duplicate the existing OmniScript and deploy the new script on the website.

When a customer calls to add a new primary contact to their account, call center agents need to complete a I contact form. The agent enters the new contact information using an OmniScript and then needs to generate PDF with the contact information pre-filled that can be shared with the customer.

Which OmniStudio tool should the consultant recommend to generate the pre-filled PDF'

A.

OmniStudio Action

B.

Integration Procedure

C.

Data Maptor

D.

Calculation Procedure