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

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
Create a second page on the dashboard and move the table to this new page.
Answers
B.
Create a link to download the list of opportunities as an Excel file.
B.
Create a link to download the list of opportunities as an Excel file.
Answers
C.
Create a Visualforce page and display a list view of the opportunities on this new page.
C.
Create a Visualforce page and display a list view of the opportunities on this new page.
Answers
D.
Create a second dashboard and move the table to this new dashboard.
D.
Create a second dashboard and move the table to this new dashboard.
Answers
Suggested answer: A

Explanation:

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

An Einstein Discovery team created a model to maximize the margin of their sales opportunities. They want to deploy the model to the Opportunity object in order to predict the outcome of every newly created or updated Opportunity.

What are the steps to accomplish this?

A.
Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.
A.
Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.
Answers
B.
Create an Apex batch on Opportunity and use the REST API to get predictions from Einstein Discovery.
B.
Create an Apex batch on Opportunity and use the REST API to get predictions from Einstein Discovery.
Answers
C.
Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange.
C.
Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange.
Answers
D.
Create a trigger on Opportunity and use the REST API to get predictions from Einstein Discovery.
D.
Create a trigger on Opportunity and use the REST API to get predictions from Einstein Discovery.
Answers
Suggested answer: C

Explanation:

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

An Einstein Analytics team plans to enable data sync (replication).

Which two limits are specific to data sync (replication) and should be considered before enabling the feature because they might impact existing jobs?

Choose 2 answers

A.
Maximum number of dataflow definitions
A.
Maximum number of dataflow definitions
Answers
B.
Maximum number of dataflow transformations
B.
Maximum number of dataflow transformations
Answers
C.
Maximum number of objects that can be enabled for data sync (replication)
C.
Maximum number of objects that can be enabled for data sync (replication)
Answers
D.
Timeout for ELT (Extract Load Transform) jobs that are scheduled but not yet executed
D.
Timeout for ELT (Extract Load Transform) jobs that are scheduled but not yet executed
Answers
Suggested answer: A, C

Explanation:

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

The edgemart transformation gives the dataflow access to an existing, registered dataset that can contain Salesforce data, external data, or a combination of both.

Where is an edgemart transformation specified?

A.
Dataflow Editor
A.
Dataflow Editor
Answers
B.
Recipes Editor
B.
Recipes Editor
Answers
C.
Step Editor
C.
Step Editor
Answers
D.
Settings
D.
Settings
Answers
Suggested answer: A

Explanation:

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

A client has a dataset comprised of Opportunity data and Opportunity Line level dat

A.
The client wants to use this dataset with Einstein Discovery to understand the Opportunity win rate.What must be done to the dataset to achieve this goal?
A.
The client wants to use this dataset with Einstein Discovery to understand the Opportunity win rate.What must be done to the dataset to achieve this goal?
Answers
B.
Select the isWon = True outcome variable and generate the story.
B.
Select the isWon = True outcome variable and generate the story.
Answers
C.
Filter to only look at isWon = True records to avoid skewing the results.
C.
Filter to only look at isWon = True records to avoid skewing the results.
Answers
D.
Click Create Story and Einstein will take care of the rest.
D.
Click Create Story and Einstein will take care of the rest.
Answers
E.
Change the grain by removing the line level detail as it will skew the win rate.
E.
Change the grain by removing the line level detail as it will skew the win rate.
Answers
Suggested answer: C

Universal Containers has a dashboard for Sales Managers to visualize the YoY Growth of their customers- The formula used is: YoY = [(This Year - Last Year) / Last Year] %

Based on the graphic, when there is no account in the Last Year column, the YoY Growth shows null results. The Sales Managers want to replace it with 100% value.

What is the correct function to use?

A.
replace()
A.
replace()
Answers
B.
number_to_string()
B.
number_to_string()
Answers
C.
coalesce()
C.
coalesce()
Answers
D.
substr()
D.
substr()
Answers
Suggested answer: C

The model quality metrics of an Einstein Discovery story indicate that the GINI coefficient in the four folds are 0.82, 0.83, 0.84, and 0.75, respectively.

Which two actions should a consultant take? Choose 2 answers

A.
Deploy the story, because the variation in the metrics is within the normal range.
A.
Deploy the story, because the variation in the metrics is within the normal range.
Answers
B.
Confirm that the overall GINI coefficient is good prior to deploying the story.
B.
Confirm that the overall GINI coefficient is good prior to deploying the story.
Answers
C.
Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
C.
Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
Answers
D.
Do not deploy the story immediately, and research why one fold is performing worse than the others.
D.
Do not deploy the story immediately, and research why one fold is performing worse than the others.
Answers
Suggested answer: B, D

Which three statements are true regarding sharing inheritance? Choose 3 answers

A.
If a user can see more than 3,000 records on the object in Salesforce, but the user does not have the 'View All Data' permission, sharing inheritance is not used. The backup security predicate takes effect. This limitation does not apply to the Opportunity object.
A.
If a user can see more than 3,000 records on the object in Salesforce, but the user does not have the 'View All Data' permission, sharing inheritance is not used. The backup security predicate takes effect. This limitation does not apply to the Opportunity object.
Answers
B.
Sharing inheritance supports Account, Campaign, Case, Contact, Opportunity, Lead, Order, User, and custom objects. If you use other objects, such as Idea or Site, you must use security predicates for those objects.
B.
Sharing inheritance supports Account, Campaign, Case, Contact, Opportunity, Lead, Order, User, and custom objects. If you use other objects, such as Idea or Site, you must use security predicates for those objects.
Answers
C.
A dataset using sharing must also have a security predicate defined.
C.
A dataset using sharing must also have a security predicate defined.
Answers
D.
Sharing inheritance supports a foreign key for enforcing security.
D.
Sharing inheritance supports a foreign key for enforcing security.
Answers
E.
When sharing inheritance is enabled, security predicates are ignored.
E.
When sharing inheritance is enabled, security predicates are ignored.
Answers
Suggested answer: A, B, C

Explanation:

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

Which Einstein Analytics asset or assets are created when using an App Template to create an app?

A.
The app, dataflows and datasets, dashboards, and permission sets
A.
The app, dataflows and datasets, dashboards, and permission sets
Answers
B.
The app, dataflows and datasets, and dashboards
B.
The app, dataflows and datasets, and dashboards
Answers
C.
The app, dataflows and datasets, and users
C.
The app, dataflows and datasets, and users
Answers
D.
An empty app
D.
An empty app
Answers
Suggested answer: B

Exhibit:

A company wants to create a timeline chart to visualize the evolution of their Closed Won Opportunities. What are the required parameters to build a lens that displays output similar to the image shown?

A.
2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
A.
2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
Answers
B.
1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
B.
1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
Answers
C.
1 measure, 1 grouping by a date field, and either 0-1 groupings by a dimension if trellis is disabled, or 0-2 groupings if trellis is enabled
C.
1 measure, 1 grouping by a date field, and either 0-1 groupings by a dimension if trellis is disabled, or 0-2 groupings if trellis is enabled
Answers
D.
1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
D.
1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
Answers
Suggested answer: C
Total 242 questions
Go to page: of 25