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

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

Questions 4

A customer needs to create an OmniScript to capture payment Information. In the first step of the process, it user selects a payment type such as credit card, debit card, or direct bank account payment. Each payment t should display with a different icon. The process should check to see if the customer has any saved payment information of that type, and if there is, no further action is required. If there is no saved payment informatic then the user should be allowed to enter the information, and the process should save It.

Which three OmniScript elements should be used to meet these requirements?

Choose 3 answers

Options:

A.

DataRaptor Transform Action

B.

Select

C.

DataRaptor Extract Action

D.

Radio

E.

DataRaptor Post Action

Buy Now
Questions 5

A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a recommend to improve performance and address users concerns

Which feature should the consultant recommend to improve performance and address users concerns?

Options:

A.

Try Catch

B.

Batch jobs

C.

Chaining

D.

Conditions

Buy Now
Questions 6

How should the consultant design the OmniScript solution to allow the user to stop and resume a process at a later time?

Options:

A.

Configure the Save property

B.

Configure a ResumeStep

C.

Use an Integration Procedure

D.

Use a DataRaptor Post Action

Buy Now
Questions 7

Coral Cloud Retail Stores Inc. is planning a new digital engagement project. Its IT policy requires using platform-native features that receive automatic updates with Salesforce seasonal releases to minimize manual maintenance.

Which OmniStudio runtime environment should an OmniStudio Consultant recommend to meet this requirement?

Options:

A.

A custom-built runtime environment using unlocked packages.

B.

The Standard OmniStudio runtime, because its updates are part of Salesforce releases.

C.

The OmniStudio Managed Package, because it provides the latest features.

D.

The OmniStudio Managed Package with an automated installation script.

Buy Now
Questions 8

A company has deployed an OmniScript that is working as designed. During the process, the OmniScript has multiple steps that allow the user to review lists of cases, contacts, quotes, orders, and contracts for an accour

Eachstep uses DataRaptor Extract Actions to retrieve Salesforce data. However, the OmniScript is reaching performance limitations, and the development team warns that they may begin hitting Governor limits.

Which two suggestions should the consultant propose to address this concern?

Choose 2 answers

Options:

A.

Replace the DataRaptor Extracts with DataRaptor Turbo Extracts

B.

Add Limit filter in DataRaptor Extract

C.

Combine the DataRaptors into an Integration Procedure

D.

Add Order By filter in DataRaptor Extract

Buy Now
Questions 9

Which OmniStudio tool is optimized for performance and minimizes configuration time?

Options:

A.

Integration Procedure

B.

DataRaptor Extract

C.

DataRaptor Turbo Extract

D.

Calculation Procedure

Buy Now
Questions 10

A healthcare company wants to enable its subscribers to add. edit, or delete dependents related to their policy via their community portal. The project team decides to use OmniStudio tools to provide this functionality.

In this scenario, which two OmniStudio features should the consultant recommend?

Choose 2 answers

Options:

A.

Datatable

B.

Remote Action

C.

Response Action

D.

Edit Block

Buy Now
Questions 11

A use case requires an Integration Procedure to call an external API that returns a JSON list of customer service agents. The subsequent OmniScript needs to display this list.

Which part of the HTTP Action configuration is responsible for ensuring the external data structure is mapped to a format accessible by subsequent Integration Procedure actions?

Options:

A.

Response Mapping parameters, which define how the response body is extracted and stored as an element within the Integration Procedure ' s data JSON.

B.

Headers section, which contains only authentication and content type metadata.

C.

Timeout parameter, which determines how long the Integration Procedure waits for the external response.

D.

Request Body parameters, which define only the data sent to the external API, not the received data.

Buy Now
Questions 12

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 13

A company is designing a new console for contact center agents to display case data for customers. All cases will be fetched using a single DataRaptor. This page needs to display cases as follows:

" Open " cases with case description, case open date, case type, assigned to, and priority fields. Open cases 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 a link to duplicate cases.How should the consultant design the FlexCard solution to meet these requirements?

