2022 Tableau-CRM-Einstein-Discovery-Consultant Question Bank: Free PDF Download Recently Updated Questions
Tableau-CRM-Einstein-Discovery-Consultant Certification Exam Dumps with 210 Practice Test Questions
NEW QUESTION 69
What kind of org should you use for checking challenges when you do Trailhead modules about Analytics?
- A. An enterprise org, because that type of org is typically used by large companies
- B. A trial org, because you don't need to save anything
- C. A Developer Edition org, because it's a free, safe environment where you can try things out
- D. A higher education org, because analytics requires advanced math
Answer: C
NEW QUESTION 70
In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?
- A. digest
- B. sfdcDigest
- C. edgemart
- D. export
Answer: C
NEW QUESTION 71
A consultant built an Einstein Analytics dashboard for a company. The company then requested an enhancement to the dashboard and provided additional data that needs to be displayed. As a result, the consultant decides to "augment" the dataflow.
Which phrase describes this transformation?
- A. Add data as a lookup relationship (left side is the lowest grain)
- B. Join data based on a many-to-many relationship
- C. Add data based on the right-side grain
- D. Join data similar to an SQL statement
Answer: A
Explanation:
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_enable_data_integration_basics/wave_extract_salesforce_data
https://help.salesforce.com/articleView?id=bi_integrate_augment_transformation.htm&type=5
NEW QUESTION 72
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?
- A. Use a combination of dataflow transformations: "augment" and "filter."
- B. Use the dataflow transformation "delete" and set "userlD" as the deletion ID.
- C. Use an external ETL tool to extract both datasets and delete records.
Answer: A
Explanation:
D, Use the recipe operation "delete" and set "userlD" as the deletion ID.
NEW QUESTION 73
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. 1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
- B. 2 measures, 0-2 groupings if trellis is disabled, or 0-4 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
- D. 1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
Answer: C
NEW QUESTION 74
A company's Salesforce org has multi-currency enabled. This company's business intelligence team used Einstein Analytics to build a dataflow that creates a dataset, "OpportunityDataSet". This dataset is populated with data extracted from the standard object, Opportunity. One of the extracted fields is the standard field, Amount.
If a user explores the "OpportunityDataSet" in Einstein Analytics, in which currency will the Amount values be shown?
- A. In the currency that is set on the "currency" attribute in the dataflow
- B. In the connected user's currency
- C. In the currency that is set on the "currency" attribute in the dataset
- D. In the integration user's currency
Answer: D
Explanation:
Reference:
https://salesforce-trailblazer.com/einstein-analytics-multi-currency/
NEW QUESTION 75
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 (dateCols=('Date_Year, Date_Quarter', "Y-Q"), partition=Region', ignoreLast=true);
- B. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month". "Y-M"), partition='Region');
- C. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region');
- D. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region', seasonality=4);
Answer: B
NEW QUESTION 76
A client has two datasets that are used across seven different dashboards. Three of these dashboards are used by marketing and four are used by sales. The client requires that only marketing can access the marketing dashboards and only sales can access the sales dashboards.
What solution should be recommended?
- A. Create one custom app for the datasets and share it with marketing and sales as "viewer."
- B. Create two custom apps: one for marketing dashboards with marketing as "viewer" and one for sales dashboards with sales as
"viewer." Add the datasets as references to both custom apps. - C. Duplicate the datasets and create two custom apps: one for marketing dashboards and datasets with marketing as "editor" and one for sales dashboards and datasets with sales as "editor."
- D. Create three custom apps: one for marketing dashboards with marketing as "viewer," one for sales dashboards with sales as
"viewer," and one for datasets where marketing and sales are "viewer."
Answer: D
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_security_implementation_guide.htm&type=5
NEW QUESTION 77
Which security option is not available in Einstein Analytics for securing datasets?
- A. Inherited security
- B. Row-level security with security predicates
- C. Field-level security
- D. App level security
Answer: C
NEW QUESTION 78
Which dataflow transformation does data sync (replication) reference, in an existing dataflow, to determine which Salesforce objects and fields are currently being extracted?
- A. sfdcRegister
- B. edgemart
- C. sfdcDigest
- D. export
Answer: C
NEW QUESTION 79
Which of the following are included in the template object?
- A. A,C
- B. app.json
- C. ui.json
- D. A,B and C
- E. variables.json
Answer: A
NEW QUESTION 80
What is a keyword in SAQL? And what case must it be in?
Answer:
Explanation:
A keyword is basically just a function in SAQL, like group, foreach, etc. And it has to be lowercase.
NEW QUESTION 81
Max story creations per org per month
- A. 200 (can purchase more)
- B. 0
- C. 500 (can purchase more)
- D. 1000 (can purchase more)
Answer: C
NEW QUESTION 82
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 install the Einstein Discovery Writeback managed package from the AppExchange.
- B. Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.
- C. Create an Apex batch 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.
Answer: A
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_edd_wb_native.htm&type=5
NEW QUESTION 83
What are Einstein Analytics prebuilt permission sets? Select 2:
- A. Einstein Analytics Superadmin
- B. Einstein Analytics Platform User
- C. Einstein Analytics
- D. Einstein Analytics Platform Admin
Answer: B,D
NEW QUESTION 84
You are asked to update and maintain your company's Einstein Analytics dashboards.
A request comes in for one of the dashboards that contains steps from different datasets. The request is to make it possible for a table from one dataset to be filtered by the results of a chart from another dataset. Your solution is to create a results binding.
Which three steps should you implement to create the binding?
- A. Look up the API name of the filtering field
- B. Find source and target step names
- C. Configure the results binding on the target step in the dashboard JSON.
- D. Look up the API name of the source field
Answer: A,B,C
NEW QUESTION 85
What is an Analytics app?
- A. A collection of datasets, dashboards, lenses, and a dataflow
- B. A specialized version of the Einstein Analytics platform that runs outside of Salesforce
- C. Analytics for iPad
- D. The blueprint for your org's Einstein Analytics implementation
Answer: A
NEW QUESTION 86
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 issue7
- A. The field does not contain any data in Salesforce.
- B. The ""Security User Profile" does not have access to the field.
- C. The "Integration User Profile" does not have access to the field.
- D. The user who runs the dataflow does not have access to the field.
Answer: A
NEW QUESTION 87
What can you do on the Edit Field Attributes page when uploading a CSV file to Analytics?
- A. All of the above
- B. Change a field's format
- C. Change a field's name
- D. Change a field's type
Answer: A
NEW QUESTION 88
What kind of insight is "What Is The Difference"?
- A. Selective
- B. Prescriptive
- C. Diagnostic
- D. Descriptive
- E. Predictive
Answer: C
Explanation:
Reference:
https://trailhead.salesforce.com/content/learn/modules/understand_einstein_discovery_stories/understand-what-is-the-difference-insights
NEW QUESTION 89
......
New Tableau-CRM-Einstein-Discovery-Consultant Exam Dumps with High Passing Rate: https://www.premiumvcedump.com/Salesforce/valid-Tableau-CRM-Einstein-Discovery-Consultant-premium-vce-exam-dumps.html
Salesforce Tableau-CRM-Einstein-Discovery-Consultant Actual Questions and Braindumps: https://drive.google.com/open?id=1iTqJ4p8UmRNB_JcwUzIL8VQG2g7Vzfu-