OmniStudio-Consultant PDF Exam Material 2021 Realistic OmniStudio-Consultant Dumps Questions [Q25-Q47]

Share

OmniStudio-Consultant PDF Exam Material 2021 Realistic OmniStudio-Consultant Dumps Questions 

Updated Salesforce OmniStudio-Consultant Dumps – PDF & Online Engine


Salesforce OmniStudio-Consultant Exam Syllabus Topics:

TopicDetails
Topic 1
  • Design Integration Procedures and related DataRaptors
  • Explain the capabilities, use cases and purpose of using FlexCards
Topic 2
  • Map process requirements to OmniStudio capabilities and explain the interaction between them/Validate developed OmniScript processes to ensure client expectation alignment
Topic 3
  • 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 4
  • 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 5
  • Explain the purpose and benefits of Integration Procedures and DataRaptors
  • Explain the basic structure of an OmniScript
Topic 6
  • Create fit/gap analyses between requirements and OmniStudio capabilities
  • FlexCards to ensure they meet customer requirements/needs

 

NEW QUESTION 25
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 a FlexCard for contacts, and add an Update Contact Details OmniScript as an action.
  • B. Create an OmniScript to update contact data and invoke it when other OmniScripts complete.
  • C. Create an Integration Procedure to update contact data with "Chain On Step" enabled and invoke it from all OmniScripts.
  • D. Create an OmniScript that uses the reusable property to update contact data and embed it In other OmniScripts.

Answer: D

 

NEW QUESTION 26
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. Multiple FlexCards with single action
  • B. Single FlexCard with multiple actions
  • C. Salesforce list view with custom buttons/links
  • D. OmnlScript with multiple Step elements

Answer: B

 

NEW QUESTION 27
A consultant receives a requirement to display products installed at an account site in a customer's 360° FlexCard view. The business requires that the width of the fields displayed should change depending on the device used to view the FlexCard. For example, the Product Name and Model field elements should display at full width on mobile devices, but they should shrink to 60% on devices such as laptops and desktops.
How should the consultant design the FlexCard to meet this requirement?

  • A. Create two states, one for mobile devices and another for non-mobile devices
  • B. Enable the Responsive feature on the Product Name and Model field elements
  • C. Create two FlexCards, one for mobile devices and another for non-mobile devices
  • D. Enable the Mobile-First feature in FlexCard settings

Answer: B

 

NEW QUESTION 28
Which three functions are performed by Action elements in OmniScript?
Choose 3 answers

  • A. Send DocuSign emails for signature
  • B. Organize data into multiple pages
  • C. Get and update data through APIs
  • D. Get and update data in Salesforce
  • E. Display error messages to the user

Answer: A,C,D

 

NEW QUESTION 29
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. Enable the Responsive property
  • B. Use card states
  • C. Customize the styling
  • D. Use flyouts

Answer: A,D

 

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. Add conditional views to the OmniScript
  • B. Change DataRaptors to extract single objects
  • C. Combine these actions into an Integration Procedure
  • D. Add reusable OmniScripts for each step

Answer: C

 

NEW QUESTION 31
What is the purpose of Step elements in OmniScript?

  • A. Organizes the script into one or more pages
  • B. Groups elements that extract data
  • C. Allows the user to input data
  • D. Enables the use of repeatable blocks

Answer: A

 

NEW QUESTION 32
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. Datatable
  • B. Response Action
  • C. Remote Action
  • D. Edit Block

Answer: B,D

 

NEW QUESTION 33
Which three use cases should be implemented using Calculation Procedures & Matrices?
Choose 3 answers

  • A. Use a house's address, size, and age of the building to determine an insurance premium.
  • B. Use the product color and capacity to determine the price of a product.
  • C. Use rules to determine eligible insurance products based on a house's address and age of the building.
  • D. Use location and past usage to determine the monthly cost for an energy product.
  • E. Use risk factors for an insured item to determine different insurance product options.

Answer: B,D,E

 

NEW QUESTION 34
A company wants to create a new customer buying journey for their website. The buying journey should include the following functionality:
* Allow the user to enter contact and address information
* Require the user to enter age, gender, and optionally income bracket
* Compute a discount percentage per product based on the customer data provided
* Save the list of suggested products including discounts
Which three OmniStudio tools should the consultant use to design a solution that meets these requirements7 Choose 3 answers

  • A. Integration Procedures
  • B. OmniScript
  • C. OmniStudio Action
  • D. Calculation Procedures and Matrices
  • E. FlexCard

Answer: A,B,D

 

NEW QUESTION 35
An Insurance company decides to use calculation procedures and matrices to calculate premium costs for new Insurance policies. Prices change very frequently, resulting In multiple copies of the rating or pricing tables.
What is an advantage of calculation procedures that the consultant should highlight in this scenario?

  • A. Allows AI integration to calculate next best offer using policy attributes
  • B. Allows aggregate functions
  • C. Allows text concatenation using algebraic operators
  • D. Allows multiple versions that will execute based on when the request is made

Answer: D

 

