問題集を購入するなら最新の2024年02月19日 OmniStudio-Consultant試験問題と解答PDFで一年間無料更新 [Q48-Q73]

Share

問題集を購入するなら最新の2024年02月19日 OmniStudio-Consultant試験問題と解答PDFで一年間無料更新

時間限定無料ダウンロード!最新のOmniStudio-Consultant問題集で2024年最新のOmniStudio-Consultant試験問題

質問 # 48
which two of the following use cases are best solved using Calculation Procedures & Matrices?
Choose 2 answers

  • A. To determine the list of products to display to a customer
  • B. To return output that is calculated differently based on the date
  • C. To apply the correct factor when determining a cost
  • D. To retrieve text data and convert it to an integer

正解:B、C


質問 # 49
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. * A header FlexCard for client information and profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information
  • B. * A header FlexCard for client information and profile attributes
    * FlexCards for investment instrument information
  • C. * An OmniScript with a Step for client information
    * Block Elements for investment instruments
  • D. * A header FlexCard for client information with a Flyout for profile attributes
    * Child FlexCards for investment instruments with a Flyout for additional information

正解:C


質問 # 50
Which OmniStudio tool can be used to invoke scheduled jobs?

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

正解:A

解説:
Explanation
The OmniStudio tool that can be used to invoke scheduled jobs is Integration Procedure. 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. An Integration Procedure can also be scheduled to run at a specific time or frequency using Apex Scheduler or Process Builder


質問 # 51
What is the purpose of Step elements in OmniScript?

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

正解:B


質問 # 52
A company needs to create an OmniScript with three steps.
* Step 1
* Step 2
* Step 3
Enter customer details
Select a product
Display a price retrieved from a REST API
The product's price should automatically display in Step 3.
What should the consultant add to the design of the OmniScript to meet these requirements?

  • A. Integration Procedure Action inside Step 3
  • B. Integration Procedure Action between Step 2 and Step 3
  • C. DataRaptor Post Action inside Step 2
  • D. DataRaptor Post Action between Step 2 and Step 3

正解:B


質問 # 53
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. Edit Block
  • D. Datatable

正解:B、C


質問 # 54
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. Datatable
  • B. Flyouts
  • C. States
  • D. Repeat Block

正解:A、C


質問 # 55
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 easier global styling changes
  • B. Allows multiple data sources to be used
  • C. Enables the FlexCard to be used on a Community page
  • D. Allows conditional views with the Toggle element on each child card

正解:B


質問 # 56
An insurance company wants to create an OmniScript that allows the user to review and change account number such as phone number and website. In this process, the following functionality is needed:
* Enter the company's website
* Enter the account phone number
* Each field should display on a separate line of the page
Which three elements should the consultant include in the OmniScript design solution?
Choose 3 answers

  • A. Telephone
  • B. Number
  • C. Text Area
  • D. Text
  • E. Line Break

正解:A、D、E

解説:
Explanation
The three elements that the consultant should include in the OmniScript design solution are: Telephone, Line Break, and Text. A Telephone element can display a field for the user to enter a phone number, with validation and formatting options. A Line Break element can insert a line break between two elements, making them display on separate lines. A Text element can display a field for the user to enter text, such as a website URL


質問 # 57
An Insurance agency wants to enable its call center agents to be more efficient when handling customer inqul.... After analyzing patterns in the call logs, the agency discovers that one of the top customer requests is to find total insurance premiums paid as well as the difference year over year. Agents need to relay this information the customer and then send them a summary report by email. The agency decides to implement this process using OmniScript.
What three OmniScrlpts elements should be used to meet the requirements?
Choose 3 answers

  • A. Email Action
  • B. Calculation Action
  • C. DataRaptor Post Action
  • D. DataRaptor Extract Action
  • E. Messaging Element

正解:A、B、D

解説:
Explanation
The three OmniScript elements that should be used to meet the requirements are: DataRaptor Extract Action, Email Action, and Calculation Action. A DataRaptor Extract Action can retrieve data from a Salesforce object, such as total insurance premiums paid and the difference year over year, and store it in an Interface object or a JSON object. An Email Action can send an email to the customer with a summary report attached, using data from an Interface object or a JSON object. A Calculation Action can perform mathematical operations on data from an Interface object or a JSON object, such as calculating the difference year over year


