
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.
What are the steps in the data exploration process?
A. View, Explore, Refine, Save, Share
B. View, Explore, Reduce, Save, Share
C. Download, View, Refine, Save, Share
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. Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
D. Do nothing; they appear to be similar, but there might be differences from the business perspective.
Why is it important to prepare the data in a CSV file before you bring it into Analytics?
A. To remove column headers
B. To make sure the content is interesting
C. To add currency symbols to numeric fields
D. To make sure Analytics can set the field type correctly
Einstein Discovery gives you several different kinds of recommended insights. Which of these insights is descriptive?
A. What Happened
B. Why It Happened
C. Predictions and Improvements
D. What Is the Difference
What can changing an answer to a wizard question do?
A. Alter your Service Cloud implementation
B. Fine-tune dashboards to reflect how your company measures key indicators
C. Create a new set of dashboards with new KPIs
D. Use up one of the three wishes granted you by the wizard
An Einstein Analytics consultant has been asked to refactor a dashboard so that it loads more quickly. After some analysis, the consultant found that most of the dashboard steps run in less than five seconds; however, the Opportunities Table takes 30 seconds to run.
How can the consultant improve the performance of this dashboard?
A. Create a second page on the dashboard and move the table to this new page.
B. Create a link to download the list of opportunities as an Excel file.
C. Create a Visualforce page and display a list view of the opportunities on this new page.
D. Create a second dashboard and move the table to this new dashboard.
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', Activities by 'Opportunityld';
B. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
C. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
D. q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
Insights in a story show you how different variables and combinations of variables explain the variation of what kind of variable?
A. Explanatory variable
B. Outcome variable
C. Global variable
D. Local variable
E. Tertiary variable
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 a single variable