Plat-Con-201 Exam Questions & Answers
Salesforce Certified Omnistudio Consultant • Salesforce
100% money-back guarantee
Sample Plat-Con-201 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
What is best practice regarding the number of fields returned by a data source to a FlexCard?
FlexCard performance is directly influenced by the amount of data transferred between the server and the client. Returning only the fields required for display, calculations, or actions minimizes payload size, improves rendering speed, reduces network traffic, and simplifies maintenance. Returning every available field may seem flexible, but it increases response size and can negatively affect performance, particularly on mobile devices and slower networks. Concatenating fields into a single value reduces usability and limits downstream processing options. XML standardization is unrelated to FlexCard optimization. Salesforce recommends trimming data returned from Integration Procedures and Data Mappers so that only necessary information is passed to consuming components. This principle is a core OmniStudio performance best practice and contributes to faster, more scalable user experiences.
A dashboard FlexCard contains two separate child FlexCards: "Account Details" and "Recent Orders". When the user updates the address in "Account Details", the "Recent Orders" card needs to refresh to reflect shipping tax changes.
How should an OmniStudio Consultant handle the communication between these decoupled cards?
PubSub is the correct design because the two FlexCards are separate, decoupled components that need to communicate without forcing a full page reload. The Account Details card can publish an event after the address update, and the Recent Orders card can listen for that event and refresh its data. This is exactly the kind of cross-component communication pattern PubSub supports in OmniStudio. A full page reload is inefficient and damages user experience. A Navigate action is used for navigation, not real-time component refresh. Keeping the cards separate without communication fails the requirement because tax-sensitive order data would remain stale. Salesforce documents PubSub events as a way for one FlexCard action to notify another component or FlexCard on the same page or application.
A business needs to display installed products for field service technicians on service calls using a mobile device The installed product information must be summarized so the technician can seekey details at a glance. How the technician also needs to sometimes access a list of past service dates for each product.
Which two FlexCards features should the consultant recommend to meet this requirement?
Choose 2 answers
The two FlexCard features that the consultant should recommend to meet this requirement are: Flyouts and Responsive property. A Flyout is a pop-up window that can display additional information or actions for a FlexCard. The consultant can use a Flyout to show the list of past service dates for each product, without cluttering the main FlexCard. The Responsive property is a property that determines how a FlexCard adapts to different screen sizes and orientations.The consultant can enable the Responsive property to make the FlexCard display well on mobile devices, such as tablets or phones
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?
The consultant should design a solution using an OmniScript with multiple Step elements to meet the requirements. An OmniScript is a tool that can design customer interactions using elements and actions. The consultant can use an OmniScript to display client information, profile attributes, and investment instrument information. A Step element can group related fields and elements in an OmniScript, and display them in a page or a section.The consultant can use multiple Step elements to organize the information into logical groups, such as client information, profile attributes, and investment instruments
A business wants to display customer 360 information in a console for their call center agents. The customer information will come from a variety of sources, and the information should be grouped together logically. The agents will need to take different actions depending on the context of each group of information.
Which tool should a consultant recommend to meet this requirement?
The tool that the consultant should recommend to meet this requirement is Lightning web components. Lightning web components are custom HTML elements built using HTML and modern JavaScript. They can be used to create rich and interactive user interfaces that display data from various sources and allow users to take actions. In this case, a Lightning web component can be used to display customer 360 information in a console using FlexCards, OmniScripts, or other components. Omniscript is not a tool, but a type of component that can be used to create guided interactions. Visualforce Page is not suitable for this requirement, as it is a legacy technology that uses server-side rendering and does not support modern web standards. FlexCards are not a tool, but a type of component that can be used to display contextual data on record pages.
Get access to all 185 verified questions with detailed answers.
Unlock All Plat-Con-201 Questions