質問 # 58
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. OmnlScript with multiple Step elements
  • C. Single FlexCard with multiple actions
  • D. Salesforce list view with custom buttons/links

正解:C


質問 # 59
A company has an existing OmniScript that agents use to create new billing accounts. It currently has three steps to capture the required information:
* Step 1: account name and legal number
* Step 2: billing cycle and monthly due date
* Step 3: email and telephone number
After each step, a DataRaptor is used to update the account information in Salesforce.
Following best practices, which two improvements can the consultant recommend for this OmniScript?
Choose 2 answers

  • A. Configure the save for later property
  • B. Combine the three steps into one step
  • C. Use a single DataRaptor to save the information
  • D. Create a reusable OmniScript for this process

正解:B、C

解説:
Explanation
When designing OmniScripts, the best practices that should be followed to optimize performance and user experience are:
Use a single DataRaptor to save the information: Instead of using multiple DataRaptors to update the account information after each step, it is better to use a single DataRaptor at the end of the OmniScript to save all the information at once. This reduces the number of database operations and improves performance.
Combine the three steps into one step: Instead of having three separate steps to capture the required information, it is better to combine them into one step with a simple layout. This reduces the number of page transitions and improves user experience.
The suggestions that are not best practices are:
Create a reusable OmniScript for this process: This may not be necessary if the process is specific to creating new billing accounts and not used by other OmniScripts. Creating a reusable OmniScript may add complexity and maintenance overhead.
Configure the save for later property: This may not be useful if the process is short and simple and does not require the user to resume it later. Configuring the save for later property may add unnecessary storage and retrieval logic.


質問 # 60
When designing OmniScripts, which three best practices should consultants recommend to increase user adoption?
Choose 3 answers

  • A. Provide keystroke commands for data entry
  • B. Divide complex processes into sections
  • C. Replicate existing processes as-is
  • D. Provide user help text
  • E. Prefill data for users when possible

正解:B、D、E

解説:
Explanation
When designing OmniScripts, the best practices that should be followed to increase user adoption are:
* Prefill data for users when possible (This reduces user effort and improves data quality)
* Divide complex processes into sections (This makes the script more manageable and user-friendly)
* Provide user help text (This guides the user through the script and clarifies any doubts) The best practices that should not be followed to increase user adoption are:
* Replicate existing processes as-is (This may not leverage the full potential of OmniStudio and may not address the pain points of the users)
* Provide keystroke commands for data entry (This may not be intuitive or accessible for all users and may require additional training)


質問 # 61
A business wants to add typeahead functionality to an existing OmniScript. The business wants the user to begin entering the name of a contact in Salesforce. and allow the user to select the contact once it has found a match. Once the contact has been selected, the OmniScript should retrieve the contact's email address for use in a later step of the process.
What data source is needed when using the TypeAhead element?

  • A. DataRaptor Post Action
  • B. Integration Procedure Action
  • C. DataRaptor Extract Action
  • D. HTTP Action

正解:C


質問 # 62
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. HTTP Action
  • C. Radio Input
  • D. Multi-select Input
  • E. Post to Object Action

正解:A、B、D


質問 # 63
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 recommend?
Choose 2 answers

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

正解:B、C

解説:
Explanation
The two OmniScript features that the consultant should recommend are Response Action and Edit Block. A Response Action is an action that can save or submit data from an OmniScript to a Salesforce object or an external system. The consultant can use a Response Action to allow the user to add, edit, or delete dependents related to their policy via their Community portal. An Edit Block is an element that can display a list of records for the user to view, edit, or delete, using an OmniScript or an Integration Procedure. The consultant can use an Edit Block to display the dependents related to the policy, and allow the user to modify them


質問 # 64
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

正解:A


質問 # 65
An insurance company decides to use calculation procedures and matrices to calculate premium costs for new Insurance policies. Prices change very frequently, resulting In multiplecopies of the rating or pricing tables.
What is an advantage of calculation procedures that the consultant should highlight in this scenario?

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

正解:A

解説:
Explanation
An advantage of calculation procedures that the consultant should highlight in this scenario is that they allow multiple versions that will execute based on when the request is made. A calculation procedure can have different versions with different effective dates, which determine when they are active or inactive. This way, the calculation procedure can use different rating or pricing tables depending on the date of the request, and handle frequent changes in prices


