ExamGecko

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

List of questions

Question 91

Report
Export
Collapse

The client is trying to create a SAQL step to predict sales in each sales region. They cannot get the query to return any results, but have identified that the error is in the time series statement. They have asked an Einstein Consultant to review the following query and fix any errors.

Salesforce Certified Tableau CRM and Einstein Discovery Consultant image Question 91 69544 09232024003313000000

Which timeseries statement will fix the query'

q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', 'Y-Q'), partition=Region', ignoreLast=true);
q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', 'Y-Q'), partition=Region', ignoreLast=true);
q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month'. 'Y-M'), partition='Region');
q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month'. 'Y-M'), partition='Region');
q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region', seasonality=4);
q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region', seasonality=4);
q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region');
q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region');
Suggested answer: B
asked 23/09/2024
FARIZA MANNAN
39 questions

Question 92

Report
Export
Collapse

A client has a dashboard for Sales Managers. They want to have a list filter that shows the name of the month. However, based on the 'CloseDate_Month' field, the list filter shows numbers instead of names.

How can an Einstein Consultant use the Dataflow nodes to generate the name of month as a new dimension in the dataset?

flatten
flatten
compute Relative
compute Relative
compute Expression
compute Expression
append
append
Suggested answer: C
asked 23/09/2024
Laxman Paudel
25 questions

Question 93

Report
Export
Collapse

The Universal Containers company built three Einstein Discovery stories that they want to use in Salesforce to predict and maximize their revenue per customer. The stories are for every region where they have business: EMEA, AMER, and APAC.

How can a consultant help them deploy the three Einstein models to Salesforce?

Segment the account data per region and deploy the same model to all segments.
Segment the account data per region and deploy the same model to all segments.
Deploy the same model to all accounts and set the region field as an actionable variable.
Deploy the same model to all accounts and set the region field as an actionable variable.
Deploy the same model to all accounts and use an Apex trigger to call the appropriate prediction.
Deploy the same model to all accounts and use an Apex trigger to call the appropriate prediction.
Segment the account data per region and deploy the appropriate model for each segment.
Segment the account data per region and deploy the appropriate model for each segment.
Suggested answer: D

Explanation:

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

asked 23/09/2024
Enrique Villegas
39 questions

Question 94

Report
Export
Collapse

Which three parameters are used in a compare table formula field to calculate and display a field as percentage value? Choose 3 answers

Calculation
Calculation
Column Color
Column Color
Format
Format
Length
Length
Column Name
Column Name
Suggested answer: A, C, E
asked 23/09/2024
Christopher Schmidt
38 questions

Question 95

Report
Export
Collapse

A data architect wants to use a dataflow transformation to implement row-level security that is based on role hierarchy in Salesforce. Which transformation should be used to level the dataset hierarch?

digest transformation
digest transformation
flatten transformation
flatten transformation
delta transformation
delta transformation
sfdcDigest transformation
sfdcDigest transformation
Suggested answer: B
asked 23/09/2024
Maria Deras
40 questions

Question 96

Report
Export
Collapse

An Einstein Analytics team reports that when they start their dataflow it runs successfully with no errors or warnings, but one of the fields does not return values when it is queried.

What can be the origin of this issue?

The field does not contain any data in Salesforce.
The field does not contain any data in Salesforce.
The user who runs the dataflow does not have access to the field.
The user who runs the dataflow does not have access to the field.
The 'Integration User Profile' does not have access to the field.
The 'Integration User Profile' does not have access to the field.
The ''Security User Profile' does not have access to the field.
The ''Security User Profile' does not have access to the field.
Suggested answer: A
asked 23/09/2024
L Zsolt
38 questions

Question 97

Report
Export
Collapse

The Universal Containers company uses Einstein Analytics to build dashboards for different departments: Sales, Service, and Marketing. Users for the same department have the same role and need to have access to the same dashboards. Dashboards for different departments use some common datasets with the same row-level security.

How can an Einstein Consultant address this need?

Create one application for each department and use roles to share applications.
Create one application for each department and use roles to share applications.
Create one application for each department, put common datasets in the shared app, and use profiles to share applications.
Create one application for each department, put common datasets in the shared app, and use profiles to share applications.
Create one application for each department, put common datasets in the shared app, and use roles to share applications.
Create one application for each department, put common datasets in the shared app, and use roles to share applications.
Create one application for each department, put common datasets in the shared app, and use permission sets to share applications.
Create one application for each department, put common datasets in the shared app, and use permission sets to share applications.
Suggested answer: C
asked 23/09/2024
Biji Abraham
39 questions

Question 98

Report
Export
Collapse

A new field called 'CardBalance' is added to the standard object. Account. The team wants to add this new field to an Einstein Analytics dataset that sources the Account object; however, the team needs to limit the users who are able to view that field's data in the dataset.

How can an Einstein Consultant help them implement this new requirement?

Add the new field to the existing dataset and use the XMO file parameters to hide the new field from users who should not have access to it.
Add the new field to the existing dataset and use the XMO file parameters to hide the new field from users who should not have access to it.
Add the new field to the existing dataset and activate 'Sharing inheritance' in the Account object so only users who have access to the field in Salesforce will have access in Einstein Analytics.
Add the new field to the existing dataset and activate 'Sharing inheritance' in the Account object so only users who have access to the field in Salesforce will have access in Einstein Analytics.
Create a new Account dataset containing the new field and give access to this dataset only to users who should be able to see the new field.
Create a new Account dataset containing the new field and give access to this dataset only to users who should be able to see the new field.
Add the new field to the existing dataset and use 'Security Predicates' to hide it from users who should not access it.
Add the new field to the existing dataset and use 'Security Predicates' to hide it from users who should not access it.
Suggested answer: C
asked 23/09/2024
Baran Kilic
34 questions

Question 99

Report
Export
Collapse

When creating a story in Einstein Discovery, do all potential collinear fields need to be removed before executing the build story'5

No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.
No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.
No. Although it is ideal to eliminate collinearity as soon as possible, Einstein will give a warning post-build and the ridge regression will prevent collinearity from over-fitting.
No. Although it is ideal to eliminate collinearity as soon as possible, Einstein will give a warning post-build and the ridge regression will prevent collinearity from over-fitting.
yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.
yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.
Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.
Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.
Suggested answer: B
asked 23/09/2024
Tomasz Kusmierek
27 questions

Question 100

Report
Export
Collapse

As part of their analysis, Yasmine, Tonya, and Hadiqa need to create and save lenses to their project app. What is the minimum app role they need to do this?

Manager
Manager
Viewer
Viewer
Editor
Editor
Designer
Designer
Suggested answer: C

Explanation:

Save changes to existing dashboards, lenses, and datasets in the app (saving dashboards requires the appropriate permission set license and permission) available in Editor and Manager*##**##*

asked 23/09/2024
Chrysovalantis Oikonomopoulos
35 questions
Total 242 questions
Go to page: of 25
Search

Related questions