salesforce omnistudio consultant Practice Questions & Answers (Set 6) | CodeWme
#1 A business process needs to perform a multi step calculation on each contact record in a list. Using an Integration Procedure to process the list, which feature can be used to meet this requirement? Select 1
✅ Answer: Loop Block
The Loop Block enables the Integration Procedure to iterate through a list of records and perform a sequence of actions on each item.
#2 A consultant has a project with the following requirement: Agents need to follow a standard customer greeting script in order to ensure brand consistency. Which Omniscript element should the consultant recommend to ensure the agents can see and follow these standard scripts? Select 1
✅ Answer: Headline
While 'Text Block' is the ideal element, among the choices provided, 'Headline' is the only display-only element capable of showing read-only text to the user.
#3 A business plans to implement new tools... requirements: 'At a glance' dashboards... Lists of customer bills (external). Which two Flexcard benefits should the consultant highlight? (Select 2) Select all that apply
✅ Answer: Display different actions based on context., Display a 360° view of the customer.
Flexcards provide a 360° view by aggregating internal and external data, and context-aware actions improve efficiency.
#4 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... What is the best approach for the consultant to meet the client's requirements? Select 1
✅ Answer: Use the Flexcard Designer to create a Flexcard, adding the necessary fields and actions.
The Flexcard Designer is the UI tool used to layout fields, images, and action buttons for a dashboard-style component.
#5 A telecommunications company wants to create a 360° view... installed products can have 4 different statuses... Agents complete different processes, depending on status. Which two Flexcard features should the consultant use? (Select 2) Select all that apply
✅ Answer: Omnistudio Action, States
States allow the card to change layout/buttons based on the 'Status' field, and Omnistudio Actions are used to configure the specific buttons for each process.
#6 Salesforce Omnistudio Consultant is creating an Omniscript... wants to enhance the performance and usability. What is one best practice the consultant can follow? Select 1
✅ Answer: Use custom Lightning web components with LWC Omniscripts.
LWC Omniscripts offer superior performance over legacy Angular scripts and allow for extension via custom Lightning Web Components.
#7 Which two functions can be performed by Data Mappers? (Select 2) Select all that apply
✅ Answer: Transform data, Read and write data to Salesforce
Data Mappers are dedicated to Salesforce I/O (Extract/Load) and data transformation (Transform). They cannot access external systems directly.
#8 Which Omnistudio tool can be used to invoke scheduled jobs? Select 1
✅ Answer: Integration Procedure
Integration Procedures can be scheduled to run as background batch jobs (via Apex or Vlocity Scheduled Jobs) to perform complex logic.
#9 Many processes need to update contact data at different points in the process. Which solution should the consultant recommend to efficiently meet these requirements? Select 1
✅ Answer: Create an Omniscript that uses the reusable property to update contact data and embed it in other Omniscripts
A Reusable Omniscript allows the 'Update Contact' logic and UI to be defined once and embedded into any other parent Omniscript that needs it.
#10 A consultant is tasked with migrating Calculation Matrices and Procedures... What is a key consideration when migrating Calculation Matrices and Procedures? Select 1
✅ Answer: Looping procedures cannot be migrated as expression sets.
Expression Sets do not support the same native looping configuration as legacy Calculation Procedures, requiring an architectural redesign (e.g., looping in an IP).
#11 Agent enters the new contact information using an Omniscript and then needs to generate a PDF with the contact information pre-filled. What should the consultant recommend to generate the pre filled PDF? Select 1
✅ Answer: Data Mapper
A Data Mapper Transform is required to map the Omniscript JSON data to the specific fields (tokens) inside the PDF template for pre-filling.
#12 A company has a requirement to create a 360° view... parent Flexcard that contains five child Flexcards... Based on the Flexcard capabilities, how many different data sources can be configured for the Flexcards in this scenario? Select 1
✅ Answer: 6
Each of the 5 Child Flexcards plus the 1 Parent Flexcard can have its own independent data source.
🎉 You have reached the end of this series!
Back to Practice Dashboard