[Q16-Q36] Salesforce OmniStudio-Consultant Practice Verified Answers - Pass Your Exams For Sure! [2021]

Share

Salesforce OmniStudio-Consultant Practice Verified Answers - Pass Your Exams For Sure! [2021]

Valid Way To Pass Salesforce Consultant's  OmniStudio-Consultant Exam

NEW QUESTION 16
A company needs to create a quoting process for its internal agents. During quoting, the agent selects a product and specifies the grade (A, B. C, D. E) and the size (Small Medium, Large, X-large). The process should look up the unit price using the product code, the grade, size, and then multiplies the unit price by a discount factor.
Which two OmniStudio tools should the consultant recommend to meet these requirements?
Choose 2 answers

  • A. Calculation Procedure
  • B. Calculation Matrix
  • C. DataRaptor Transform
  • D. DataRaptor Extract

Answer: B,D

 

NEW QUESTION 17
A company has designed a process that extracts a large amount of data from a Salesforce object. Due to the volume of data that will be retrieved, it is important that Governor limits are not exceeded.
What solution should the consultant recommend?

  • A. DataRaptor Turbo Extract
  • B. Integration Procedure and DataRaptor Turbo Extract
  • C. Calculation Procedure and DataRaptor Turbo Extract
  • D. DataRaptor Extract with Chaining

Answer: B

 

NEW QUESTION 18
A company wants to create a new digital interaction process that allows customers to request a quote for service from a local retail energy supplier. The process requires the following actions:
* Allow the user to select one or more energy products from a list
* Get current energy usage data from an external system via an API
* Save the data back to Salesforce as a lead
Which three OmniScript elements should the consultant recommend to meet these requirements?
Choose 3 answers

  • A. DataRaptor Post Action
  • B. Post to Object Action
  • C. Multi-select Input
  • D. Radio Input
  • E. HTTP Action

Answer: A,C,E

 

NEW QUESTION 19
A company has account Information that they want to display to agents in a summarized view. For each account they want to display icons that allow the user to launch guided processes for frequent tasks. The processes a reused in other parts of the business.
Which three OmniStudio tools are needed to meet these requirements?
Choose 3 answers

  • A. Omni Script
  • B. FlexCards
  • C. OmniStudio Actions
  • D. Flyouts
  • E. Navigate Actions

Answer: A,B,C

 

NEW QUESTION 20
Which OmniStudio tool creates a Chatter post and sends to a Chatter feed?

  • A. Calculation Procedure
  • B. Integration Procedure
  • C. FlexCards
  • D. DataRaptor Load

Answer: B

 

NEW QUESTION 21
A company plans to use OmniScript to digitally transform Its business. During the discovery phase of the project the team reviews all of the business processes including the Individual steps of each process. As a result of analysis, it is clear that many processes need to update contact data at different points in the process.
What solution should the consultant recommend to efficiently meet these requirements?

  • A. Create an Integration Procedure to update contact data with "Chain On Step" enabled and invoke it from all OmniScripts.
  • B. Create an OmniScript to update contact data and invoke it when other OmniScripts complete.
  • C. Create an OmniScript that uses the reusable property to update contact data and embed it In other OmniScripts.
  • D. Create a FlexCard for contacts, and add an Update Contact Details OmniScript as an action.

Answer: C

 

NEW QUESTION 22
A consultant has a project with the following requirement: "Agents need to follow a standard customer greeti.... 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?

  • A. Headline
  • B. Text Area
  • C. Input Block
  • D. Step

Answer: A

 

NEW QUESTION 23
When designing OmniStudio solutions, what are two reasons that explain why Integration Procedures are recommended as the first choice of data sources for FlexCards and OmniScripts?
Choose 2 answers

  • A. They future-proof your front end design.
  • B. They can retrieve Salesforce data from multiple objects faster.
  • C. They combine multiple actions into a single server call.
  • D. They enable better usability in digital interactions.

Answer: B,C

 

NEW QUESTION 24
What business problem does DataRaptor solve?

  • A. It combines multiple steps and processes into a single server call.
  • B. It allows developers to create complex API queries declaratively.
  • C. It guides humans through a complex business process.
  • D. lt removes the need to code data mappings for data transformations.

Answer: D

 