Options:

A.

Using three FlexCards

B.

Using a single FlexCard with three states

C.

Using a single FlexCard with multiple card filters

D.

Using a single FlexCard with three flyouts

Buy Now
Questions 14

What is the purpose of the " OmniStudio User " permission set license (PSL)?

Options:

A.

It provides baseline entitlement to use OmniStudio functionality.

B.

It automatically provisions OmniStudio tools for all users.

C.

It grants direct object-level permissions within OmniStudio components.

D.

It enables assignment of OmniStudio-specific permission sets to a user.

Buy Now
Questions 15

What is the purpose of Step elements in OmniScript?

Options:

A.

Allows the user to input data

B.

Groups elements that extract data

C.

Enables the use of repeatable blocks

D.

Organizes the script into one or more pages

Buy Now
Questions 16

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 17

A governance policy states that hard-coded IDs must never be present in deployed components.

How should an OmniStudio Consultant address this in Data Mappers?

Options:

A.

Hard-coded IDs are acceptable if they are for standard Record Types.

B.

Use relationship queries or parameters to resolve IDs dynamically.

C.

Hard code the ID in Development, then manually change it in Production after deployment.

D.

Use a lookup table in Excel to find the IDs.

Buy Now
Questions 18

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 19

A client wants to display an overview of the customer ' s assets inside the first step of a " Modify Asset " OmniScript. This overview is already built as a FlexCard.

How should an OmniStudio Consultant configure the OmniScript to include the FlexCard?

Options:

A.

Embed the FlexCard using a Custom Lightning Web Components (LWC) element.

B.

Rebuild the dashboard using OmniScript Text Blocks.

C.

Embed the dashboard using an iframe.

D.

Exclude the dashboard from the OmniScript.

Buy Now
Questions 20

Which statement accurately describes how upgrades are handled for the Standard OmniStudio runtime environment?

Options:

A.

Upgrades must be initiated by the administrator from the OmniStudio Settings page.

B.

Upgrades are delivered manually through a package installation link.

C.

Upgrades require a consultant to download and apply patches from AppExchange.

D.

Upgrades are pushed automatically with every Salesforce seasonal release.

Buy Now
Questions 21

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 22

A business process requires the user to upload a file in the OmniScript. The file ID needs to be linked to the parent record being created.

Which approach ensures the link is established correctly?

Options:

A.

The Data Mapper Load that creates the parent record should output its ID.

B.

OmniScripts cannot handle file uploads.

C.

Use a Data Mapper Extract to find the file on the user ' s computer.

D.

The file upload happens automatically without any ID linking.

Buy Now
Questions 23

When designing OmniScripts, which three best practices should consultants recommend to increase user adoption?

Choose 3 answers

Options:

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

Buy Now
Questions 24

A company has a process that requires a birthday validation. At the beginning of the process, the user is asked to input their birthday. If the user is less than 18 years old. then the process should display an error stating that the age cannot be less than 18. The process should restrict users from continuing. If the user is 18 or older, then the process should proceed without any error message.

Which two OmniScript features should the consultant recommend to meet this validation requirement?

Choose 2 answers

Options:

A.

Calculation

B.

Messaging

C.

Alert

D.

Formula

Buy Now
Questions 25

An Integration Procedure calls a REST API to retrieve weather data. The API requires certain parameters, such as the city and country, to be passed as query parameters in the URL.

How should the OmniStudio Consultant manage the configuration of these parameters in the HTTP Action?

Options:

A.

Define the parameters only in the HTTP Action Request Body, regardless of the GET method.

B.

Input the parameters as Query Parameters within the HTTP Action properties, which automatically appends them to the endpoint URL.

C.

Use a Data Mapper Load action to send the parameters directly to the external API, bypassing the HTTP Action.

D.

Manually concatenate the parameters into the endpoint URL string using a Set Values action.

Buy Now
Questions 26

What is the purpose of a DataRaptor Load?

Options:

A.

