[Nov 01, 2021] Einstein-Analytics-and-Discovery-Consultant Practice Exam Dumps - 99% Marks In Salesforce Exam
Updated Verified Einstein-Analytics-and-Discovery-Consultant Q&As - Pass Guarantee or Full Refund
Salesforce Einstein-Analytics-and-Discovery-Consultant Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
| Topic 15 |
|
| Topic 16 |
|
| Topic 17 |
|
| Topic 18 |
|
NEW QUESTION 99 
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. number_to_string()
- B. substr()
- C. coalesce()
- D. replace()
Answer: A
NEW QUESTION 100
Universal Containers reports that any selection in the List widget is not affecting the Pie chart in one of their Einstein Analytics dashboards. The step options associated with the List widget and Pie chart are shown in the graphic.
Given that the steps are using different datasets. which two changes can an Einstein Consultant make to solve this issue' Choose 2 answers
- A. Use selection binding in the filters section of Che step "Step_pie_2."
- B. Use selection binding in the filters section of the step "Type_l."
- C. Use 'Connect Data Sources" and create a connection to connect the two datasets.
- D. Use "Connect Data Sources" and create a connection to connect the two widgets.
Answer: A,C
NEW QUESTION 101
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: A
NEW QUESTION 102
What is an appropriate response when a client is disappointed that Einstein Discovery only detected patterns that were already known?
- A. Advise them that the use case may not be accurate
- B. Remind them that the technology is only as good as the data
- C. Recommend using a visualization tool, like Einstein Analytics, to uncover the details
- D. Highlight that Einstein reduces time to insight, which is much faster than learning experience
Answer: B
NEW QUESTION 103
An Einstein Analytics consultant has been asked to refactor a dashboard so that is loads more quickly. After some analysis, the consultant found that most of the dashboard steps run in less than five seconds; however, the Opportunities Table takes 30 seconds to run.
How can the consultant improve the performance of this dashboard?
- A. Create a second dashboard and move the table to this new dashboard
- B. Create a link to download the list of opportunities as an Excel file
- C. Create a second page on the dashboard and move the table to this new page
- D. Create a Visualforce page and display a list view of the opportunities on this new page
Answer: C
NEW QUESTION 104
How many groupings can you have in a Compare Table?
- A. Up to four
- B. One
- C. None
- D. Infinite
Answer: A
NEW QUESTION 105
When Analytics runs a dataflow that accesses Salesforce objects, which user does it use?
- A. The current user
- B. The record owner
- C. The system administrator
- D. The Integration User
Answer: D
NEW QUESTION 106
What happens if the ui.json file is empty?
- A. B and D
- B. The template will not include a configuration wizard.
- C. The app includes all possible dashboards by default.
- D. You create a text-only version of an app.
- E. The dataflow fails.
Answer: B
Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templ
NEW QUESTION 107
What does a configuration wizard do?
- A. Lets you know the best way to set up your Salesforce data
- B. Asks you questions about how you store data in your org to help you create your app
- C. Automatically creates multiple versions of the same app
- D. Customizes your template based on Salesforce settings
Answer: B
Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templ
NEW QUESTION 108
What are the two types of bindings? Choose 2:
- A. Description bindings
- B. Data bindings
- C. Results binding
- D. Selections bindings
Answer: C,D
NEW QUESTION 109
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. Enable "Custom maps with geoJSON" in the analytics settings.
- B. Add the system permission "Manage Analytics Custom Maps" to the permission set used.
- C. Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.
- D. Upload the geoJSON via the API because it is not a function in the UI.
Answer: B
NEW QUESTION 110
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: C
NEW QUESTION 111
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 user the REST API to get predictions from Einstein Discovery
- B. Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange
- 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 Salesforce External Connector to get predictions from Einstein Discovery
Answer: B
NEW QUESTION 112
An Einstein Analytics team wants to create a dashboard using two standard Salesforce objects. The dashboard should display data from the Case object, along with related data from the Account object. Which two processes can achieve this?
- A. Extract data from the case and account objects using an ETL tool, use the ETL tool to y/ Q join account and case data, and then upload the data to Einstein Analytics. Build a dashboard using the ETL generated dataset
- B. Extract data from the case and account objects using "sfdcDigest" transformation, y/ Q use "augment" transformation to add case data with account data, store as a dataset, and then build a dashboard using the generated dataset
- C. Extract data from the case and account objects using "sfdcDigest" transformation, Q use "append" transformation to add case data with account data, store as a dataset, and then build a dashboard using the generated dataset
- D. Extract data from the case and account objects using "dataloader", create a CSV file Q with account and case data, and then upload the CSV as a dataset to Einstein Analytics. Build a dashboard using that dataset
Answer: A,B
NEW QUESTION 113
Exhibit:
A shipping company created a dataset. "Bookll," containing budget per region per month for the first six months of 2018. The dataset is shown in the graphic. Now, they want to create a lens showing the total budget for each region for each month. Every combination of region and month must be shown in the lens, even if there is no data.
How can an Einstein Consultant help this company build this lens?
- A. Use a SAQL query to create fake rows for any data that is missing data from the dataset.
- B. Use a SAQL query leveraging the "fill" statement with a "partition" parameter.
- C. Use a "Compare Table" and add a column leveraging the "Running Total" function.
- D. Use a "Compare Table" and use the "Show summary" option.
Answer: B
NEW QUESTION 114
Why would you use the Actions menu in a chart?
- A. To post to Chatter
- B. To rearrange widgets in dashboards
- C. To create workout plan for you and your team
- D. To expand the time period shown in a dashboard
Answer: A
NEW QUESTION 115
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. Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
- B. Validate that there is enough data in the dataset to make a good prediction.
- C. Include the fill SAQL statement to fill any missing dates.
- D. Investigate which prediction model is best for the data available.
Answer: C,D
NEW QUESTION 116
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 with a different variable
- C. Selected variable average with the mean
- D. Selected variable with CLV
- E. Selected variable average with the filtered average
Answer: A
NEW QUESTION 117
An Einstein Analytics team wants to create a dashboard that displays values from an external, on-premise Oracle database.
What are two options to load the data from the Oracle database into Einstein Analytics? Choose 2 answers
- A. Use the Salesforce SOAP interface.
- B. Use Oracle database connector.
- C. Use the Analytics External Data API.
- D. Load the data as a CSV file.
Answer: A
NEW QUESTION 118 
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. number_to_string()
- C. coalesce()
- D. replace()
Answer: C
NEW QUESTION 119
Yasmine wants to create a lens with the Seed Bank Orders dataset, but she currently doesn't see any rows in the dataset. Since Yasmine is Hadiqa's manager, Yasmine asks Hadiqa if she's experiencing the same problem, but Hadiqa replies that she can see all the rows. Why is this happening?
- A. Yasmine doesn't have the Manager app role.
- B. The dataset's security predicate was set up incorrectly.
- C. Yasmine doesn't have the Create and Edit Analytics Dashboards permission.
- D. Yasmine wasn't assigned a permission set.
Answer: B
NEW QUESTION 120
Einstein Discovery gives you several different kinds of recommended insights. Which of these insights is descriptive?
- A. Predictions & Improvements
- B. What Happened
- C. What Is the Difference
- D. Why It Happened
Answer: B
NEW QUESTION 121
A consultant is asked to configured 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 the user
- B. Ensure the user has the Analytics permission
- C. Assign the Manager role the user
- D. Assign the view role to the user
Answer: C
NEW QUESTION 122
You can get data into Einstein Discovery:
- A. By using an Einstein analytics dataset
- B. By connecting a USB drive to your laptop
- C. Only if Salesforce does it for you
- D. Only if your database administrator does it for you
Answer: A
NEW QUESTION 123
......
Einstein-Analytics-and-Discovery-Consultant Real Valid Brain Dumps With 210 Questions: https://www.passcollection.com/Einstein-Analytics-and-Discovery-Consultant_real-exams.html

