Free OmniStudio-Consultant Braindumps Download Updated on Jan 21, 2022 with 110 Questions [Q57-Q72]

Share

Free OmniStudio-Consultant Braindumps Download Updated on Jan 21, 2022 with 110 Questions

Salesforce OmniStudio-Consultant Exam Practice Test Questions


Salesforce OmniStudio-Consultant Exam Syllabus Topics:

TopicDetails
Topic 1
  • Collect and group the customer 360 Information required to show to an end user
  • Gather, analyze, and simplify business requirements in order to design solutions using OmniStudio tools
Topic 2
  • Describe the benefits of using Calculation Matrices and Calculation Procedures and provide real examples /Identify business process step requirements and map them to OmniScript Components
Topic 3
  • Explain the purpose and benefits of Integration Procedures and DataRaptors
  • Explain the basic structure of an OmniScript
Topic 4
  • Create fit/gap analyses between requirements and OmniStudio capabilities
  • FlexCards to ensure they meet customer requirements/needs
Topic 5
  • Design Integration Procedures and related DataRaptors
  • Explain the capabilities, use cases and purpose of using FlexCards

 

NEW QUESTION 57
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. Priority
  • B. Date created
  • C. Date modified
  • D. Sequence

Answer: A

 

NEW QUESTION 58
A company implements an integration procedure that is invoked from an OmniScript. The integration procedL includes a very long-running process that makes users impatient.
Which feature should the consultant recommend to Improve performance and address users' concerns?

  • A. Conditions
  • B. Try Catch
  • C. Batch jobs
  • D. Chaining

Answer: D

 

NEW QUESTION 59
A business has a requirement to display an account and all of the associated contacts on a page. The number contacts will vary for each account. For each contact, the page should display first name, last name, email, at phone number with options to edit the contact information or send a message. The primary contact for an a should be highlighted with a blue border.
Which two FlexCards features should the consultant recommend to meet these requirements?
Choose 2 answers

  • A. Flyouts
  • B. Repeat Block
  • C. Datatable
  • D. States

Answer: C,D

 

NEW QUESTION 60
A consultant needs to design an OmniScript to capture the following information:
* Select one payment method from a list of options
* Enter the address information with autocomplete
* Enter a phone number
Which OmniScript elements should be used to capture this information?

  • A. Radio, TypeAhead, and Telephone
  • B. Multi-Select. Address, and Telephone
  • C. Select, TypeAhead, and Number
  • D. Checkbox, Geolocation, and Number

Answer: A

 

NEW QUESTION 61
A health provider company is building a new application for its medical officers. The company wants to display medical test reports for patients. Medical test reports is a custom object, related to the Patients object.
For e< patient, the company needs to list each medical test report including the report name, date requested, and d generated. From each medical test report, the user should be able to take the following actions:
* Approve
* Print for Review
* Send for Retest
Which OmniStudio tools should the consultant use to design a solution to meet these requirements?

  • A. Salesforce list view with custom buttons/links
  • B. OmnlScript with multiple Step elements
  • C. Multiple FlexCards with single action
  • D. Single FlexCard with multiple actions

Answer: D

 

NEW QUESTION 62
A business implements several OmniScripts and requests a design review to identify possible improvements.
During the review, the consultant notices that each OmniScript needs to update address data, but each OmniScript collects the information differently using different labels and input elements.
What can the consultant recommend to improve these OmniScripts?

  • A. Add an address typeahead element to all the OmniScripts.
  • B. Create new versions of the OmniScripts to collect the address information.
  • C. Use a DataRaptor Transform to standardize the data format.
  • D. Create a reusable OmniScript to update address information.

Answer: D

 

NEW QUESTION 63
What is the purpose of the Messaging element in OmniScript?

  • A. Display a warning to users based on logical conditions
  • B. Trigger an event to external data sources based on logical conditions
  • C. Display a custom styled message
  • D. Send email/text to users based on logical conditions

Answer: A

 

NEW QUESTION 64
which Action element redirects the user outside an LWC OmniScript?

  • A. Response
  • B. Post to Object
  • C. Done
  • D. Navigate

Answer: D

 

NEW QUESTION 65
In which two scenarios should a DataRaptor be used?
Choose 2 answers

  • A. To merge the city and state fields into a single field
  • B. To send an SMS alert to the user when a process completes
  • C. To retrieve an account and Its related contacts
  • D. To retrieve today's financial news

Answer: A,C

 

NEW QUESTION 66
A business needs to create a FlexCard to display open cases for an account. The cases should display different depending on their priority.
* Low or Medium priority cases should display case data and an Update Account Info action.
* High priority cases should include a red border, an alert notification, and an Escalate action.
What is the most efficient way to meet these requirements?

  • A. Create a FlexCard with one card state. Use conditions on the fields and actions to filter for priority.
  • B. Create two FlexCards with one card state each. Use conditions on the states to filter for priority.
  • C. Create two FlexCards, one for Low / Medium priority cases and another for High priority cases.
  • D. Create a FlexCard with two card states. Use conditions on the state to filter for priority.

Answer: D

 

NEW QUESTION 67
An auto insurance company has different rates for each state in the country. The company needs to manage the rates separately, but the formula to calculate the premiums is the same. All the input and output are the same; only the values in the rating tables differ.
Which OmniStudio tool should the consultant recommend to meet this requirement?

  • A. Aggregation Steps in a Calculation Procedure
  • B. Class-based Calculation Procedure
  • C. DataRaptor Transform with an interface Map
  • D. Grouped Calculation Matrix

Answer: D

 

NEW QUESTION 68
A client wants to create an OmniScript to capture customer satisfaction. The process requires the following actions:
* Present the user with a customer satisfaction question that allows them to select one option from a 1-5 satisfaction rating.
* Create a case for an account team member to follow up.
* Email a summary message to the user.
Which OmniScript elements should the consultant recommend to meet these requirements'

  • A. Radio Group, DataRaptor Post Action, and Email Action
  • B. Edit Block, DataRaptor Post Action, and Messaging Action
  • C. Multi-Select, Remote Action, and Email Action
  • D. Radio Group, Remote Action, and Messaging Action

Answer: A

 

NEW QUESTION 69
When a customer wants to buy a new device, a discounted rate can be applied after considering the number lines and internet coverage on their current plan.
Which OmniStudio tool could a consultant recommend to get the discounted rate?

  • A. Calculation Matrices
  • B. DataRaptor Turbo
  • C. DataRaptor Transform
  • D. OmniStudio Action

Answer: A

 

NEW QUESTION 70
A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a recommend to improve performance and address users concerns Which feature should the consultant recommend to improve performance and address users concerns?

  • A. Conditions
  • B. Try Catch
  • C. Batch jobs
  • D. Chaining

Answer: D

 

NEW QUESTION 71
How many levels deep can reusable OmniScripts be nested?

  • A. 0
  • B. 1
  • C. 2
  • D. Unlimited

Answer: B

 

NEW QUESTION 72
......

Updated Verified OmniStudio-Consultant dumps Q&As - Pass Guarantee or Full Refund: https://www.passsureexam.com/OmniStudio-Consultant-pass4sure-exam-dumps.html

Updated Certification Exam OmniStudio-Consultant Dumps - Practice Test Questions: https://drive.google.com/open?id=1clNDTyHhONIyFu7apeunicNgVeeLFz6Z