質問 # 66
In which two scenarios should a DataRaptor be used?
Choose 2 answers

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

正解:A、B

解説:
Explanation
The two scenarios where a DataRaptor should be used are: to retrieve an account and its related contacts, and to merge the city and state fields into a single field. A DataRaptor is a tool that can read, transform, and write data from Salesforce objects or JSON objects. A DataRaptor Extract can retrieve data from one or more Salesforce objects using SOQL queries, and store it in an Interface object or a JSON object. A DataRaptor Transform can map data from one Interface object or JSON object to another, and apply formulas and functions to transform the data. For example, a DataRaptor Transform can concatenate two fields into one using the + operator


質問 # 67
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. URL
  • C. Event
  • D. Redirect

正解:A


質問 # 68
An OmniScript saves data to Salesforce and to an external system. What OmniScript element could save all this data?

  • A. DataRaptor Post Action
  • B. DataRaptor Transform Action
  • C. Integration Procedure Action
  • D. HTTP Action

正解:C


質問 # 69
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. OmniScript
  • B. OmniStudio Action
  • C. Integration Procedures
  • D. Calculation Procedures and Matrices
  • E. FlexCard

正解:A、B、D

解説:
Explanation
The correct OmniStudio tools to design a solution that meets these requirements are OmniScript, Calculation Procedures and Matrices, and OmniStudio Action. OmniScript can be used to create a user interface for capturing customer information and displaying suggested products. Calculation Procedures and Matrices can be used to compute the discount percentage per product based on the customer data provided. OmniStudio Action can be used to save the list of suggested products including discounts to Salesforce or an external system. Integration Procedures are not needed for this scenario, as there is no data integration involved.
FlexCard is not relevant for this scenario, as it is used to display contextual data on record pages.


質問 # 70
A business has a project that must be completed soon in order to meet important deadlines. However, the developer on the project has left the company, and the new team on the project has decided to use OmniStudio tools. The development work completed so far was done using APEX code. The new team must complete the project following these guidelines:
* Minimize implementation time
* Ensure end-user processes are as simple as possible
* Find a way to ensure optimal UX
In this scenario, what two actions should the consultant recommend to the project team' Choose 2 answers

  • A. Implement FlexCards and OmniScripts for the front-end
  • B. Create new LWC templates for branding and styling
  • C. Replace existing APEX using DataRaptors and HTTPActions
  • D. Use existing APEX classes as data sources

正解:A

解説:
Explanation
The two actions that the consultant should recommend to the project team are replace existing APEX using DataRaptors and HTTPActions, and implement FlexCards and OmniScripts for the front-end. Replacing existing APEX using DataRaptors and HTTPActions would reduce implementation time, as these tools are declarative and do not require coding. Implementing FlexCards and OmniScripts for the front-end would ensure end-user processes are as simple as possible, as these tools provide guided interactions and contextual data. Creating new LWC templates for branding and styling would increase implementation time, as this would require coding and testing. Using existing APEX classes as data sources would not ensure optimal UX, as this would limit the flexibility and scalability of the solution.


質問 # 71
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. Select, TypeAhead, and Number
  • C. Checkbox, Geolocation, and Number
  • D. Multi-Select. Address, and Telephone

正解:A


質問 # 72
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. Create new versions of the OmniScripts to collect the address information.
  • B. Add an address typeahead element to all the OmniScripts.
  • C. Use a DataRaptor Transform to standardize the data format.
  • D. Create a reusable OmniScript to update address information.

正解:D


質問 # 73
......


Salesforce Omnistudio-Consultant試験は、Omnistudioプラットフォームを深く理解する必要がある高度な認証です。徹底的な準備と勉強を必要とするのは、やりがいのある試験です。ただし、この認定を達成することは、プラットフォームの高度に専門的な分野での専門知識を実証するため、Salesforceコンサルタントとしてのキャリアを大幅に後押しすることができます。

 

検証済みのOmniStudio-Consultant問題集と解答で一年間無料最速更新:https://www.jpntest.com/shiken/OmniStudio-Consultant-mondaishu

最新のSalesforce OmniStudio-Consultant認定の練習テスト問題:https://drive.google.com/open?id=1mU9SJy_3eFdr3P6C5k83rQWOFZ4NMQdu

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