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 8 out of 25 Pages

A company needs to implement new verification processes for contacts in their org. This process relies on three Contact record types: Recruiter, Candidate, and Trainer. The verification process is different for each type of contact. For example, recruiters must pass a background check; trainers must complete mandatory training classes, and candidates must achieve certifications. Which OmniStudio tools should the consultant recommend to meet these requirements?


A. Specific FlexCards with Actions for each type of Contact


B. Multiple OmniStudio Actions that invoke separate OmniScripts


C. Single FlexCard with an Action to invoke an OmniScript


D. Single OmniStudio Action that invokes separate Omniscripts





D.
  Single OmniStudio Action that invokes separate Omniscripts

Explanation:

The OmniStudio tools that should be recommended to meet these requirements are single OmniStudio Action that invokes separate Omniscripts. OmniStudio Action can be used to conditionally launch different Omniscripts based on the record type of the contact. Omniscripts can be used to implement the verification processes for each type of contact. Specific FlexCards with Actions for each type of Contact would require creating redundant FlexCards and Actions for each record type. Multiple OmniStudio Actions that invoke separate Omniscripts would require creating redundant Actions for each record type. Single FlexCard with an Action to invoke an Omniscript would not allow for different verification processes based on the record type.

A company needs to create a process that allows call center admins to retrieve all open cases that have a case type of "network issue" and submit the case data "as-is" to a back-office system for validation in batch on a daily basis. Once the cases have been submitted, the process should trigger an email to the supervisor. Which three OmniStudio tools should the consultant recommend to meet these requirements? Choose 3 answers


A. DataRaptor Turbo Extract


B. OmniScript


C. FlexCard


D. Integration Procedure


E. DataRaptor Load





A.
  DataRaptor Turbo Extract

D.
  Integration Procedure

E.
  DataRaptor Load

Explanation:

The three tools that should be used in the solution are DataRaptor Turbo Extract, Integration Procedure, and DataRaptor Load. DataRaptor Turbo Extract can be used to retrieve all open cases that have a case type of “network issue” from Salesforce in batch mode. Integration Procedure can be used to orchestrate the data flow between Salesforce and the back-office system, as well as trigger an email to the supervisor after the cases have been submitted. DataRaptor Load can be used to write data to the back-office system using REST or SOAP APIs. OmniScript is not needed for this scenario, as there is no user interface involved. FlexCard is not relevant for this scenario, as it is used to display contextual data on record pages.

A company uses calculation procedures to determine product pricing. Due to the company's pricing schedules, there is always more than one calculation procedure active at one time for a given date. In this scenario, how will the calculation engine select which calculation procedure to run?


A. Date modified


B. Priority


C. Sequence


D. Date created





B.
  Priority

Explanation:

The calculation engine will select which calculation procedure to run based on Priority. Priority is a field on the calculation procedure object that determines the order in which calculation procedures are executed when there are multiple active ones for a given date. The lower the priority number, the higher the precedence. Date modified, Sequence, and Date created are not factors that affect the calculation procedure selection logic.

A company has several customer support departments. Each department has different case creation processes, but they want to unify them into a single LWC OmniScript. During the discovery, the consultant identifies two key requirements:

* Each department has different case fields they need to capture
* If the user cancels the process, they should return to a support console app

Which two OmniScript features should the consultant recommend to meet these requirements?

Choose 2 answers


A. Enable the Save for Later feature


B. Set Enable Cancel in Setup


C. Use Conditional Views on steps for each department


D. Add a Done action that redirects to the support console





B.
  Set Enable Cancel in Setup

C.
  Use Conditional Views on steps for each department

A consultant designs a FlexCard with five card states following best practices. Four of the card states have a condition. At runtime, if two of the states' condition are true, which state will be displayed?


A. The first state with the highest priority closest to the top of the canvas


B. The state closest to the top of the canvas


C. The first state with a true condition closest to the top of the canvas


D. The state with a true condition that has the highest priority





D.
  The state with a true condition that has the highest priority

Explanation:

The state that will be displayed at runtime if two of the states’ condition are true is the state with a true condition that has the highest priority. Priority is a field on the state object that determines the order in which states are evaluated when there are multiple states with true conditions. The lower the priority number, the higher the precedence. The position of the state on the canvas or the order of evaluation does not affect the state selection logic.


Page 8 out of 25 Pages
Previous