ExamGecko

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

List of questions

Question 51

Report
Export
Collapse

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?

Create a second page on the dashboard and move the table to this new page.
Create a second page on the dashboard and move the table to this new page.
Create a link to download the list of opportunities as an Excel file.
Create a link to download the list of opportunities as an Excel file.
Create a Visualforce page and display a list view of the opportunities on this new page.
Create a Visualforce page and display a list view of the opportunities on this new page.
Create a second dashboard and move the table to this new dashboard.
Create a second dashboard and move the table to this new dashboard.
Suggested answer: A

Explanation:

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

asked 23/09/2024
Tu Nguyen
40 questions

Question 52

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Beatriz Mejia
42 questions

Question 53

Report
Export
Collapse

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

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

Explanation:

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

asked 23/09/2024
Santanu Roy
34 questions

Question 54

Report
Export
Collapse

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?

Dataflow Editor
Dataflow Editor
Recipes Editor
Recipes Editor
Step Editor
Step Editor
Settings
Settings
Suggested answer: A

Explanation:

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

asked 23/09/2024
Louis Perriot
42 questions

Question 55

Report
Export
Collapse

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

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?
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?
Select the isWon = True outcome variable and generate the story.
Select the isWon = True outcome variable and generate the story.
Filter to only look at isWon = True records to avoid skewing the results.
Filter to only look at isWon = True records to avoid skewing the results.
Click Create Story and Einstein will take care of the rest.
Click Create Story and Einstein will take care of the rest.
Change the grain by removing the line level detail as it will skew the win rate.
Change the grain by removing the line level detail as it will skew the win rate.
Suggested answer: C
asked 23/09/2024
Danilo Romelli
49 questions

Question 56

Report
Export
Collapse

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?

replace()
replace()
number_to_string()
number_to_string()
coalesce()
coalesce()
substr()
substr()
Suggested answer: C
asked 23/09/2024
Nghia To Duc
53 questions

Question 57

Report
Export
Collapse

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

Deploy the story, because the variation in the metrics is within the normal range.
Deploy the story, because the variation in the metrics is within the normal range.
Confirm that the overall GINI coefficient is good prior to deploying the story.
Confirm that the overall GINI coefficient is good prior to deploying the story.
Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
Do not deploy the story immediately, and research why one fold is performing worse than the others.
Do not deploy the story immediately, and research why one fold is performing worse than the others.
Suggested answer: B, D
asked 23/09/2024
Débora Gomes Almeida
45 questions

Question 58

Report
Export
Collapse

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

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.
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.
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.
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.
A dataset using sharing must also have a security predicate defined.
A dataset using sharing must also have a security predicate defined.
Sharing inheritance supports a foreign key for enforcing security.
Sharing inheritance supports a foreign key for enforcing security.
When sharing inheritance is enabled, security predicates are ignored.
When sharing inheritance is enabled, security predicates are ignored.
Suggested answer: A, B, C

Explanation:

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

asked 23/09/2024
Jeffrey Holt Jr
26 questions

Question 59

Report
Export
Collapse

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

The app, dataflows and datasets, dashboards, and permission sets
The app, dataflows and datasets, dashboards, and permission sets
The app, dataflows and datasets, and dashboards
The app, dataflows and datasets, and dashboards
The app, dataflows and datasets, and users
The app, dataflows and datasets, and users
An empty app
An empty app
Suggested answer: B
asked 23/09/2024
Miguel Villanueva
33 questions

Question 60

Report
Export
Collapse

Exhibit:

Salesforce Certified Tableau CRM and Einstein Discovery Consultant image Question 60 69513 09232024003313000000

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?

2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
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
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
1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
Suggested answer: C
asked 23/09/2024
Herr Eylem Bulut
46 questions
Total 242 questions
Go to page: of 25
Search

Related questions