Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

Einstein-Analytics-and-Discovery-Consultant Questions and Answers

Note! Following Einstein-Analytics-and-Discovery-Consultant Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is Tableau-CRM-and-Einstein-Discovery-Consultant

Einstein-Analytics-and-Discovery-Consultant Questions and Answers

Question # 6

A consultant is asked to create a dashboard for sales to see the forecasted sales per product family. After gathering therequirements, the consultant decides to leverage the timeseries SAQL statement to predict sales.

Which two actions must be performed when writing the SAQL query?

Choose 2 answers

A.

Determine if the timeseries required parameter, prediction interval, should be 80 or 95.

B.

Investigate which prediction model is best for the data available.

C.

Validate that there is enough data in the dataset to make a good prediction.

D.

Include the fill SAQL statement to fill any missing dates.

Full Access
Question # 7

What are the 3 basic actions within a query in Analytics?Choose 3:

A.

Aggregate by a measure

B.

Count rows by measure you want to visualize.

C.

Filter to narrow down your results.

D.

Grouping by a dimesnsion

E.

Display the results graphically

Full Access
Question # 8

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.

Add the system permission "Manage Analytics Custom Maps" to the permission set used.

B.

Enable "Custom maps with geoJSON" in the analytics settings.

C.

Upload the geoJSON via the API because it is not a function in the UI.

D.

Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.

Full Access
Question # 9

Exhibit:

Universal Containers has a Sales Manager dashboard. They need to build a table as shown in the graphic and calculate the summary as the first line in a compare table.

How can the summary be calculated'

A.

Use the Show Summary option in the compare table.

B.

Add a formula field to calculate the summary.

C.

Use a SAQL query since the summary is not available in standard interface.

D.

Create a computeExpression field in the Dataflow to calculate the summary.

Full Access
Question # 10

How many stories can you create in Analytics Plus?

A.

5,000

B.

1,000, but more can be purchased

C.

75, but more can be purchased

D.

500, but more can be purchased

Full Access
Question # 11

A client has a dashboard for Sales Managers. They want to have a list filter that shows the name of the month. However, based on the "CloseDate_Month" field, the list filter showsnumbers instead of names.

How can an Einstein Consultant use the Dataflow nodes to generate the name of month as a new dimension in the dataset?

A.

flatten

B.

compute Relative

C.

compute Expression

D.

append

Full Access
Question # 12

The client is trying to create a SAQL step to predict sales in each sales region. They cannot get thequery 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 qgenerate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', "Y-Q"), partition=Region', ignoreLast=true);

B.

q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month". "Y-M"),partition='Region');

C.

q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region', seasonality=4);

D.

q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region');

Full Access
Question # 13

An Einstein Discovery team created a model to maximize the margin of their sales opportunities. They want to deploy the model to the Opportunity object in order to predict the outcome of every newly createdor updated Opportunity.

What are the steps to accomplish this?

A.

Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.

B.

Create an Apex batch on Opportunity and use the REST API to get predictions from Einstein Discovery.

C.

Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange.

D.

Create a trigger on Opportunity and use the REST API to get predictions from Einstein Discovery.

Full Access
Question # 14

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.

Apply a security predicate on the existing single dataset.

C.

Use sharing inheritance.

D.

Add the sales organization to the attainment dataset access list.

Full Access
Question # 15

What's the best way to describe the template-info.json file?

A.

It's a read-onlyfile with all the user documentation for a template.

B.

It's the boss of the template with all the information needed to create the app.

C.

It makes sure that the app includes all the right Salesforce data.

D.

It's automatically populated every time you create an app from the template.

Full Access
Question # 16

When creating a story in Einstein Discovery, do all potential collinear fields need to be removed before executing the build story'5

A.

No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.

B.

No. Although it is ideal to eliminate collinearity as soon as possible, Einstein will give a warning post-build and the ridge regression will prevent collinearity from over-fitting.

C.

yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.

D.

Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.

Full Access
Question # 17

A consultant created an Einstein Analytics dashboard in a sandbox. Now, the dashboard needs to be migrated into production.

To complete the migration, what are the consultant's three options? Choose 3 answers

A.

Ant Migration Tool

B.

Analytics External Data API

C.

Analytics REST API

D.

Change sets

E.

Analytics dashboard connector

Full Access
Question # 18

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.

Scale down the number of datasets to help improve data sync (replication) performance.

C.

Start overagain with new dataflows that exclude unused fields with a filter to extract relevant data.

