Salesforce Tableau-CRM-Einstein-Discovery-Consultant Dumps - 100% Cover Real Exam Questions (Updated 210 Questions) [Q82-Q101]

Share

Salesforce Tableau-CRM-Einstein-Discovery-Consultant Dumps - 100% Cover Real Exam Questions (Updated 210 Questions)

Real Tableau-CRM-Einstein-Discovery-Consultant dumps - Real Salesforce dumps PDF

NEW QUESTION 82
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. Configure the results binding on the target step in the dashboard JSON.
  • B. Look up the API name of the source field
  • C. Look up the API name of the filtering field
  • D. Find source and target step names

Answer: A,C,D

 

NEW QUESTION 83
Permissions of which 2 internal users are used by Analytics to gain access to Salesforce data?

  • A. Analytics uses the permissions of the Integration User to extract data from Salesforce objects and fields when a dataflow job runs.
  • B. Each user has a corresponding Profile assigned (Analytics Cloud Integration User and Analytics Cloud Security User profiles).
  • C. When you query a dataset that has row-level security based on the User object, Analytics uses the permissions of the Security User to access the User object and its fields.

Answer: A,B,C

 

NEW QUESTION 84
Refer to the graphic.

Which conclusion can be made regarding the strength of the model shown?

  • A. The model is pretty good; the accuracy rating of .7597 means we can predict both wins and losses at a fairly high rate.
  • B. The model is very weak and doesn't provide useful predictions due to the low threshold.
  • C. The strength of the model cannot be determined with the metrics shown.
  • D. The model is very strong. A GINI coefficient of .535 shows that this model is very effective.

Answer: B

 

NEW QUESTION 85
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. Assign the Manager role to the user.
  • D. Ensure the user has the Use Analytics permission.

Answer: D

 

NEW QUESTION 86
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 87
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 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.
  • B. 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."
  • 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 one custom app for the datasets and share it with marketing and sales as "viewer."

Answer: B

Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_security_implementation_guide.htm&type=5

 

NEW QUESTION 88
To use the Sales Analytics app, which permission set license do you need?

  • A. Analytics Templated Apps
  • B. Security User
  • 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 89
A client has a dataset comprised of Opportunity data and Opportunity Line level dat a. The client wants to use this dataset with Einstein Discovery to understand the Opportunity win rate.
What must be done to the dataset to achieve this goal?

  • A. Select the isWon = True outcome variable and generate the story.
  • B. Click Create Story and Einstein will take care of the rest.
  • C. Change the grain by removing the line level detail as it will skew the win rate.
  • D. Filter to only look at isWon = True records to avoid skewing the results.

Answer: B

 

NEW QUESTION 90
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 91
Which of the following is true about the Service Analytics Overview dashboard?

  • A. It's a great place to start your analysis.
  • B. It lets you drill down to more detailed dashboards, like agent performance, channel review, and telephony metrics.
  • C. All of the above.
  • D. It instantly provides key metrics on open cases, average time to close, first contact resolution, and customer satisfaction.
  • E. It's available on desktop and mobile.

Answer: C

 

NEW QUESTION 92
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 93
In the Insights list, insights are ranked in what order?

  • A. Alphabetical
  • B. Time
  • C. Geospatial
  • D. Statistical significance
  • E. There is no order

Answer: D

 

NEW QUESTION 94
Universal Containers has a dashboard for Sales Managers to visualize the YoY Growth of their customers- The formula used is: YoY = [(This Year - Last Year) / Last Year] % Based on the graphic, when there is no account in the Last Year column, the YoY Growth shows null results. The Sales Managers want to replace it with 100% value.
What is the correct function to use?

  • A. coalesce()
  • B. replace()
  • C. substr()
  • D. number_to_string()

Answer: A

 

NEW QUESTION 95
In the list of insights, the first insights that you see are the ones that explain, statistically, the most variation in the outcome variable. The insights that appear later, as you scroll through the story, explain variables that, statistically, account for less of the variation in the outcome variable.
When you select one variable, what are you comparing?

  • A. Selected variable with all story data
  • B. Selected variable average with the filtered average
  • C. Selected variable average with the mean
  • D. Selected variable with a different variable
  • E. Selected variable with CLV

Answer: A

 

NEW QUESTION 96
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 97
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 98
A Salesforce administrator wants to create a new dashboard that uses custom geoJSON to display data; however, the administrator is unable to upload the file via the UI.
What should be done?

  • A. Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.
  • B. Enable "Custom maps with geoJSON" in the analytics settings.
  • C. Add the system permission "Manage Analytics Custom Maps" to the permission set used.
  • D. Upload the geoJSON via the API because it is not a function in the UI.

Answer: C

Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_chart_intro_custom_map.htm&type=5

 

NEW QUESTION 99
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 100
What are Einstein Analytics prebuilt permission sets? Select 2:

  • A. Einstein Analytics
  • B. Einstein Analytics Platform User
  • C. Einstein Analytics Platform Admin
  • D. Einstein Analytics Superadmin

Answer: B,C

 

NEW QUESTION 101
......

Realistic TestsDumps Tableau-CRM-Einstein-Discovery-Consultant Dumps PDF - 100% Passing Guarantee: https://www.testsdumps.com/Tableau-CRM-Einstein-Discovery-Consultant_real-exam-dumps.html

Free Salesforce Tableau-CRM-Einstein-Discovery-Consultant Exam Questions & Answer: https://drive.google.com/open?id=10i0SNw8cZngU0rQvZGZssgGoAPbyByxU