Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

OmniStudio-Consultant Practice Test


Page 4 out of 25 Pages

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


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





A.
  Replace the DataRaptor Extracts with DataRaptor Turbo Extracts

C.
  Combine the DataRaptors into an Integration Procedure

Explanation:

To improve the performance and avoid hitting Governor limits, the consultant should replace the DataRaptor Extracts with DataRaptor Turbo Extracts and combine them into an Integration Procedure. DataRaptor Turbo Extracts are optimized for speed and efficiency, and can retrieve large amounts of data without using SOQL queries. An Integration Procedure can execute multiple DataRaptor actions in one call, reducing the number of requests and processing time

The design team creates a mock-up proposal of an OmniScript for sales that includes more than 25 steps. Th consultant reviews the proposal and sees that the OmniScript will be used for three different and complex sal processes: change of plan, new sale, and loyalty. The user will select the type of sale at the beginning of the interaction, and then the OmniScript will branch into either change of plan, new sales, or loyalty processes. E process will contain multiple decision points for the user.

Following best practices, what should the consultant recommend to improve the planned design of this OmniScript?


A. Pass the process type as an input parameter.


B. Add more conditional views to branch the OmniScript into logical sections.


C. Add more Step elements to create shorter pages.


D. Create a specific OmniScript for each business process.





D.
  Create a specific OmniScript for each business process.

Explanation:

The consultant should recommend creating a specific OmniScript for each business process to improve the planned design of this OmniScript. Having one OmniScript for three different and complex sales processes will make the OmniScript too long and complicated, and will affect the performance and maintainability. Creating separate OmniScripts for each process will make them more manageable and user-friendly, and will also allow for more customization and flexibility

In an Integration Procedure, what group element will control whether an individual action executes?


A. Conditional Block


B. Cache Block


C. Try-Catch Block


D. Loop Block





A.
  Conditional Block

Explanation:

The group element that will control whether an individual action executes in an Integration Procedure is Conditional Block. Conditional Block allows the designer to specify a condition that determines whether the actions inside the block will run or not. Cache Block is used to store data in memory for later use. Try-Catch Block is used to handle errors and exceptions. Loop Block is used to iterate over a collection of data.

Which two OmniScript components should the consultant recommend using to meet this validation requirement? Choose 2 answers


A. Messaging


B. Alert


C. Calculation


D. Formula





A.
  Messaging

D.
  Formula

A company wants to create a guided process for their customers. The process needs to retrieve data from Salesforce as well as external systems, and the steps of the process will branch depending on input from the user. Users will complete the process in a single session. How should the consultant design the solution to meet these requirements?


A. FlexCards and Integration Procedures


B. FlexCards and DataRaptors


C. OmniScripts and Integration Procedures


D. OmniScripts and DataRaptors





C.
  OmniScripts and Integration Procedures

Explanation:

The consultant should design the solution using OmniScripts and Integration Procedures to meet these requirements. An OmniScript is a tool that can design customer interactions using elements and actions. The consultant can use an OmniScript to create the guided process for the customers. An Integration Procedure is a tool that can execute multiple DataRaptor actions, such as Extract, Transform, and Load, and also invoke REST or SOAP services. The consultant can use Integration Procedures to retrieve data from Salesforce as well as external systems, and store it in a JSON object for display or processing in the OmniScript


Page 4 out of 25 Pages
Previous