NEW QUESTION 25
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 Each step uses DataRaptor Extract Actions to retrieve Salesforce dat a. 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. Add Order By filter in DataRaptor Extract
  • B. Combine the DataRaptors into an Integration Procedure
  • C. Add Limit filter in DataRaptor Extract
  • D. Replace the DataRaptor Extracts with DataRaptor Turbo Extracts

Answer: B,D

 

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

  • A. Conditional Block
  • B. Loop Block
  • C. Try-Catch Block
  • D. Cache Block

Answer: A

 

NEW QUESTION 27
A healthcare company wants to enable its subscribers to add. edit, or delete dependents related to their policy via their Community portal. The project team decides to use OmniStudio tools to provide this functionality.
In this scenario, which two OmniStudio features should the consultant recommend7 Choose 2 answers

  • A. Remote Action
  • B. Response Action
  • C. Datatable
  • D. Edit Block

Answer: B,D

 

NEW QUESTION 28
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 see key 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

  • A. Use card states
  • B. Use flyouts
  • C. Enable the Responsive property
  • D. Customize the styling

Answer: B,C

 

NEW QUESTION 29
Which OmniScript element can be used to retrieve data from more than one source?

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

Answer: B

 

NEW QUESTION 30
A company has an OmniScript that allows agents to schedule service calls. The first step displays the account name, primary contact name, and telephone number to the user for confirmation. On the second step, it displays available appointment slots, which are retrieved from an external service in XML and then transformed into JSON. The following actions are currently used in the OmniScript:
* DataRaptor Extract Action
* HTTP Action
* DataRaptor Transform Action
Following best practices, what can the consultant recommend to reduce processing time?

  • A. Change DataRaptors to extract single objects
  • B. Combine these actions into an Integration Procedure
  • C. Add reusable OmniScripts for each step
  • D. Add conditional views to the OmniScript

Answer: B

 

NEW QUESTION 31
How should the consultant design the OmniScript solution to allow the user to stop and resume a process at a later time?

  • A. Configure the Save property
  • B. Use an Integration Procedure
  • C. Configure a Resume Step
  • D. Use a DataRaptor Post Action

Answer: A

 

NEW QUESTION 32
Which of the following is a key difference between Integration Procedures and DataRaptors?

  • A. Integration Procedures can retrieve data from multiple related objects.
  • B. DataRaptors can access data from external sources.
  • C. Integration Procedures can access data from external sources.
  • D. DataRaptors can invoke multiple actions in a single server call.

Answer: C

 

NEW QUESTION 33
A company has a requirement to create a 360° view of their customers using FlexCards. At this company, customer data is stored in Salesforce but also in external legacy systems. A consultant reviews the use cases needed and recommends a FlexCard canvas that contains multiple child cards inside the state of a parent FlexCard.
What is the advantage of embedding multiple child cards in this scenario?

  • A. Enables the FlexCard to be used on a Community page
  • B. Enables easier global styling changes
  • C. Allows multiple data sources to be used
  • D. Allows conditional views with the Toggle element on each child card

Answer: C

 

NEW QUESTION 34
A business has the following requirements:
* To display cases for an account
* The user should see all of the cases on the canvas
* The user should be able to create a new case from the canvas
The consultant decides to use states to enable this functionality.
Which type of state should the consultant recommend to allow users to create a new case from the canvas?

  • A. Active Card State
  • B. Edit Mode State
  • C. New Card State
  • D. Blank Card State

Answer: A

 

NEW QUESTION 35
A company has a legacy application to display customer information. The application currently uses custom CS / HTML to display information in the company's color scheme and fonts. The application also provides users will access to more than 25 processes. Recently, a new project was started to build a 360° view using FlexCards to replace the legacy application.
In this scenario, which three FlexCard features should the consultant recommend?
Choose 3 answers

  • A. Newport Design System
  • B. Custom Styles
  • C. Menu elements
  • D. Actions
  • E. Datatables

Answer: B,C,D

 

NEW QUESTION 36
......

Salesforce OmniStudio-Consultant Pre-Exam Practice Tests | PassLeader: https://www.passleader.top/Salesforce/OmniStudio-Consultant-exam-braindumps.html

OmniStudio-Consultant practice test questions, answers, explanations: https://drive.google.com/open?id=1AHVvAyFlKsJ8MZDGGE6yXBKnkLIqobvf