D.

Update the existing data sync (replication) process by removing unused fields with a filter to extract relevant data.

Full Access
Question # 19

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 2 answers

A.

Use the Salesforce SOAP interface.

B.

Use the Analytics External Data API.

C.

Use Oracle database connector.

D.

Load the data as a CSV file.

Full Access
Question # 20

A customer displays a lot of data and wants a way to dynamically emphasize certain values on a bar chart in order to properly grab the user's attention.

What can an Einstein Consultant use to accomplish this task?

A.

Customize tooltip

B.

Chart Markers

C.

XMD

D.

Compare Table

Full Access
Question # 21

What permissions are necessary for someone to edit the XMD?

A.

Upload External Data to Analytics

B.

Manage Analytics Templated Apps

C.

EditAnalytics Dataflows

D.

Edit Dataset Recipes

Full Access
Question # 22

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 funnel shows stages in alphabetical order instead of sales cycle order.

In which two ways can a consultant help them address this issue? Choose 2 answers

A.

Use a dataflow to rename the stages with a preceding number.

B.

Use a dashboard JSON to rename stages.

C.

Use a dataflow to sort the stages by their internal name.

D.

Use a dataset XMD to rename stages.

Full Access
Question # 23

An Einstein Consultant receives a new project from a client that wants to implement Einstein Analytics. They do notcurrently have Einstein Analytics, but want guidance around how to ensure that their users have correct access.

They have 1000 users with a small team of three people who will build datasets and dashboards. An additional 15 people should be able to createdashboards. The remaining users should only be able to view dashboards.

Which recommendation should the consultant give the client?

A.

Create and assign Salesforce permission sets according to the three types of roles defined.

B.

Assign the app permissions"viewer/' "editor," and "manager" to the three types of roles defined.

C.

Create and assign three new Salesforce profiles according to the three types of roles defined.

D.

Assign "Einstein Analytics Explorer" licenses to users that should only view thedashboard, and assign "Einstein Analytics Developer" licenses to users that should be able to create datasets and dashboards.

Full Access
Question # 24

Refer to the graphic.

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

A.

The model isvery strong. A GINI coefficient of .535 shows that this model is very effective.

B.

The model is pretty good; the accuracy rating of .7597 means we can predict both wins and losses at a fairly high rate.

C.

The strength of the model cannot be determined with the metrics shown.

D.

The model is very weak and doesn't provide useful predictions due to the low threshold.

Full Access
Question # 25

Which chart type is best suited to track progress of sales revenue that is realized versus the target?

A.

Bar chart

B.

Flat gauge

C.

Pivot table

D.

Pie chart

Full Access
Question # 26

Number of queries per user per day

A.

10,000

B.

50,000

C.

1,000

D.

20,000

Full Access
Question # 27

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.

Export the dataset as an XLS file and use the Einstein Analytics Connector for Excel.

C.

Use the Analytics REST API and leverage the -query" resource.

D.

Export the dataset as a CSV file and load it to an external database.

Full Access
Question # 28

What is another name for the type of insight that examines how one variable explains variation of the outcome variable?

A.

Third-order analysis

B.

Object-oriented analysis

C.

Second-order analysis

D.

First-order analysis

E.

Spectrum analysis

Full Access
Question # 29

The Universal Containers company uses EinsteinAnalytics 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 thesame row-level security.

How can an Einstein Consultant address this need?

A.

Create one application for each department and use roles to share applications.

B.

Create one application for each department, put common datasets in the shared app, and use profiles to share applications.

C.

Create one application for each department, put common datasets in the shared app, and use roles to share applications.

D.

Create one application for each department, put common datasets in the shared app, and use permissionsets to share applications.

Full Access
Question # 30

What are predictive insights good for?

A.

Predicting outcomes that you don't actually have the right data for

B.

Exploring your existing data to see what already happened

C.

Drilling down into the underlying reasons behind a prediction

D.

Choosing between all possible outcomes for asingle variable

Full Access
Question # 31

What is an Einstein Discovery story?

A.

An account of imaginary or real people and events told for entertainment

B.

A collection of graphs, statistical analysis, and text that helps you understand the relationships between multiple outcome variables and the factors that influence those variables

C.

A collection of graphs, statistical analysis, andtext that proves exactly what caused an outcome

D.

A collection of graphs, statistical analysis, and text that helps you understand the relationships between a single outcome variable and the factors that influence that variable

Full Access