About the Exam

This certification is intended for individuals who have experience consulting on building cloud applications using Omnistudio. Passing demonstrates expertise in using Omnistudio tools to design and implement solutions that are sustainable and scalable, meet customer business requirements, and contribute to long-term customer success.

Exam Topics

  • OmniStudio Consulting and Design35%
  • OmniStudio Data Tools23%
  • OmniStudio Integration Procedures23%
  • OmniStudio User Interface19%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 11, 2026 at 11:23 PM

Topic filter
Retired questions
Question sort

QuestionQ1

OmniStudio User Interface

A healthcare provider company is developing a new application for its medical officers. The company wants to show medical test reports for patients. Medical Test Reports is a custom object related to the Patients object. For every patient, the company must list each medical test report with the report name, date requested, and date generated. From every medical test report, the user must be able to perform these actions:

  • Approve
  • Print for Review
  • Send for Retest

Which OmniStudio tools should the consultant use to design a solution that meets these requirements?

  • A Single FlexCard with multiple actions
  • B OmniScript with multiple Step elements
  • C Salesforce list view with custom buttons/links
  • D Multiple FlexCards with single action
Explanation

A single FlexCard can display patient-related Medical Test Report records and their fields, while its Action elements provide the independent Approve, Print for Review, and Send for Retest operations. Salesforce documents that FlexCards support configurable actions and that a FlexCard can include up to six actions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

OmniStudio Data Tools

Which OmniScript element can be used to retrieve data from multiple sources?

  • A Integration Procedure Action
  • B Matrix Action
  • C Calculation Action
  • D DataRaptor Extract Action
Explanation

An Integration Procedure Action invokes an Integration Procedure, which can retrieve and combine data from multiple Salesforce and external sources into a single response for an OmniScript.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

OmniStudio Data Tools

A company must build a quoting process for its internal agents. While creating a quote, an agent selects a product and specifies the grade (A, B, C, D, E) and size (Small, Medium, Large, X-Large). The process must look up the unit price by using the product code, grade, and size, then multiply that unit price by a discount factor.

Which tools should the consultant recommend to satisfy these requirements?

Choose two
  • A Decision Matrix
  • B Expression Set
  • C DataRaptor Extract
  • D DataRaptor Transform
Explanation

A Decision Matrix supports a multi-criteria lookup, so it can retrieve a unit price from the combination of product code, grade, and size. An Expression Set supports the calculation logic needed to multiply that retrieved price by the discount factor.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

OmniStudio Integration Procedures

A business needs a solution that generates an event (platform event) by using account information. All event information is customer-related and stored in Salesforce.

Using an Integration Procedure, which two actions are required to design this solution?

Choose two
  • A DataRaptor Post
  • B HTTP
  • C Response
  • D DataRaptor Extract
Explanation

A DataRaptor Extract retrieves the customer and account information from Salesforce. A DataRaptor Post writes data to Salesforce through a DataRaptor Load, which can create the platform-event record. These actions provide the required read-from-Salesforce and write-to-Salesforce operations.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

OmniStudio Consulting and Design

A business has a project that must be completed quickly to meet important deadlines. However, the developer assigned to the project has left the company, and the new project team has decided to use OmniStudio tools. The development completed so far used APEX code. The new team must finish the project according to these guidelines:

  • Minimize implementation time
  • Ensure end-user processes are as simple as possible

Find a way to ensure optimal UX.

In this scenario, which two actions should the consultant recommend to the project team?

Choose two
  • A Replace existing APEX using DataRaptors and HTTP Actions
  • B Implement FlexCards and OmniScripts for the front-end
  • C Create new LWC templates for branding and styling
  • D Use existing APEX classes as data sources
Explanation

Existing Apex classes can be used as OmniStudio data sources, preserving completed development work and reducing delivery time. FlexCards provide contextual, interactive UI components, while OmniScripts guide users through processes; together they support a simple, optimized user experience. Salesforce documents that OmniStudio Integration Procedures can interact with Apex classes and that OmniScripts create guided interactions while FlexCards display data and launch actions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home