ExamGecko

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

List of questions

Question 31

Report
Export
Collapse

A company created a dataset called myExternalDataset. It contains a dimension, called UserRegion, that is populated by the standard User object's picklist: Region.

The company has security requirements for this dataset:

1. Only a subset of users should be able to access the dataset.

2. Users who can access the dataset should see only data that belongs to their region.

In which two ways can an Einstein Analytics consultant help them implement these requirements? Choose 2 answers

Save the dataset under 'My Private App' so only a subset of selected users can access the dataset.
Save the dataset under 'My Private App' so only a subset of selected users can access the dataset.
Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
Save the dataset under a new application and give 'viewer' access to a public group containing the list of users allowed to see the dataset.
Save the dataset under a new application and give 'viewer' access to a public group containing the list of users allowed to see the dataset.
Suggested answer: B, D
asked 23/09/2024
GISELE AGNARAMON
45 questions

Question 32

Report
Export
Collapse

In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?

sfdcDigest
sfdcDigest
digest
digest
export
export
edgemart
edgemart
Suggested answer: D
asked 23/09/2024
Patricia Escobar
37 questions

Question 33

Report
Export
Collapse

Refer to the graphic.

Salesforce Certified Tableau CRM and Einstein Discovery Consultant image Question 33 69486 09232024003313000000

Einstein found a recommendation to improve the story: apparently there are two variables that behave the same. Given there is no additional information, what is the correct action?

Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions.
Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions.
Cancel this story and redefine the dataset.
Cancel this story and redefine the dataset.
Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
Do nothing; they appear to be similar, but there might be differences from the business perspective.
Do nothing; they appear to be similar, but there might be differences from the business perspective.
Suggested answer: D
asked 23/09/2024
Jasper John Cecilio
30 questions

Question 34

Report
Export
Collapse

What are two core design principles to consider when building Analytics apps or dashboards? Choose 2 answers

Emphasis: make sure they have space for important information, such as headlines and key charts.
Emphasis: make sure they have space for important information, such as headlines and key charts.
Clarity: make sure they are uncluttered and easy to interpret.
Clarity: make sure they are uncluttered and easy to interpret.
Consistency: make sure they have a sense of familiarity to strengthen your users' ease of use.
Consistency: make sure they have a sense of familiarity to strengthen your users' ease of use.
Balance: make sure they have a balance of different charts to get a more interesting design.
Balance: make sure they have a balance of different charts to get a more interesting design.
Suggested answer: B, C

Explanation:

https://trailhead.salesforce.com/en/content/learn/modules/analytics-app-design/principles-good-design

asked 23/09/2024
Amin Dashti
50 questions

Question 35

Report
Export
Collapse

In an org, some of the Activity records do not have related Opportunity records. Additionally, there are Opportunity records that do not have related Activity records.

Which SAQL statement will fetch all Opportunities, even if they don't have associated Activities, and fetch related Activity data, if it exists?

q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
Suggested answer: D

Explanation:

https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_cogroup.htm

asked 23/09/2024
Stephen DeWhite
37 questions

Question 36

Report
Export
Collapse

Universal Containers has a Sales Manager dashboard- They have a compare table that displays the count of Customers and the Sum of Annual Revenue per year and per Account type. A consultant is asked to add more groupings to enhance details about their customers.

What is the maximum number of grouping columns that the consultant must be aware of in order to continue using a compare table versus creating the query using SAQL?

8
8
4
4
unlimited
unlimited
10
10
Suggested answer: B
asked 23/09/2024
Muhammad Hafizh
29 questions

Question 37

Report
Export
Collapse

A consultant wants to optimize data loads by extracting Salesforce objects using independent Einstein Analytics dataflows ahead of time. Which construct should be used to accomplish this?

Augment
Augment
Dataflow
Dataflow
Clone
Clone
Data Sync (Replication)
Data Sync (Replication)
Suggested answer: A
asked 23/09/2024
Praveen Achankunju
44 questions

Question 38

Report
Export
Collapse

A consultant is asked to create a dashboard for sales to see the forecasted sales per product family. After gathering the requirements, the consultant decides to leverage the timeseries SAQL statement to predict sales.

Which two actions must be performed when writing the SAQL query?

Choose 2 answers

Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
Investigate which prediction model is best for the data available.
Investigate which prediction model is best for the data available.
Validate that there is enough data in the dataset to make a good prediction.
Validate that there is enough data in the dataset to make a good prediction.
Include the fill SAQL statement to fill any missing dates.
Include the fill SAQL statement to fill any missing dates.
Suggested answer: C, D
asked 23/09/2024
Rahul Biradavolu
41 questions

Question 39

Report
Export
Collapse

The Universal Containers company used Einstein Analytics to create two datasets:

Dataset A: contains a list of activities with an 'activitylD' dimension and a 'userlD' dimension Dataset B: contains a list of users with a 'userlD' dimension

The team wants to delete from Dataset A all activities related to users in Dataset B.

How can an Einstein Consultant help them achieve this?

Use the dataflow transformation 'delete' and set 'userlD' as the deletion ID.
Use the dataflow transformation 'delete' and set 'userlD' as the deletion ID.
Use a combination of dataflow transformations: 'augment' and 'filter.'
Use a combination of dataflow transformations: 'augment' and 'filter.'
Use an external ETL tool to extract both datasets and delete records.
Use an external ETL tool to extract both datasets and delete records.
Use the recipe operation 'delete' and set 'userlD' as the deletion ID.
Use the recipe operation 'delete' and set 'userlD' as the deletion ID.
Suggested answer: B
asked 23/09/2024
Edward Eric
36 questions

Question 40

Report
Export
Collapse

Which statement best describes how to ensure Einstein Analytics dashboards are easily used across both desktop and mobile devices?

Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width.
Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width.
Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type.
Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type.
Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device.
Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device.
Create multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size.
Create multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size.
Suggested answer: D
asked 23/09/2024
Suneth Jayalath
33 questions
Total 242 questions
Go to page: of 25
Search

Related questions