NEW QUESTION 36
A company needs an OmniScript to allow customers to order products and services from their website. After the order is submitted, the customer should be able to download a PDF summary of the order.
What type of DataRaptor should the consultant recommend to meet this requirement?

  • A. DataRaptor Load
  • B. DataRator Turbo Extract
  • C. DataRaptor Transform
  • D. DataRaptor Extract

Answer: C

 

NEW QUESTION 37
An investment portfolio manager wants to build a console to display:
* Client information
* Profile attributes
* Investment instrument information
There are more than 20 profile attributes. Each investment instrument has 15 fields of information to display. The fields should be grouped logically.
How should the consultant design a solution to meet the requirements?

  • A. * An OmniScript with a Step for client information
    * Block Elements for investment instruments
  • B. * A header FlexCard for client information and profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information
  • C. * A header FlexCard for client information and profile attributes
    * FlexCards for investment instrument information
  • D. * A header FlexCard for client information with a Flyout for profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information

Answer: A

 

NEW QUESTION 38
A business is creating an agent console with FlexCards to provide a 360° view of their customers. The business wants the following information displayed:
* Account information including account name, phone, and website
* Active opportunities related to the account
* Active contracts related to the account
* The ability to view and renew contracts
An Integration Procedure will be used to retrieve Account, Opportunity, and Contract data.
How should the consultant design the FlexCards to meet these requirements?

  • A. Parent FlexCard with multiple Child and Card Actions
  • B. Parent FlexCard with single Child and multiple Card States
  • C. Parent FlexCard with multiple Child and different Card States
  • D. Parent FlexCard with single Child and Card Actions

Answer: A

 

NEW QUESTION 39
A company has an existing OmniScript that gathers customer information. User feedback suggests that the current process requires too much typing because all the data is entered into input text fields. The users also are concerned because there is no validation in the data that is entered, and users can sometimes enter data that contains errors. The required inputs are first name, last name, age, and email, users are also presented a brief questionnaire regarding customer satisfaction.
Which three input elements can the consultant recommend to improve usability and to provide validation?
Choose 3 answers

  • A. Text Area
  • B. Radio Group
  • C. Range
  • D. Email
  • E. Headline

Answer: A,B,D

 

NEW QUESTION 40
A business needs a 360° view of their accounts, including a FlexCard to display all of the products sold to the account. The business identified 20 different data elements and 10 actions that users would need when view the product information. Once all of the elements are collected together on the FlexCard, it looks cluttered.
Which two FlexCard features should the consultant recommend to address this issue?
Choose 2 answers

  • A. Use a flyout action to display additional information
  • B. Put specific fields in a collapsible block
  • C. Use a condition to hide data unless specific criteria are met
  • D. Use a table or chart to display data

Answer: A,B

 

NEW QUESTION 41
A business Implements FlexCards in their customer 360° view. The business wants to add a new action to on the FlexCards that redirects users to an external web page.
Which type of action should the consultant recommend to meet this new requirement?

  • A. Navigate
  • B. Event
  • C. URL
  • D. Redirect

Answer: A

 

NEW QUESTION 42
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. Add more Step elements to create shorter pages.
  • B. Pass the process type as an input parameter.
  • C. Add more conditional views to branch the OmniScript into logical sections.
  • D. Create a specific OmniScript for each business process.

Answer: C

 

NEW QUESTION 43
which of the following are Integration Procedure Actions?

  • A. OmniScript
  • B. PDF
  • C. TypeAhead
  • D. Email

Answer: D

 

NEW QUESTION 44
An investment portfolio manager wants to build a console to display:
* Client information
* Profile attributes
* Investment instrument information
There are more than 20 profile attributes. Each investment instrument has 15 fields of information to display.
The fields should be grouped logically.
How should the consultant design a solution to meet the requirements?

  • A. * An OmniScript with a Step for client information
    * Block Elements for investment instruments
  • B. * A header FlexCard for client information and profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information
  • C. * A header FlexCard for client information and profile attributes
    * FlexCards for investment instrument information
  • D. * A header FlexCard for client information with a Flyout for profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information

Answer: A

 

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

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

Answer: D

 

NEW QUESTION 46
An existing OmniScript used to capture and update customer information displays the following information o same page:
* Name
* Age
* Street
* Last name
* Postal code
* Gender
* State
* Phone
* City
* Country
* Email
Users report that the information displays in no specific order. Users experience errors when filling the inform because it is not categorized. The process fails after submission because the mandatory fields are blank.
How can the consultant improve the user experience of the OmniScript?

  • A. Use a Visualforce Page with the categories, labels, and the required validation
  • B. Use a template for each category and adding custom code for the required validation
  • C. Use Section to break the information and Headline to the title and a required icon in the input
  • D. Use Block elements to group and required property checked in some of the inputs

Answer: D

 

NEW QUESTION 47
......

Salesforce OmniStudio-Consultant Dumps PDF Are going to be The Best Score: https://www.test4sure.com/OmniStudio-Consultant-pass4sure-vce.html

OmniStudio-Consultant.pdf - Questions Answers PDF Sample Questions Reliable: https://drive.google.com/open?id=1DiMqy475okITpZM9U7vqgcTZ6e35crU-