ExamGecko

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

List of questions

Question 11

Report
Export
Collapse

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

Use the Salesforce SOAP interface.
Use the Salesforce SOAP interface.
Use the Analytics External Data API.
Use the Analytics External Data API.
Use Oracle database connector.
Use Oracle database connector.
Load the data as a CSV file.
Load the data as a CSV file.
Suggested answer: B, C
asked 23/09/2024
Ricardo Rodrigues
26 questions

Question 12

Report
Export
Collapse

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?

computeExpression
computeExpression
computeData
computeData
computeValue
computeValue
computeField
computeField
Suggested answer: A
asked 23/09/2024
Adish Narayan
38 questions

Question 13

Report
Export
Collapse

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?

Create a new step in the dashboard using a compare table and define a formula.
Create a new step in the dashboard using a compare table and define a formula.
Create a formula field on the lead object in Salesforce and add it to the dataset.
Create a formula field on the lead object in Salesforce and add it to the dataset.
Create a computeExpression in the dataflow.
Create a computeExpression in the dataflow.
Create a new step in the dashboard using a compare table and the running total function.
Create a new step in the dashboard using a compare table and the running total function.
Suggested answer: C
asked 23/09/2024
john ignacio echavarria lopez
33 questions

Question 14

Report
Export
Collapse

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?

Suggested answer: C
asked 23/09/2024
Kong Yew Kuen
38 questions

Question 15

Report
Export
Collapse

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?

append
append
computeExpression
computeExpression
augment
augment
computeRelative
computeRelative
Suggested answer: B
asked 23/09/2024
Jesse Serrano
37 questions

Question 16

Report
Export
Collapse

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

Ant Migration Tool
Ant Migration Tool
Analytics External Data API
Analytics External Data API
Analytics REST API
Analytics REST API
Change sets
Change sets
Analytics dashboard connector
Analytics dashboard connector
Suggested answer: A, C, D

Explanation:

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

asked 23/09/2024
Kareem Dadoul
43 questions

Question 17

Report
Export
Collapse

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?

Create and assign Salesforce permission sets according to the three types of roles defined.
Create and assign Salesforce permission sets according to the three types of roles defined.
Assign the app permissions 'viewer/' 'editor,' and 'manager' to the three types of roles defined.
Assign the app permissions 'viewer/' 'editor,' and 'manager' to the three types of roles defined.
Create and assign three new Salesforce profiles according to the three types of roles defined.
Create and assign three new Salesforce profiles according to the three types of roles defined.
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.
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.
Suggested answer: A
asked 23/09/2024
Ezrah James panuelos
37 questions

Question 18

Report
Export
Collapse

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

Apply sharing inheritance.
Apply sharing inheritance.
Create a master-detail relationship between the Salesforce Account and Opportunity objects.
Create a master-detail relationship between the Salesforce Account and Opportunity objects.
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'.
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'.
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'.
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'.
Suggested answer: A, C
asked 23/09/2024
Jeffrey Tiffany
43 questions

Question 19

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Andrey Markov
33 questions

Question 20

Report
Export
Collapse

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.

Salesforce Certified Tableau CRM and Einstein Discovery Consultant image Question 20 69473 09232024003313000000

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

/services/data/v . /wave/apps
/services/data/v . /wave/apps
/services/data/v . /analytics/wizard
/services/data/v . /analytics/wizard
/services/data/v . /wave/templates
/services/data/v . /wave/templates
/services/data/v . /analytics/projects
/services/data/v . /analytics/projects
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

asked 23/09/2024
Donald Bell
31 questions
Total 242 questions
Go to page: of 25
Search

Related questions