
Latest [Dec 29, 2021] Realistic Verified Tableau-CRM-Einstein-Discovery-Consultant Dumps
Pass Salesforce Tableau-CRM-Einstein-Discovery-Consultant Exam Updated 210 Questions
NEW QUESTION 85
Einstein Discovery gives you several different kinds of recommended insights. Which of these insights is descriptive?
- A. Why It Happened
- B. What Is the Difference
- C. What Happened
- D. Predictions & Improvements
Answer: C
Explanation:
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/understand_einstein_discovery_stories/use_stories
NEW QUESTION 86
Which chart type is best suited to track progress of sales revenue that is realized versus the target?
- A. Bar chart
- B. Flat gauge
- C. Pivot table
- D. Pie chart
Answer: B
NEW QUESTION 87
A large company is rolling out Einstein Analytics to their field sales. They have a well-defined role hierarchy where everyone is assigned to an appropriate node on the hierarchy.
An individual Sales rep should be able to view all opportunities that she/he owns or as part of the account team or opportunity team. The Sales Manager should be able to view all opportunities for the entire Sales team. Similarly, the Sales Vice President should be able to view opportunities for everyone who rolls up in that hierarchy.
The opportunity dataset has a field called 'Ownerld' which represents the opportunity owner.
Given this information, how can an Einstein Consultant implement the above requirements?
- A. As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" && 'Ownerld' == "SUser.Id".
- B. As part of the dataflow, use computeRelative on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || 'Ownerld' == "$User.Id".
- C. As part of the dataflow, use computeExpression on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || 'Ownerld' == "$User.Id".
- D. As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || TeamMember.Id' == "$User. Id" || 'Ownerld' == "SUser.Id".
Answer: D
NEW QUESTION 88
The Einstein Analytics team at a company created a clataset based on the Opportunity__c custom object. The VP of Sales reports seeing the message "No results found" when opening the dataset to explore it. Other users below the VP in the role hierarchy can see rows on the same dataset. Which two problems might be causing this issue?
- A. The Salesforce profile for the VP does not have read permission on the Opportunity__c custom object
- B. The Salesforce profile for the VP does not have read permission on some fields of the Opportunity__c custom object
- C. The dataset is inheriting sharing from Salesforce and the VP can see more than 3000 rows
- D. The Security Predicates set up at the dataset level are preventing the VP from seeing data
Answer: A,C
NEW QUESTION 89
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 hierarchy'
- A. sfdcDigest transformation
- B. digest transformation
- C. flatten transformation
- D. delta transformation
Answer: C
NEW QUESTION 90
Creating an Einstein Discovery story involves:
- A. Uploading a Microsoft PowerPoint presentation
- B. Copying text from company reports and pasting into Einstein Discovery
- C. Selecting a Dataset in Einstein Analytics, then clicking Create Story
- D. Entering notes about the data
Answer: C
NEW QUESTION 91
The Event Monitoring Analytics app brings prebuilt insights and analytics to what type of existing data in your org?
- A. Forensics data
- B. Sales Cloud data Login
- C. Event log file data
- D. Field audit trail data
Answer: C
NEW QUESTION 92
What happens if the ui.json file is empty?
- A. B and D
- B. The app includes all possible dashboards by default.
- C. You create a text-only version of an app.
- D. The template will not include a configuration wizard.
- E. The dataflow fails.
Answer: D
Explanation:
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templates_structure
NEW QUESTION 93
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?
- A. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
- B. q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
- C. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
- D. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
Answer: B
Explanation:
Reference:
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_cogroup.htm
NEW QUESTION 94
In what order does Einstein Discovery present the insights that it uncovers?
- A. Insights that explain the most variation in the outcome variable, in ascending order
- B. Alphabetical, in ascending order
- C. Insights that explain the most variation in the outcome variable, in descending order
- D. Alphabetical, in descending order
Answer: C
NEW QUESTION 95
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 ""Security User Profile" does not have access to the field.
- B. The "Integration User Profile" does not have access to the field.
- C. The field does not contain any data in Salesforce.
- D. The user who runs the dataflow does not have access to the field.
Answer: C
NEW QUESTION 96
An Einstein Analytics consultant is notified of a performance issue with data sync (replication). The consultant researches the issue and determines that unnecessary data is being synced.
Which solution should the consultant implement to help improve data sync (replication) performance?
- A. Scale down the number of datasets to help improve data sync (replication) performance.
- B. Update the existing data sync (replication) process by removing unused fields with a filter to extract relevant data.
- C. Start over again with new dataflows that exclude unused fields with a filter to extract relevant data.
- D. Modify dataflows to exclude unused fields and include a filter to extract relevant data.
Answer: B
NEW QUESTION 97
What are the two types of bindings? Choose 2:
- A. Results binding
- B. Description bindings
- C. Data bindings
- D. Selections bindings
Answer: A,D
NEW QUESTION 98
When creating a story in Einstein Discovery, do all potential collinear fields need to be removed before executing the build story'5
- A. Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.
- B. No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.
- C. 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.
- D. yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.
Answer: C
NEW QUESTION 99
An Einstein Consultant is reviewing the "Why it Happened" Insights provided by Einstein Discovery with the customer. The customer would like to validate the results. Which action should the consultant take?
- A. Use the Share and Export feature to help the customer determine if the findings make logical sense
- B. Consult with a Data Scientist to validate the findings
- C. Show the customer how to export and review the R-Code model validation results
- D. Check the p-values and standard deviation
Answer: A
NEW QUESTION 100
A consultant built a very useful Einstein Analytics app for Sales Operations and they want to share its contents with the rest of Global Sales. However, they do not want to add everyone in Sales to their app. The consultant recommends extending the Sales Operations app and distributing it as an Einstein Analytics template app, but needs to locate specific information to get started.
What is the REST API URL where the consultant can find current template apps?
- A. /services/data/v##.#/wave/apps
- B. /services/data/v##.#/analytics/projects
- C. /services/data/v##.#/wave/templates
- D. /services/data/v##.#/analytics/wizard
Answer: D
NEW QUESTION 101
......
Get 2021 Updated Free Salesforce Tableau-CRM-Einstein-Discovery-Consultant Exam Questions & Answer: https://www.actualcollection.com/Tableau-CRM-Einstein-Discovery-Consultant-exam-questions.html