[Jan 09, 2022] Einstein-Analytics-and-Discovery-Consultant Ultimate Study Guide - iPassleader [Q120-Q141]

Share

[Jan 09, 2022] Einstein-Analytics-and-Discovery-Consultant Ultimate Study Guide -  iPassleader

Ultimate Guide to Prepare Einstein-Analytics-and-Discovery-Consultant Certification Exam for Salesforce Consultant in 2022

NEW QUESTION 120
You are asked to update and maintain your company's Einstein Analytics dashboards.
A request comes in for one of the dashboards that contains steps from different datasets. The request is to make it possible for a table from one dataset to be filtered by the results of a chart from another dataset. Your solution is to create a results binding.
Which three steps should you implement to create the binding?

  • A. Look up the API name of the source field
  • B. Configure the results binding on the target step in the dashboard JSON.
  • C. Look up the API name of the filtering field
  • D. Find source and target step names

Answer: B,C,D

 

NEW QUESTION 121
The Vice President of Sales wants to create a "Pipeline Trending" dashboard in Einstein Analytics that displays specific colors depending on the values of the fields.
Which two techniques can a consultant use to help address this requirement? Choose 2 answers

  • A. Use an XMD file and assign colors to each field value.
  • B. Use SAQL queries to calculate a color field and assign it to each field value.
  • C. Use a compute Expression to calculate a color field and assign it to each field value.
  • D. Use the "fields" menu when exploring the dataset and assign colors to each field value.

Answer: A,D

 

NEW QUESTION 122
A company wants to use Einstein Analytics to analyze the trend of their sales pipeline. The company wants to accelerate the sales process. To do so, they need to know the average time an opportunity spends in each stage.
This value is not pre-calculated in Salesforce, so a consultant recommends using a dataflow to calculate it.
How can a dataflow be used to calculate the average time an opportunity spends in each stage?

  • A. computeRelative Transformation with offset parameter to calculate the duration
  • B. flatten Transformation with Offset Expressions to calculate the duration
  • C. computeExpression Transformation with SAQL Expression to calculate the duration
  • D. computeRelative Transformation with SAQL Expression to calculate the duration

Answer: A

 

NEW QUESTION 123
When you assign any Analytics permission set to users in your org, Salesforce auto-assigns the Analytics Platform permission set license to that user.

  • A. True
  • B. False

Answer: A

 

NEW QUESTION 124
Universal Containers reports that any selection in the List widget is not affecting the Pie chart in one of their Einstein Analytics dashboards. The step options associated with the List widget and Pie chart are shown in the graphic.

Given that the steps are using different datasets. which two changes can an Einstein Consultant make to solve this issue' Choose 2 answers

  • A. Use selection binding in the filters section of Che step "Step_pie_2."
  • B. Use selection binding in the filters section of the step "Type_l."
  • C. Use 'Connect Data Sources" and create a connection to connect the two datasets.
  • D. Use "Connect Data Sources" and create a connection to connect the two widgets.

Answer: A,C

 

NEW QUESTION 125
An Einstein Analytics consultant is notified of a performance issue with data sync (replication). The consultant researches the issue and determines that unnecessary data is being synced.
Which solution should the consultant implement to help improve data sync (replication) performance?

  • A. Modify dataflows to exclude unused fields and include a filter to extract relevant data.
  • B. Start over again with new dataflows that exclude unused fields with a filter to extract relevant data.
  • C. Update the existing data sync (replication) process by removing unused fields with a filter to extract relevant data.
  • D. Scale down the number of datasets to help improve data sync (replication) performance.

Answer: C

 

NEW QUESTION 126
What does XMD stand for?

  • A. Create a JSON
  • B. Configuring unsupported fields
  • C. Extended Metadata
  • D. Lenses Dataset Fields

Answer: C

 

NEW QUESTION 127
A company wants to allow users who belong to an account team to see all the Opportunities associated with that Account in Einstein Analytics.
Which two actions accomplish this requirement? Choose 2 answers

  • A. Create a master-detail relationship between the Salesforce Account and Opportunity objects.
  • B. In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'Opportunityld' as the join field and apply the following security predicate: 'OpportunityTeamMember.Userld' ==
    "$User.Id".
  • C. Apply sharing inheritance.
  • D. In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using 'Accountld' as the join field and apply following security predicate: 'AccountTeamMember.Userld' == "$User.Id".

Answer: A

 

NEW QUESTION 128
What is an Analytics app?

  • A. Analytics for iPad
  • B. A specialized version of the Einstein Analytics platform that runs outside of Salesforce
  • C. The blueprint for your org's Einstein Analytics implementation
  • D. A collection of datasets, dashboards, lenses, and a dataflow

Answer: D

 

NEW QUESTION 129
Refer to the graphic.

Which conclusion can be made regarding the strength of the model shown?

  • A. The strength of the model cannot be determined with the metrics shown.
  • B. The model is very strong. A GINI coefficient of .535 shows that this model is very effective.
  • C. The model is pretty good; the accuracy rating of .7597 means we can predict both wins and losses at a fairly high rate.
  • D. The model is very weak and doesn't provide useful predictions due to the low threshold.