Write data to Salesforce objects

B.

Post data to Salesforce APIs

C.

Load data to an Interface object

D.

Send data to a PDF template

Buy Now
Questions 27

Which element retrieves data from a Salesforce picklist in an org?

Options:

A.

DataRaptor Extract Action

B.

Lookup

C.

Select

D.

Calculation Action

E.

Mark this item for later review.

Buy Now
Questions 28

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?

Options:

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.

Buy Now
Questions 29

A consultant is working with a client who wants to display specific account information on a Flexcard.

The client wants to include account status, priority level, creation date, and company logo. They also want to include actions such as closing a case, opening a new case, or creating a task.

What is the best approach for the consultant to meet the client ' s requirements?

Options:

A.

Use Omniscripts to ,,, script that display .. required information

B.

Use the Flexeard Designer to create a Flexcard, adding the necessary fields and actions.

C.

Use Integration Procedures to integrate the necessary data

D.

Use Data Mappers to transfer and transform the necessary data.

Buy Now
Questions 30

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 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 solution architect is working on a digital transformation project for a client. The client has complex business requirements that need to be implemented

using Omnistudio tools. The solution architect needs to decide which Omnistudio tool to use.

Which Omnistudio tool should the solution architect use to automate the client ' s business processes and create guided interactions using data from the Salesforce

org and external sources?

Options:

A.

Integration procedures

B.

Flexcards

C.

Expression Sets

D.

Omniseripts

Buy Now
Questions 33

An investment portfolio manager wants to build a console to display:

• Client information

• Profile attributes

• Investment instrument information

There are more than 20 profile attributes. Each investment instrument has 15 fields of information to display. The fields should be grouped logically.

How should the consultant design a solution to meet the requirements?

Options:

A.

• A header FlexCard for client information with a Flyout for profile attributes• Child FlexCards for investment instruments with a Flyout for additional information

B.

• A header FlexCard for client information and profile attributes• FlexCards for investment instrument information

C.

• An OmniScript with a Step for client information• Block Elements for investment instruments

D.

• A header FlexCard for client information and profile attributes• Child FlexCards for investment instruments with a Flyout for additional information

Buy Now
Questions 34

A form requires the user to upload a copy of their driver ' s license.

Which component provides this functionality?

Options:

A.

Image

B.

File

C.

Select

D.

Lookup

Buy Now
Questions 35

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 36

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 '

Options:

A.

OmniStudio Action

B.

Integration Procedure

C.

Data Maptor

D.

Calculation Procedure

Buy Now
Questions 37

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 38

An auto insurance company has different rates for each state in the country. The company needs to manage the rates separately, but the formula to calculate the premiums is the same. All the input and output are the same; only the values in the rating tables differ.

Which OmniStudio tool should the consultant recommend to meet this requirement?

Options:

A.

DataRaptor Transform with an interface Map

B.

Aggregation Steps in a Calculation Procedure

C.

Class-based Calculation Procedure

D.

Grouped Calculation Matrix

Buy Now
Questions 39

An OmniStudio Consultant observes that a FlexCard is loading slowly. The card uses an Integration Procedure that fetches 50 fields, but only five are displayed on the UI.

What is the recommended optimization?

Options:

A.

Enable client-side processing on the FlexCard.

B.

Replace the Integration Procedure with a SOQL data source.

C.

Increase the FlexCard timeout setting.

D.

Modify the Integration Procedure to return only the required fields.

Buy Now
Questions 40

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 41

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 42

A company has a process that requires minimum age to purchase. Potential customers must fill in an application form. Rather than have someone fill in the entire form and be denied at the end, 2 consultant recommends using an Omniscript that will ask users to input their birthdate. If the user is younger than than 18 years, then the Omniscript needs to display a message stating " You must be 18 years or older to purchase” and also prevent users from continuing. If the user is 18 or older, then the Omniscript should allow them to proceed without any message.

Which two Omniscript components should the using to meet this validation requirement?

Choose 2 answers

