
Best Quality Salesforce Tableau-CRM-Einstein-Discovery-Consultant Exam Questions PassExamDumps Realistic Practice Exams [2021]
Critical Information To Salesforce Tableau CRM Einstein Discovery Consultant Pass the First Time
NEW QUESTION 61
What are the steps in the data exploration process?
- A. View, Explore, Refine, Save, Share
- B. View, Explore, Reduce, Save, Share
- C. Download, View, Refine, Save, Share
Answer: A
NEW QUESTION 62
What are predictive insights good for?
- A. Exploring your existing data to see what already happened
- B. Choosing between all possible outcomes for a single variable
- C. Predicting outcomes that you don't actually have the right data for
- D. Drilling down into the underlying reasons behind a prediction
Answer: D
NEW QUESTION 63
A company used Einstein Analytics to create two datasets:
1. "Opportunity With Account- dataset, which contains data from the Opportunity standard object augmented by the Account data.
2. "Case with Account" dataset. which contains data from the Case standard object augmented by the Account data.
The company wants to build a lens showing the total number of Opportunities and Cases per Account. How can a consultant help them build this lens'
- A. Use a SAQL query to group and join the "OpportunityWithAccount" and "CaseWithAccount" datasets then generate the results.
- B. Set up Connect Data Sources in the UI between the "OpportunityWithAccount" and "CaseWithAccount" datasets.
- C. Create a recipe to generate a new dataset from the "OpportunityWithAccount" and "CaseWithAccount" datasets aggregated by Account, and use the generated dataset in a lens.
- D. Use "Compare Table" to join the "OpportunityWithAccount" and "CaseWithAccount" datasets using the "Accountld" and then aggregate by Account.
Answer: A
NEW QUESTION 64
You can get data into Einstein Discovery:
- A. By using an Einstein analytics dataset
- B. Only if Salesforce does it for you
- C. Only if your database administrator does it for you
- D. By connecting a USB drive to your laptop
Answer: A
Explanation:
Reference:
https://trailhead.salesforce.com/content/learn/modules/wave_exploration_smart_data_discovery_basics/wave_get_smart_data_discovery_and_data
NEW QUESTION 65
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 66
A dashboard dataset is growing and the Einstein Analytics consultant notices an impact on performance. The consultant needs to make a few adjustments.
Which three actions can the consultant take to improve dashboard performance? Choose 3 answers
- A. Distribute steps among separate pages.
- B. Replace separate step filters with a global filter.
- C. Use SAQL code to join datasets at runtime.
- D. Move calculations to a dataflow.
- E. Reorganize the dashboard widgets.
Answer: A,B,D
NEW QUESTION 67
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 68
About what does the configuration wizard ask you questions about how you measure?
- A. Customer satisfaction
- B. Case duration
- C. All of the above
- D. Customer geography
- E. Case resolution
Answer: C
NEW QUESTION 69
Upper and lower limits on columns (vars) in discovery:
- A. 2 column minimum, 50 maximum
- B. 2 column minimum, 25 maximum
- C. 20 column minimum, 50 maximum
- D. 10 column minimum, 200 maximum
Answer: A
NEW QUESTION 70
Where can you view the status of a CSV upload in Analytics?
- A. The Setup menu
- B. The Analytics home page
- C. The Create Dataset page
- D. The data manager
Answer: D
NEW QUESTION 71
In a dataset, there are multiple boolean fields. When displayed on any dashboard, the boolean fields should all be displayed in the same way: a value of true should result in the display of the word "Yes" in green; a value of false should result in the display of the word "No" in red.
In which two ways can this be accomplished? Choose 2 answers
- A. Create an XMD node in the dataflow to change the label and color of the values in the fields.
- B. In the explorer, select the boolean fields, then create a derived dimension that references the boolean fields, and then modify the values and colors of the derived dimension.
- C. In the explorer, select the boolean fields and use the "edit values" option on the fields to change values and colors.
- D. Download the XMD for the dataset and change the values and color for the fields and then upload to the dataset.
Answer: C,D
NEW QUESTION 72
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 73
Concurrent queries per user?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
NEW QUESTION 74
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 75
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 76
A consultant built an Einstein Analytics app for the Sales Operations team. The Sales Operations team wants to share their app with other people at the company. The consultant recommends distributing the app as an Einstein Analytics template app.
A set of JSON files will be generated after a template is created from the Sales Operations app. What is the name of the JSON file that manages template metadata and all other template elements'
- A. ui.json
- B. template-info.json
- C. aster- info.j son
- D. template-to-app-rules.json
Answer: B
NEW QUESTION 77
A Senior Sales Business Analyst asks for a dashboard that contains fiscal year product opportunities. Information is maintained in a spreadsheet which is comprehensive, but its contents often need to be explained. After sketching the dashboard, the consultant is ready to start building.
Which concept should be applied to this dashboard?
- A. Use charts to help users ask questions, not illustrate a conclusion.
- B. Use the different chart types to make the dashboard interesting and appealing.
- C. Design the dashboard with the desktop in mind and use the same layout for mobile devices for consistency.
- D. Limit widget actions and exploration so users will focus only on the high-level information.
Answer: A
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_dashboard_build_tips.htm&type=5
NEW QUESTION 78
......
Tableau-CRM-Einstein-Discovery-Consultant EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.passexamdumps.com/Tableau-CRM-Einstein-Discovery-Consultant-valid-exam-dumps.html
Best Quality Salesforce Tableau-CRM-Einstein-Discovery-Consultant Exam Questions: https://drive.google.com/open?id=1iz6PrxmpIEIZXZaWAdVqYALgQio19fDJ
