[Oct-2021] Einstein-Analytics-and-Discovery-Consultant exam torrent Salesforce study guide
Use Valid New Einstein-Analytics-and-Discovery-Consultant Test Notes & Einstein-Analytics-and-Discovery-Consultant Valid Exam Guide
Salesforce Einstein-Analytics-and-Discovery-Consultant Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
| Topic 15 |
|
| Topic 16 |
|
| Topic 17 |
|
| Topic 18 |
|
NEW QUESTION 108
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 Analytics External Data API
- B. Load the data as a CSV file
- C. Use Oracle database connector
- D. Use the Salesforce SOAP interface
Answer: A,C
NEW QUESTION 109
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. Consult a Data Scientist for further analysis.
- B. Accept the new pattern and have confidence that Einstein knows the business as accurately as the customer.
- C. Determine if the pattern is a data issue or a new insight.
- D. Filter out the data that causes the unexpected pattern and analyze the new results.
Answer: B
NEW QUESTION 110
What are Einstein Analytics prebuilt permission sets? Select 2:
- A. Einstein Analytics Platform Admin (Missed)
- B. Einstein Analytics
- C. Einstein Analytics Platform User (Missed)
- D. Einstein Analytics Superadmin
Answer: A,C
NEW QUESTION 111
After loading data to Einstein Discovery and creating a story, the client asks the Einstein Consultant to explain the "Unexplained Bar" in the "Why it Happened" chart.
Which explanation is correct?
- A. It only appears for outcomes that do not have an explanation.
- B. It displays the difference between the analyzed data and the data not reviewed.
- C. It shows the difference between the predicted outcome and the observed outcome.
- D. It should always be 0 or the model should not be used.
Answer: C
NEW QUESTION 112 
Refer to the graphic. Einstein found a recommendation to improve the story: apparently there are two variables that behave the same.
Given there is no additional information, what is the correct action?
- A. Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions
- B. Cancel this story and redefine the dataset
- C. Do nothing; they appear to be similar, but there might be differences from the business perspective
- D. Retain Amount; not knowing the size of a deal makes it hard to predict if will be won
Answer: A
NEW QUESTION 113
Exhibit:
A shipping company created a dataset. "Bookll," containing budget per region per month for the first six months of 2018. The dataset is shown in the graphic. Now, they want to create a lens showing the total budget for each region for each month. Every combination of region and month must be shown in the lens, even if there is no data.
How can an Einstein Consultant help this company build this lens?
- A. Use a "Compare Table" and use the "Show summary" option.
- B. Use a SAQL query to create fake rows for any data that is missing data from the dataset.
- C. Use a SAQL query leveraging the "fill" statement with a "partition" parameter.
- D. Use a "Compare Table" and add a column leveraging the "Running Total" function.
Answer: C
NEW QUESTION 114
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 two.)
- A. In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using
'AccountId' as the join field and apply following security predicate: 'AccountTeamMember.UserId'
"$User.Id". - B. Create a master-detail relationship between the Salesforce Account and Opportunity objects.
- C. Apply sharing inheritance.
- D. In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'OpportunityId' as the join field and apply the following security predicate:
'OpportunityTeamMember.UserId' = = "$User.Id".
Answer: A,C
Explanation:
Explanation
NEW QUESTION 115
An Einstein Analytics team created a funnel chart to show the number of opportunities in each stage. The managers who use the chart report that the tunnel shows stages in alphabetical order instead of sales cycle order.
In which two ways can a consultant help them address this issue? (Choose two.)
- A. Use a dashboard JSON to rename stages
- B. Use a dataflow to sort the stages by their internal name
- C. Use a dataflow to rename the stages with a preceding number
- D. Use a dataset XMD to rename stages
Answer: C,D
NEW QUESTION 116
A Einstein Analytics consultant is asked to help a company report on their sales activity. The company wants to train some users to create their own dashboards. They also want another team to only be able to use the dashboards.
What must be configured to address these requirements?
- A. Grant "Manage" access permission to the apps.
- B. Use a permission set license with two different levels of access.
- C. Create two permission sets with different system permissions.
- D. Create a permission set license assignment with two different levels of access-
Answer: C
NEW QUESTION 117
The Universal Containers Einstein Analytics team built a dashboard with two widgets:
1. List widget associated to the step "Type_2" and grouped by the dimension "Type" (multi-selection)
2. Pie chart widget associated to the step "Step_pie_3" and grouped by the dimension "Type" The team wants to use bindings so any selection in the List widget will filter the Pie chart.
Additional notes:
* The steps use different datasets.
* Users should be able to choose more than one Type (multi-selection).
What is the right syntax for the binding?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: C
NEW QUESTION 118
The client is trying to create a SAQL step to predict sales in each sales region. They cannot get the query to return any results, but have identified that the error is in the time series statement. They have asked an Einstein Consultant to review the following query and fix any errors.
Which timeseries statement will fix the query'
- A. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year',
'Date_Month". "Y-M"), partition='Region'); - B. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter',
"Y-Q"), partition='Region', seasonality=4); - C. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter',
"Y-Q"), partition=Region', ignoreLast=true); - D. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter',
"Y-Q"), partition='Region');
Answer: A
NEW QUESTION 119
A company wants to build a webpage that displays KPIs that can be derived from values in datasets stored in Einstein Analytics. How can an Einstein Analytics consultant derive those KPIs from those datasets?
- A. Use the Analytics External Data API and leverage the "query" resource.
- B. Use the Analytics REST API and leverage the -query" resource.
- C. Export the dataset as a CSV file and load it to an external database.
- D. Export the dataset as an XLS file and use the Einstein Analytics Connector for Excel.
Answer: C
NEW QUESTION 120
The Event Monitoring Analytics app brings prebuilt insights and analytics to what type of existing data in your org?
- A. Forensics data
- B. Sales Cloud data Login
- C. Event log file data
- D. Field audit trail data
Answer: C
NEW QUESTION 121
The Universal Containers company uses Einstein Analytics to build dashboards for different departments:
Sales, Service, and Marketing. Users for the same department have the same role and need to have access to the same dashboards. Dashboards for different departments use some common datasets with the same row-level security.
How can an Einstein Consultant address this need?
- A. Create one application for each department, put common datasets in the shared app, and use permission sets to share applications.
- B. Create one application for each department and use roles to share applications.
- C. Create one application for each department, put common datasets in the shared app, and use profiles to share applications.
- D. Create one application for each department, put common datasets in the shared app, and use roles to share applications.
Answer: D
NEW QUESTION 122
A consultant built an Einstein Analytics dashboard for a shipping company. The dashboard displays data from several data sources- The consultant enabled data sync (replication) to increase the speed of data refreshing from these sources.
What is the maximum number of dataflow definitions available in this situation?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 123
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. computeExpression Transformation with SAQL Expression to calculate the duration
- B. flatten Transformation with Offset Expressions to calculate the duration
- C. computeRelative Transformation with offset parameter to calculate the duration
- D. computeRelative Transformation with SAQL Expression to calculate the duration
Answer: C
NEW QUESTION 124
......
Einstein-Analytics-and-Discovery-Consultant Exam questions and answers: https://www.free4torrent.com/Einstein-Analytics-and-Discovery-Consultant-braindumps-torrent.html
Einstein-Analytics-and-Discovery-Consultant Actual Questions Answers PDF 100% Cover Real Exam Questions: https://drive.google.com/open?id=1_evUtX9CT36BzulTVaS96dfK-Mo-_SS6