ExamGecko
Home Home / Salesforce / Certified Tableau CRM and Einstein Discovery Consultant

Salesforce Certified Tableau CRM and Einstein Discovery Consultant Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











A company created a dataset called myExternalDataset. It contains a dimension, called UserRegion, that is populated by the standard User object's picklist: Region.

The company has security requirements for this dataset:

1. Only a subset of users should be able to access the dataset.

2. Users who can access the dataset should see only data that belongs to their region.

In which two ways can an Einstein Analytics consultant help them implement these requirements? Choose 2 answers

A.
Save the dataset under 'My Private App' so only a subset of selected users can access the dataset.
A.
Save the dataset under 'My Private App' so only a subset of selected users can access the dataset.
Answers
B.
Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
B.
Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
Answers
C.
Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
C.
Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
Answers
D.
Save the dataset under a new application and give 'viewer' access to a public group containing the list of users allowed to see the dataset.
D.
Save the dataset under a new application and give 'viewer' access to a public group containing the list of users allowed to see the dataset.
Answers
Suggested answer: B, D

In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?

A.
sfdcDigest
A.
sfdcDigest
Answers
B.
digest
B.
digest
Answers
C.
export
C.
export
Answers
D.
edgemart
D.
edgemart
Answers
Suggested answer: D

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.
A.
Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions.
Answers
B.
Cancel this story and redefine the dataset.
B.
Cancel this story and redefine the dataset.
Answers
C.
Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
C.
Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
Answers
D.
Do nothing; they appear to be similar, but there might be differences from the business perspective.
D.
Do nothing; they appear to be similar, but there might be differences from the business perspective.
Answers
Suggested answer: D

What are two core design principles to consider when building Analytics apps or dashboards? Choose 2 answers

A.
Emphasis: make sure they have space for important information, such as headlines and key charts.
A.
Emphasis: make sure they have space for important information, such as headlines and key charts.
Answers
B.
Clarity: make sure they are uncluttered and easy to interpret.
B.
Clarity: make sure they are uncluttered and easy to interpret.
Answers
C.
Consistency: make sure they have a sense of familiarity to strengthen your users' ease of use.
C.
Consistency: make sure they have a sense of familiarity to strengthen your users' ease of use.
Answers
D.
Balance: make sure they have a balance of different charts to get a more interesting design.
D.
Balance: make sure they have a balance of different charts to get a more interesting design.
Answers
Suggested answer: B, C

Explanation:

https://trailhead.salesforce.com/en/content/learn/modules/analytics-app-design/principles-good-design

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';
A.
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
Answers
B.
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
B.
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
Answers
C.
q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
C.
q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
Answers
D.
q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
D.
q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
Answers
Suggested answer: D

Explanation:

https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_cogroup.htm

Universal Containers has a Sales Manager dashboard- They have a compare table that displays the count of Customers and the Sum of Annual Revenue per year and per Account type. A consultant is asked to add more groupings to enhance details about their customers.

What is the maximum number of grouping columns that the consultant must be aware of in order to continue using a compare table versus creating the query using SAQL?

A.
8
A.
8
Answers
B.
4
B.
4
Answers
C.
unlimited
C.
unlimited
Answers
D.
10
D.
10
Answers
Suggested answer: B

A consultant wants to optimize data loads by extracting Salesforce objects using independent Einstein Analytics dataflows ahead of time. Which construct should be used to accomplish this?

A.
Augment
A.
Augment
Answers
B.
Dataflow
B.
Dataflow
Answers
C.
Clone
C.
Clone
Answers
D.
Data Sync (Replication)
D.
Data Sync (Replication)
Answers
Suggested answer: A

A consultant is asked to create a dashboard for sales to see the forecasted sales per product family. After gathering the requirements, 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.
A.
Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
Answers
B.
Investigate which prediction model is best for the data available.
B.
Investigate which prediction model is best for the data available.
Answers
C.
Validate that there is enough data in the dataset to make a good prediction.
C.
Validate that there is enough data in the dataset to make a good prediction.
Answers
D.
Include the fill SAQL statement to fill any missing dates.
D.
Include the fill SAQL statement to fill any missing dates.
Answers
Suggested answer: C, D

The Universal Containers company used Einstein Analytics to create two datasets:

Dataset A: contains a list of activities with an 'activitylD' dimension and a 'userlD' dimension Dataset B: contains a list of users with a 'userlD' dimension

The team wants to delete from Dataset A all activities related to users in Dataset B.

How can an Einstein Consultant help them achieve this?

A.
Use the dataflow transformation 'delete' and set 'userlD' as the deletion ID.
A.
Use the dataflow transformation 'delete' and set 'userlD' as the deletion ID.
Answers
B.
Use a combination of dataflow transformations: 'augment' and 'filter.'
B.
Use a combination of dataflow transformations: 'augment' and 'filter.'
Answers
C.
Use an external ETL tool to extract both datasets and delete records.
C.
Use an external ETL tool to extract both datasets and delete records.
Answers
D.
Use the recipe operation 'delete' and set 'userlD' as the deletion ID.
D.
Use the recipe operation 'delete' and set 'userlD' as the deletion ID.
Answers
Suggested answer: B

Which statement best describes how to ensure Einstein Analytics dashboards are easily used across both desktop and mobile devices?

A.
Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width.
A.
Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width.
Answers
B.
Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type.
B.
Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type.
Answers
C.
Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device.
C.
Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device.
Answers
D.
Create multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size.
D.
Create multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size.
Answers
Suggested answer: D
Total 242 questions
Go to page: of 25