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

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
Use the Salesforce SOAP interface.
Answers
B.
Use the Analytics External Data API.
B.
Use the Analytics External Data API.
Answers
C.
Use Oracle database connector.
C.
Use Oracle database connector.
Answers
D.
Load the data as a CSV file.
D.
Load the data as a CSV file.
Answers
Suggested answer: B, C

An Einstein Consultant needs to add some data values to an existing dataflow: a text field, a number (via a case statement), and a date (via SAQL).

In order to achieve this, which compute option should be used?

A.
computeExpression
A.
computeExpression
Answers
B.
computeData
B.
computeData
Answers
C.
computeValue
C.
computeValue
Answers
D.
computeField
D.
computeField
Answers
Suggested answer: A

An Einstein Consultant receives a request from the Marketing department to help them understand lead conversion. Presently, they are unaware of the percentage of leads that get converted to sales. They hope to view results by account manager, value, and quarter. The data is there, so the consultant can add it to the marketing dashboard.

How should this metric be calculated?

A.
Create a new step in the dashboard using a compare table and define a formula.
A.
Create a new step in the dashboard using a compare table and define a formula.
Answers
B.
Create a formula field on the lead object in Salesforce and add it to the dataset.
B.
Create a formula field on the lead object in Salesforce and add it to the dataset.
Answers
C.
Create a computeExpression in the dataflow.
C.
Create a computeExpression in the dataflow.
Answers
D.
Create a new step in the dashboard using a compare table and the running total function.
D.
Create a new step in the dashboard using a compare table and the running total function.
Answers
Suggested answer: C

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.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
Suggested answer: C

An Einstein Analytics consultant is asked to add a new SalesTax field to a Product Sales dataset. The formula to calculate SalesTax is (SubTotal'CountyTax).

Which node should the consultant use in a Dataflow to calculate and insert SalesTax to the dataset?

A.
append
A.
append
Answers
B.
computeExpression
B.
computeExpression
Answers
C.
augment
C.
augment
Answers
D.
computeRelative
D.
computeRelative
Answers
Suggested answer: B

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
A.
Ant Migration Tool
Answers
B.
Analytics External Data API
B.
Analytics External Data API
Answers
C.
Analytics REST API
C.
Analytics REST API
Answers
D.
Change sets
D.
Change sets
Answers
E.
Analytics dashboard connector
E.
Analytics dashboard connector
Answers
Suggested answer: A, C, D

Explanation:

https://help.salesforce.com/articleView?id=bi_explore_packaging_intro.htm&type=0

An Einstein Consultant receives a new project from a client that wants to implement Einstein Analytics. They do not currently 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 create dashboards. 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.
A.
Create and assign Salesforce permission sets according to the three types of roles defined.
Answers
B.
Assign the app permissions 'viewer/' 'editor,' and 'manager' to the three types of roles defined.
B.
Assign the app permissions 'viewer/' 'editor,' and 'manager' to the three types of roles defined.
Answers
C.
Create and assign three new Salesforce profiles according to the three types of roles defined.
C.
Create and assign three new Salesforce profiles according to the three types of roles defined.
Answers
D.
Assign 'Einstein Analytics Explorer' licenses to users that should only view the dashboard, and assign 'Einstein Analytics Developer' licenses to users that should be able to create datasets and dashboards.
D.
Assign 'Einstein Analytics Explorer' licenses to users that should only view the dashboard, and assign 'Einstein Analytics Developer' licenses to users that should be able to create datasets and dashboards.
Answers
Suggested answer: A

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

A.
Apply sharing inheritance.
A.
Apply sharing inheritance.
Answers
B.
Create a master-detail relationship between the Salesforce Account and Opportunity objects.
B.
Create a master-detail relationship between the Salesforce Account and Opportunity objects.
Answers
C.
In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using 'Accountld' as the join field and apply following security predicate: 'AccountTeamMember.Userld' == '$User.Id'.
C.
In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using 'Accountld' as the join field and apply following security predicate: 'AccountTeamMember.Userld' == '$User.Id'.
Answers
D.
In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'Opportunityld' as the join field and apply the following security predicate: 'OpportunityTeamMember.Userld' == '$User.Id'.
D.
In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'Opportunityld' as the join field and apply the following security predicate: 'OpportunityTeamMember.Userld' == '$User.Id'.
Answers
Suggested answer: A, C

An Einstein consultant created a dashboard that went through review. Some few charts were added and removed in the process. The dashboard is now approved for production.

Which best practice should be done before releasing the dashboard?

A.
Modify the XMD so all labels and values are user-friendly.
A.
Modify the XMD so all labels and values are user-friendly.
Answers
B.
Rename all the steps to correspond with the defined naming convention.
B.
Rename all the steps to correspond with the defined naming convention.
Answers
C.
Remove the redundant steps to ensure dashboard performance.
C.
Remove the redundant steps to ensure dashboard performance.
Answers
D.
Apply conditional formatting on the new charts.
D.
Apply conditional formatting on the new charts.
Answers
Suggested answer: C

Explanation:

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

A consultant built a very useful Einstein Analytics app for Sales Operations, and they want to share its contents with the rest of Global Sales. However, they do not want to add everyone in Sales to their app. The consultant recommends extending the Sales Operations app and distributing it as an Einstein Analytics template app, but needs to locate specific information to get started.

Given the code statement above, which endpoint should it be posted to?

A.
/services/data/v . /wave/apps
A.
/services/data/v . /wave/apps
Answers
B.
/services/data/v . /analytics/wizard
B.
/services/data/v . /analytics/wizard
Answers
C.
/services/data/v . /wave/templates
C.
/services/data/v . /wave/templates
Answers
D.
/services/data/v . /analytics/projects
D.
/services/data/v . /analytics/projects
Answers
Suggested answer: C

Explanation:

https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_resources_templates.htm

Total 242 questions
Go to page: of 25