Updated Sep-2022 Exam Materials for You to Prepare & Pass Einstein-Analytics-and-Discovery-Consultant Exam.
Pass Your Einstein-Analytics-and-Discovery-Consultant Exam at the First Try with 100% Real Exam
NEW QUESTION 82
Which isn't an option for setting a security predicate for a dataset created from an external data file?
- A. On each row prior to upload
- B. In the metadata file associated with the external data file using the rowLevelSecurityFilter key
- C. In the dataset Security Predicate
- D. In the Register transformation node of a dataflow that uses this dataset
Answer: A
NEW QUESTION 83
To see predictive insights, what option do you select in the Story toolbar?
- A. Why It Happened
- B. How Can I Improve It
- C. What Happened
- D. What Changed Over Time
- E. Predictions & Improvements
Answer: E
NEW QUESTION 84
What can you do with the dataflow?
- A. Build a dashboard
- B. Extract Salesforce object data into Analytics
- C. Explore a dataset
- D. Extract data from an external CSV file into Analytics
Answer: B
NEW QUESTION 85
Which set of statements generates monthly amount on a cumulative basis annually?
A)
B)
C)
D)
- A. Option B
- B. Option D
- C. Option C
- D. Option A
Answer: B
NEW QUESTION 86
The Universal Containers company thinks it knows everything about its business. However, Einstein Discovery surfaces an unexpected pattern that is concerning. They call in departmental experts and hold a meeting to discuss next steps with an Einstein Consultant.
What should the consultant advise as the next action'
- A. Consult a Data Scientist for further analysis.
- B. Determine if the pattern is a data issue or a new insight.
- C. Accept the new pattern and have confidence that Einstein knows the business as accurately as the customer.
- D. Filter out the data that causes the unexpected pattern and analyze the new results.
Answer: C
NEW QUESTION 87 
Universal Containers has a Sales Manager dashboard- They have a compare table that displays the count of Customers and the Sum of Annual Revenue per year and per Account type. A consultant is asked to add more groupings to enhance details about their customers.
What is the maximum number of grouping columns that the consultant must be aware of in order to continue using a compare table versus creating the query using SAQL?
- A. 0
- B. 1
- C. unlimited
- D. 2
Answer: A
NEW QUESTION 88 
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. substr()
- B. replace()
- C. number_to_string()
- D. coalesce()
Answer: A
NEW QUESTION 89
A consultant created an Einstein Analytics dashboard in a sandbox. Now, the dashboard needs to be migrated into production.
To complete the migration, what are the consultant's three options? (Choose three.)
- A. Ant Migration Tool
- B. Analytics REST API
- C. Change sets
- D. Analytics dashboard connector
- E. Analytics External Data API
Answer: A,B,C
NEW QUESTION 90
A customer displays a lot of data and wants to dynamically emphasize certain values on a bar chart in order to properly grab the user's attention.
What can an Einstein Consultant use to accomplish this task?
- A. XMD
- B. Customize tooltip
- C. Compare Table
- D. Chart Markers
Answer: A
NEW QUESTION 91
What is the order of filter, limit, order and offset functions in SAQL?
Answer:
Explanation:
Filter and order can be interchanged. Offset must be after filter/order and limit must come after offset.
NEW QUESTION 92
Which of the following are requirements for enabling Analytics for Communities?
- A. Have a Customer Community Plus or Partner Community license.
- B. Wait at least 3 days after purchase.
- C. Assign your community members the Analytics for Communities permission set license.
- D. B and D
- E. Be nominated by your community peers.
Answer: D
Explanation:
Explanation
Community member should have assigned:
- 'Analytics for Communities' permission set license - a permission set that includes the 'View Analytics on Communities pages' Only users with a Customer Community Plus or Partner Community license can use this feature. This feature is supported in communities but not in portals.
NEW QUESTION 93
The Universal Containers Einstein Analytics team built a dashboard with two widgets:
1. List widget associated to the step "Type_2" and grouped by the dimension "Type" (multi-selection)
2. Pie chart widget associated to the step "Step_pie_3" and grouped by the dimension "Type" The team wants to use bindings so any selection in the List widget will filter the Pie chart.
Additional notes:
* The steps use different datasets.
* Users should be able to choose more than one Type (multi-selection).
What is the right syntax for the binding?
A)
B)
C)
D)
- A. Option B
- B. Option D
- C. Option A
- D. Option C
Answer: D
NEW QUESTION 94
Why is it important to prepare the data in a CSV file before you bring it into Analytics?
- A. To make sure Analytics can set the field type correctly
- B. To remove column headers
- C. To make sure the content is interesting
- D. To add currency symbols to numeric fields
Answer: A
NEW QUESTION 95 
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 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 - B. 1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
- C. 1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
- D. 2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
Answer: A
NEW QUESTION 96
A consultant is asked to create a dashboard for sales to see the forecasted sales per product family. After gathering the requirements, the consultant decides to leverage the timeseries SAQL statement to predict sales.
Which two actions must be performed when writing the SAQL query?
Choose 2 answers
- A. Validate that there is enough data in the dataset to make a good prediction.
- B. Investigate which prediction model is best for the data available.
- C. Include the fill SAQL statement to fill any missing dates.
- D. Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
Answer: A,C
NEW QUESTION 97
An Einstein consultant created a dashboard that went through review. Some few charts were added and removed in the process. The dashboard is now approved for production.
Which best practice should be done before releasing the dashboard?
- A. Rename all the steps to correspond with the defined naming convention
- B. Apply conditional formatting on the new charts
- C. Modify the XMD so all labels and values are user-friendly
- D. Remove the redundant steps to ensure dashboard performance
Answer: D
NEW QUESTION 98
Max number of dataflow definitions (with data sync enabled)
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 99
What are the 3 basic actions within a query in Analytics? Choose 3:
- A. Aggregate by a measure
- B. Grouping by a dimesnsion
- C. Display the results graphically
- D. Count rows by measure you want to visualize.
- E. Filter to narrow down your results.
Answer: A,B,E
NEW QUESTION 100
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. Use the Analytics External Data API and leverage the "query" resource.
- B. Use the Analytics REST API and leverage the -query" resource.
- C. Export the dataset as an XLS file and use the Einstein Analytics Connector for Excel.
- D. Export the dataset as a CSV file and load it to an external database.
Answer: D
NEW QUESTION 101
Can you share data from a widget?
- A. No, you can't share data from a widget.
- B. Select "Share" icon, click on "Download", and select "Download in .png, .XLS, or CSV" format.
- C. Select the step of the widget and share data.
- D. Only with the proper Einstein Analytics Platform license.
Answer: B
NEW QUESTION 102
The Universal Containers Einstein Analytics team built a dashboard with two widgets:
1. List widget associated to the step "Type_2" and grouped by the dimension "Type" (multi-selection)
2. Pie chart widget associated to the step "Step_pie_3" and grouped by the dimension "Type" The team wants to use bindings so any selection in the List widget will filter the Pie chart.
Additional notes:
* The steps use different datasets.
* Users should be able to choose more than one Type (multi-selection).
What is the right syntax for the binding?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option A
- D. Option B
Answer: D
NEW QUESTION 103
A consultant created a dashboard using Einstein Analytics for her client, a shipping company. It sources data from very large datasets. Now the client has requested that the consultant add more steps to the dashboard.
To ensure that the dashboard has acceptable performance, what two actions should the consultant take?
Choose 2 answers
- A. Avoid using conditional formatting.
- B. Split the steps and charts into different pages in a dashboard.
- C. Replace AggregateFlex steps with SAQL steps.
- D. Check if any steps can be reused for multiple purposes.
Answer: B,D
NEW QUESTION 104
A small Business Intelligence team is overwhelmed with multiple requests to create new dashboards. An option is to use layout templates to help with dashboard development.
What are two advantages of using layout templates? Choose 2 answers
- A. Layout templates are equipped with design best practice, such as optimally positioned KPIs and filters
- B. Layout templates offer a universal layout thus reducing the hours spent on design
- C. Layout templates are fast to create because they are fixed and read-only
- D. Layout templates offer a consistent end user experience
Answer: B,D
NEW QUESTION 105
......
Updated Einstein-Analytics-and-Discovery-Consultant Certification Exam Sample Questions: https://pass4sure.examcost.com/Einstein-Analytics-and-Discovery-Consultant-practice-exam.html

