Best Quality Tableau-CRM-Einstein-Discovery-Consultant Exam Questions Salesforce Test To Gain Brilliante Result!
Preparations of Tableau-CRM-Einstein-Discovery-Consultant Exam 2023 Salesforce Consultant Unlimited 210 Questions
NEW QUESTION 90
To use the Sales Analytics app, which permission set license do you need?
- A. Security User
- B. Analytics Templated Apps
- C. Sales Analytics Apps
- D. Sales Wave
Answer: C
Explanation:
Reference:
Each prebuilt Analytics app has its own PSL. When you set up permissions for those apps, select the right PSL. For Service Analytics, select "Service Analytics Apps." For Event Monitoring, select "Event Monitoring Analytics Apps," and so on.
NEW QUESTION 91
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?
- A. computeRelative
- B. computeExpression
- C. append
- D. augment
Answer: B
NEW QUESTION 92
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. Do not deploy the story immediately, and research why one fold is performing worse than the others.
- B. Confirm that the overall GINI coefficient is good prior to deploying 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.
- D. Deploy the story, because the variation in the metrics is within the normal range.
Answer: A,B
NEW QUESTION 93
Timeout for ETL jobs that have been scheduled but not executed
- A. 15 minutes
- B. 5 minutes
- C. 20 minutes
- D. 10 minutes
Answer: B
NEW QUESTION 94
A consultant is asked to configure a user to view a dashboard, within a designated app, without the ability to create and save lenses. After adding the user to the app, which action should the consultant take to implement this requirement?
- A. Assign the Editor role to the user.
- B. Assign the Viewer role to the user.
- C. Ensure the user has the Use Analytics permission.
- D. Assign the Manager role to the user.
Answer: C
NEW QUESTION 95
How do you create a regression timeseries?
- A. In SAQL, use the timeseries function with the following arguments: Partition (the group_by piece), Seasonality (set to 12 to get yearly seasonality).
Answer: A
NEW QUESTION 96
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.
Which timeseries statement will fix the query'
- A. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month". "Y-M"), partition='Region');
- B. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region');
- C. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', "Y-Q"), partition=Region', ignoreLast=true);
- D. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region', seasonality=4);
Answer: A
NEW QUESTION 97
The client asks an Einstein Consultant to build a dashboard with a chart that shows revenue and quantity of units sold. Which type of Combo Chart can the consultant use?
- A. Line over Bar
- B. Line over Scatter Plot
- C. Line over Stacked Bar
- D. Grid over Bar
Answer: A
NEW QUESTION 98
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. Timeout for ELT (Extract Load Transform) jobs that are scheduled but not yet executed
- B. Maximum number of dataflow definitions
- C. Maximum number of dataflow transformations
- D. Maximum number of objects that can be enabled for data sync (replication)
Answer: B,D
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_limits.htm&type=5
NEW QUESTION 99
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?
- A. Create a computeExpression in the dataflow.
- B. Create a new step in the dashboard using a compare table and the running total function.
- C. Create a formula field on the lead object in Salesforce and add it to the dataset.
- D. Create a new step in the dashboard using a compare table and define a formula.
Answer: A
NEW QUESTION 100
What does Einstein Analytics check when a user submits a query against a dataset?
- A. If the user has access to the dataset
- B. Which rows the user has access to
- C. Whether the user has access to the app
- D. Which fields the user has access to
Answer: B
NEW QUESTION 101
Where can you view the status of a CSV upload in Analytics?
- A. The data manager
- B. The Analytics home page
- C. The Setup menu
- D. The Create Dataset page
Answer: A
NEW QUESTION 102
Universal Containers (UC) is a multinational company that utilizes Salesforce and has a variety of internal systems. UC uses Einstein Analytics for their data analysis platform and they want to automate their weekly manual process to create a dataset from their on-premise data warehouse. Which solution should a consultant recommend to meet this requirement?
- A. Utilize a Salesforce weekly export feature
- B. Utilize Analytics Connector.
- C. Utilize middleware with Analytics External Data API
- D. Utilize a dataflow
Answer: C
NEW QUESTION 103
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
- A. Save the dataset under "My Private App" so only a subset of selected users can access the dataset.
- B. 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.
- C. Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
- D. Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
Answer: B,C
NEW QUESTION 104
In the context of Analytics, what is faceting?
- A. Filtering all related widgets in a dashboard by your selection
- B. Something only programmers can access
- C. Choosing the color of the background in a graph
- D. Measuring the number of significant digits of precision for a particular metric
- E. Representing the number of widgets on a dashboard
Answer: A
NEW QUESTION 105
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.
- B. Create a link to download the list of opportunities as an Excel file.
- C. Create a second dashboard and move the table to this new dashboard.
- D. Create a Visualforce page and display a list view of the opportunities on this new page.
Answer: A
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_dashboard_pages.htm&type=5
NEW QUESTION 106
Max number of dataflow definitions (with data sync enabled)
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 107
The Einstein Analytics Plus Platform license is enabled for a Salesforce org and assigned to each user. However, these users cannot see the Einstein Analytics Studio in the App Launcher.
How can this issue be addressed?
- A. Share the app with the users in Einstein Analytics.
- B. Create user accounts for the users in Einstein Analytics.
- C. Assign the users to the permission set containing Use Analytics.
- D. Assign the users to the permission set containing Manage Analytics.
Answer: C
NEW QUESTION 108
A Einstein Analytics consultant is asked to help a company report on their sales activity. The company wants to train some users to create their own dashboards. They also want another team to only be able to use the dashboards.
What must be configured to address these requirements?
- A. Create a permission set license assignment with two different levels of access-
- B. Grant "Manage" access permission to the apps.
- C. Use a permission set license with two different levels of access.
- D. Create two permission sets with different system permissions.
Answer: D
NEW QUESTION 109
A customer wants to change the default blue color on a bar chart. What is the easiest way to change blue to another color?
- A. Create a compare table formula to specify a hidden metric for coloring purposes.
- B. Use bindings to specify a color per bar.
- C. Use conditional formatting under the bar chart widget properties by selecting the measure.
- D. Use conditional formatting under the bar chart widget properties by selecting the dimension.
Answer: C
NEW QUESTION 110
When organizing information in an Einstein Analytics dashboard, what does the "Progressive Disclosure' design principle mean'
- A. Utilize the latest templates for the most modern look and feel.
- B. Implement strict security predicates to minimize the amount of information displayed to users.
- C. Intentionally omit specific details so that users can do ad-hoc exploration if needed for root-cause analysis.
- D. Only provide the user with the level of detail they need to see, with the option to drill down deeper into more details.
Answer: D
NEW QUESTION 111
Which of the following is true about the Service Analytics Overview dashboard?
- A. It lets you drill down to more detailed dashboards, like agent performance, channel review, and telephony metrics.
- B. All of the above.
- C. It's available on desktop and mobile.
- D. It's a great place to start your analysis.
- E. It instantly provides key metrics on open cases, average time to close, first contact resolution, and customer satisfaction.
Answer: B
NEW QUESTION 112
A company wants to build a webpage that displays KPIs that can be derived from values in datasets stored in Einstein Analytics. How can an Einstein Analytics consultant derive those KPIs from those datasets?
- A. Export the dataset as a CSV file and load it to an external database.
- B. Use the Analytics External Data API and leverage the "query" resource.
- C. Use the Analytics REST API and leverage the -query" resource.
- D. Export the dataset as an XLS file and use the Einstein Analytics Connector for Excel.
Answer: B
NEW QUESTION 113
Which isn't an option for setting a security predicate for a dataset created from an external data file?
- A. In the metadata file associated with the external data file using the rowLevelSecurityFilter key
- B. In the Register transformation node of a dataflow that uses this dataset
- C. In the dataset Security Predicate
- D. On each row prior to upload
Answer: D
NEW QUESTION 114
......
Focus on Tableau-CRM-Einstein-Discovery-Consultant All-in-One Exam Guide For Quick Preparation: https://prep4sure.examtorrent.com/Tableau-CRM-Einstein-Discovery-Consultant-exam-papers.html
