ExamGecko

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

List of questions

Question 41

Report
Export
Collapse

A customer wants to change the default blue color on a bar chart. What is the easiest way to change blue to another color?

Use conditional formatting under the bar chart widget properties by selecting the dimension.
Use conditional formatting under the bar chart widget properties by selecting the dimension.
Use conditional formatting under the bar chart widget properties by selecting the measure.
Use conditional formatting under the bar chart widget properties by selecting the measure.
Use bindings to specify a color per bar.
Use bindings to specify a color per bar.
Create a compare table formula to specify a hidden metric for coloring purposes.
Create a compare table formula to specify a hidden metric for coloring purposes.
Suggested answer: B
asked 23/09/2024
Chan Park
36 questions

Question 42

Report
Export
Collapse

The Einstein Analytics Plus Platform license is enabled for a Salesforce org and assigned to each user. However, these users cannot see the Einstein Analytics Studio in the App Launcher.

How can this issue be addressed?

Share the app with the users in Einstein Analytics.
Share the app with the users in Einstein Analytics.
Create user accounts for the users in Einstein Analytics.
Create user accounts for the users in Einstein Analytics.
Assign the users to the permission set containing Use Analytics.
Assign the users to the permission set containing Use Analytics.
Assign the users to the permission set containing Manage Analytics.
Assign the users to the permission set containing Manage Analytics.
Suggested answer: C
asked 23/09/2024
RAOUL AMODIO
46 questions

Question 43

Report
Export
Collapse

A company's Salesforce org has multi-currency enabled. This company's business intelligence team used Einstein Analytics to build a dataflow that creates a dataset, 'OpportunityDataSet'. This dataset is populated with data extracted from the standard object, Opportunity. One of the extracted fields is the standard field, Amount.

If a user explores the 'OpportunityDataSet' in Einstein Analytics, in which currency will the Amount values be shown?

In the connected user's currency
In the connected user's currency
In the integration user's currency
In the integration user's currency
In the currency that is set on the 'currency' attribute in the dataset
In the currency that is set on the 'currency' attribute in the dataset
In the currency that is set on the 'currency' attribute in the dataflow
In the currency that is set on the 'currency' attribute in the dataflow
Suggested answer: B

Explanation:

https://salesforce-trailblazer.com/einstein-analytics-multi-currency/

asked 23/09/2024
Joseph Lewis
44 questions

Question 44

Report
Export
Collapse

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?

45
45
35
35
25
25
30
30
Suggested answer: D

Explanation:

https://help.salesforce.com/articleView?id=bi_limits.htm&type=5

asked 23/09/2024
Jimmie Campbell
33 questions

Question 45

Report
Export
Collapse

A small Business Intelligence team is overwhelmed with multiple requests to create new dashboards. An option is to use layout templates to help with dashboard development.

What are two advantages of using layout templates? Choose 2 answers

Layout templates are equipped with design best practice, such as optimally positioned KPIs and filters
Layout templates are equipped with design best practice, such as optimally positioned KPIs and filters
Layout templates are fast to create because they are fixed and read-only
Layout templates are fast to create because they are fixed and read-only
Layout templates offer a consistent end user experience
Layout templates offer a consistent end user experience
Layout templates offer a universal layout thus reducing the hours spent on design
Layout templates offer a universal layout thus reducing the hours spent on design
Suggested answer: C, D
asked 23/09/2024
Geoffrey Vd Molen
41 questions

Question 46

Report
Export
Collapse

A large company is rolling out Einstein Analytics to their field sales. They have a well-defined role hierarchy where everyone is assigned to an appropriate node on the hierarchy.

An individual Sales rep should be able to view all opportunities that she/he owns or as part of the account team or opportunity team. The Sales Manager should be able to view all opportunities for the entire Sales team. Similarly, the Sales Vice President should be able to view opportunities for everyone who rolls up in that hierarchy.

The opportunity dataset has a field called 'Ownerld' which represents the opportunity owner.

Given this information, how can an Einstein Consultant implement the above requirements?