Options:

A.

Alert

B.

Calculation

C.

Formula

D.

Messaging

Buy Now
Questions 43

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 5 child FlexCards inside the state of the parent FlexCard.

How many different data sources can be configured using FlexCards in this scenario?

Options:

A.

2

B.

6

C.

5

D.

1

Buy Now
Questions 44

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.

Buy Now
Questions 45

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 46

A Salesforce OmniStudio Consultant is creating an OmniScript for a client ' s customer service process. The consultant wants to enhance the performance and usability of the OmniScript. What is one best practice the consultant can follow to achieve this?

Options:

A.

Use the Salesforce Lightning App Builder.

B.

Use custom Lightning Web Components with LWC OmniScripts.

C.

Use Angular OmniScripts.

D.

Use the Classic OmniScript Designer.

Buy Now
Questions 47

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?

Options:

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

Buy Now
Questions 48

In which two scenarios should a DataRaptor be used?

Choose 2 answers

Options:

A.

To retrieve an account and Its related contacts

B.

To retrieve today ' s financial news

C.

To send an SMS alert to the user when a process completes

D.

To merge the city and state fields into a single field

Buy Now
Questions 49

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
Questions 50

A Salesforce Omnistudio Consultant is working on a project to automate a complex business process for a client. The consultant decides to use an

Omniscript to guide users through the process.

What is the first step the consultant should take when creating an Omniscript?

Options:

A.

Create a new Selesforce application for the script.

B.

Deploy the script within a Selesforce application

C.

Test the script on multiple channels and devices.

D.

Define the script in the Omniscript Designer.

Buy Now
Questions 51

A company begins a project to unify its customer data across the enterprise. After completing the discovery t analysis phases of the project, the project team recommends FlexCards as the primary solution. The stake holder of the project are excited to move forward with this recommendation. However, IT is concerned that creating FlexCards will require custom coding and advanced technical skills they do not have on their team.

Which two features should the consultant highlight to address IT ' s concerns?

Choose 2answers

Options:

A.

The FlexCard Wizard

B.

Lightning web components used in FlexCards

C.

Newport Design System used in FlexCards

D.

The FlexCard Designer

Buy Now
Questions 52

A Data Mapper Load is used to create a Contact. If the LeadSource is not provided in the input, it should default to " Web " .

How should an OmniStudio Consultant implement this default value rule within the Data Mapper?

Options:

A.

Set the default value using a required validation rule in the Data Mapper.

B.

Configure the field-level default value within the Salesforce Object Manager.

C.

Enable the fallback value property in the Data Mapper Options tab.

D.

Define the value in the Default Value column of the mapping tab.

Buy Now
Questions 53

An OmniStudio Consultant decides to use multiple states on a FlexCard instead of one state with many conditional views.

What is a valid reason for this decision?

Options:

A.

Multiple states automatically enable different data sources for each scenario.

B.

Multiple states improve rendering performance in most implementations, making it easier to design and maintain.

C.

Multiple states are required because conditional visibility cannot be applied to elements.

D.

The required layouts and fields differ significantly between scenarios, making separate states easier to design and maintain.

Buy Now
Questions 54

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 55

A company has an existing OmniScript running in production. The business decides additional customer information is needed and wants to add more questions to the process.

What is the most efficient approach that the consultant can recommend to the business to meet this requirement?

Options:

A.

Add a new Step element with Input elements

B.

Add an LWC component

C.

Add an Input Action to a Step

D.

Add an embedded FlexCard

Buy Now
Exam Name: Salesforce Certified Omnistudio Consultant (Plat-Con-201)
Last Update: Jun 27, 2026
Questions: 142
OmniStudio-Consultant pdf

OmniStudio-Consultant PDF

$25.5  $84.99
OmniStudio-Consultant Engine

OmniStudio-Consultant Testing Engine

$30  $99.99
OmniStudio-Consultant PDF + Engine

OmniStudio-Consultant PDF + Testing Engine

$40.5  $134.99