Answer: D

 

NEW QUESTION 130
What is the order of filter, limit, order and offset functions in SAQL?

Answer:

Explanation:
Filter and order can be interchanged. Offset must be after filter/order and limit must come after offset.

 

NEW QUESTION 131
A Salesforce administrator wants to create a new dashboard that uses custom geoJSON to display data; however, the administrator is unable to upload the file via the UI.
What should be done?

  • A. Upload the geoJSON via the API because it is not a function in the UI.
  • B. Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.
  • C. Enable "Custom maps with geoJSON" in the analytics settings.
  • D. Add the system permission "Manage Analytics Custom Maps" to the permission set used.

Answer: D

 

NEW QUESTION 132
A company wants to use Einstein Analytics to analyze the trend of their sales pipeline. The company wants to accelerate the sales process. To do so, they need to know the average time an opportunity spends in each stage.
This value is not pre-calculated in Salesforce, so a consultant recommends using a dataflow to calculate it.
How can a dataflow be used to calculate the average time an opportunity spends in each stage?

  • A. computeRelative Transformation with SAQL Expression to calculate the duration
  • B. computeRelative Transformation with offset parameter to calculate the duration
  • C. flatten Transformation with Offset Expressions to calculate the duration
  • D. computeExpression Transformation with SAQL Expression to calculate the duration

Answer: A

Explanation:
Explanation
https://help.salesforce.com/articleView?id=bi_integrate_computeRelative_transformation_operation.htm

 

NEW QUESTION 133
What permissions are necessary for someone to edit the XMD?

  • A. Edit Analytics Dataflows
  • B. Upload External Data to Analytics
  • C. Edit Dataset Recipes
  • D. Manage Analytics Templated Apps

Answer: A,B

 

NEW QUESTION 134
In an org, some of the Activity records do not have related Opportunity records. Additionally, there are Opportunity records that do not have related Activity records.
Which SAQL statement will fetch all Opportunities, even if they don't have associated Activities, and fetch related Activity data, if it exists?

  • A. q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
  • B. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
  • C. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
  • D. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;

Answer: A

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_

 

NEW QUESTION 135
You can configure access to data at all of the following levels, except:

  • A. Organization
  • B. Objects
  • C. Records
  • D. Page Layouts

Answer: D

 

NEW QUESTION 136
Using the Setup menu, the Universal Containers company activated data sync (replication) in the Einstein Analytics settings. After running the sync, they notice that the aggregate sum of a field within their dataset is different than what they manually calculated by summing the same data in the Salesforce object from which the dataset was populated.
Which two differences in the newly synced data can explain this? Choose 2 answers

  • A. Differences involving formula fields
  • B. Differences involving permanently deleted records
  • C. Differences involving workflow-updated fields
  • D. Differences involving trigger-updated fields

Answer: A,B

Explanation:
Explanation
https://help.salesforce.com/articleView?id=000314272&type=1&mode=1

 

NEW QUESTION 137
A large company has a single dataset that contains the attainment and commission fields for all sales reps.
Each sales rep should be able to view the attainment data for each rep in their division. Each rep should only be able to see their own commission data.
Which option should be used to enforce this requirement?

  • A. Create separate datasets for attainment and commission and apply security predicates and/or sharing inheritance.
  • B. Use sharing inheritance.
  • C. Apply a security predicate on the existing single dataset.
  • D. Add the sales organization to the attainment dataset access list.

Answer: A

 

NEW QUESTION 138
The Universal Containers company thinks it knows everything about its business. However, Einstein Discovery surfaces an unexpected pattern that is concerning. They call in departmental experts and hold a meeting to discuss next steps with an Einstein Consultant.
What should the consultant advise as the next action?

  • A. Filter out the data that causes the unexpected pattern and analyze the new results
  • B. Consult a Data Scientist for further analysis
  • C. Accept the new pattern and have confidence that Einstein knows the business as accurately as the customer
  • D. Determine if the pattern is a data issue or a new insight

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 139
What does a configuration wizard do?

  • A. Lets you know the best way to set up your Salesforce data
  • B. Asks you questions about how you store data in your org to help you create your app
  • C. Customizes your template based on Salesforce settings
  • D. Automatically creates multiple versions of the same app

Answer: B

Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templ

 

NEW QUESTION 140
An Einstein Analytics team wants to create a dashboard that displays values from an external, on-premise Oracle database.
What are two options to load the data from the Oracle database into Einstein Analytics? (Choose two.)

  • A. Use the Salesforce SOAP interface
  • B. Use Oracle database connector
  • C. Load the data as a CSV file
  • D. Use the Analytics External Data API

Answer: B,D

 

NEW QUESTION 141
......

Salesforce Consultant Fundamentals-Einstein-Analytics-and-Discovery-Consultant Exam-Practice-Dumps: https://www.ipassleader.com/Salesforce/Einstein-Analytics-and-Discovery-Consultant-practice-exam-dumps.html

Use Real Einstein-Analytics-and-Discovery-Consultant Dumps - Salesforce Correct Answers: https://drive.google.com/open?id=1FyN1OPEXfI7qREn5INCv2JOsgsKlh6xB