As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' && 'Ownerld' == 'SUser.Id'.
As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' && 'Ownerld' == 'SUser.Id'.
As part of the dataflow, use computeExpression on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || 'Ownerld' == '$User.Id'.
As part of the dataflow, use computeExpression on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || 'Ownerld' == '$User.Id'.
As part of the dataflow, use computeRelative on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || 'Ownerld' == '$User.Id'.
As part of the dataflow, use computeRelative on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || 'Ownerld' == '$User.Id'.
As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || TeamMember.Id' == '$User. Id' || 'Ownerld' == 'SUser.Id'.
As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == '$User.UserRoleId' || TeamMember.Id' == '$User. Id' || 'Ownerld' == 'SUser.Id'.
Suggested answer: D
asked 23/09/2024
Bart Sandifort
35 questions

Question 47

Report
Export
Collapse

The Universal Containers company plans to upload target data from an external tool to Einstein Analytics so they can calculate the Sales team target attainments.

The target data changes every month, so the datasets need to be updated on a monthly basis. The target data is a CSV file that contains the Salesforce ID of the sales representative, the target amount, and the month of the target. For each sales representative, the file contains a target for every month of the current year as well as all previous years.

Based on this information, which operation should a consultant use with the Analytics External Data API to upload the file?

Update
Update
Append
Append
Overwrite
Overwrite
Upsert
Upsert
Suggested answer: C
asked 23/09/2024
Rekik Tesfaye
37 questions

Question 48

Report
Export
Collapse

What are two benefits of designing using the 'Progressive Disclosure' principle? Choose 2 answers

improved ease of use for end users
improved ease of use for end users
Discounted EA licenses when growth is achieved
Discounted EA licenses when growth is achieved
Automatic conditional formatting
Automatic conditional formatting
Better dashboard performance
Better dashboard performance
Suggested answer: A, D

Explanation:

https://developer.salesforce.com/blogs/developer-relations/2017/04/lightning-components-performance-best-practices.html

asked 23/09/2024
Raphael Oliveir
42 questions

Question 49

Report
Export
Collapse

A dataset for building the Einstein Discovery story contains 72 fields that are potentially relevant predictors.

Which approach is considered best practice to assess the top predictors in order to get to a meaningful and robust model?

This dataset is too big and cannot be used in Einstein Discovery. Request a new dataset with fewer predictors.
This dataset is too big and cannot be used in Einstein Discovery. Request a new dataset with fewer predictors.
Build the story with all the predictors and indicate that Einstein Discovery should show the top predictors.
Build the story with all the predictors and indicate that Einstein Discovery should show the top predictors.
Go back to the data preparation and reduce the number of fields to less than 30 in order to produce a story.
Go back to the data preparation and reduce the number of fields to less than 30 in order to produce a story.
Build a story with a first set of predictors and assess which predictors are important to the story. Then drop the less important ones and add the predictors that were omitted in the first run and assess their impact.
Build a story with a first set of predictors and assess which predictors are important to the story. Then drop the less important ones and add the predictors that were omitted in the first run and assess their impact.
Suggested answer: D

Explanation:

https://medium.com/@kshannon565/ea-certification-study-guide-part-3-einstein-discovery-story-design-70ffbe4666c2

asked 23/09/2024
Bjorn-Rune Ness Lind
44 questions

Question 50

Report
Export
Collapse

A list widget is added to a dashboard with existing charts and tables. What must be true for the list widget to facet the dashboard charts and tables using widget properties?

The list, chart, and table steps must share a common name.
The list, chart, and table steps must share a common name.
The list, chart, and table steps must share common dimensions from different datasets.
The list, chart, and table steps must share common dimensions from different datasets.
The list, chart, and table steps must share the same dataset.
The list, chart, and table steps must share the same dataset.
Chart and table steps must have their own list widgets.
Chart and table steps must have their own list widgets.
Suggested answer: C
asked 23/09/2024
Manuel Guerrero Rojas
33 questions
Total 242 questions
Go to page: of 25
Search

Related questions