[Dec-2021] Einstein-Analytics-and-Discovery-Consultant Exam Dumps - Free Demo & 365 Day Updates
Free Sales Ending Soon - Use Real Einstein-Analytics-and-Discovery-Consultant PDF Questions
NEW QUESTION 33
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. Upload the geoJSON via the API because it is not a function in the UI.
- B. Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.
- C. Enable "Custom maps with geoJSON" in the analytics settings.
- D. Add the system permission "Manage Analytics Custom Maps" to the permission set used.
Answer: D
NEW QUESTION 34
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 35
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' right, Activities by 'Opportunityld';
- C. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
- D. q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
Answer: A
NEW QUESTION 36
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 Manager role the user
- B. Ensure the user has the Analytics permission
- C. Assign the Editor role the user
- D. Assign the view role to the user
Answer: A
NEW QUESTION 37
An Einstein Analytics team created a funnel chart to show the number of opportunities in each stage. The managers who use the chart report that the funnel shows stages in alphabetical order instead of sales cycle order.
In which two ways can a consultant help them address this issue? Choose 2 answers
- A. Use a dataset XMD to rename stages.
- B. Use a dashboard JSON to rename stages.
- C. Use a dataflow to sort the stages by their internal name.
- D. Use a dataflow to rename the stages with a preceding number.
Answer: D
NEW QUESTION 38
What happens if you first disable Analytics, and then you re-enable Analytics later? Select 2
- A. You must define the permission sets again if Analytics is re-enabled. (Missed)
- B. User permissions are not removed from each defined permission set if Analytics is disabled.
- C. You must not define the permission sets again if Analytics is re-enabled.
- D. User permissions are removed from each defined permission set if Analytics is disabled. (Missed)
Answer: A,D
NEW QUESTION 39
A consultant is working with a credit card company that needs help with ongoing fraudulent transactions. The company provides a representative sample dataset for the consultant to analyze in Einstein Discovery. The story's initial assessment shows that a third-party payment app is the source of these fraudulent transactions.
However, the company rejects this assessment outcome, stating they have not had a partnership with this payment app long enough for it to be a concern.
What is the recommended next step to improve the story outcome?
- A. Explain to the company that the story has returned unbiased results and the initial assessment is accurate.
- B. Use the credit card company's domain knowledge and exclude the third-party payment app from the story.
- C. Ask the credit card company for a more comprehensive dataset to analyze.
- D. Make adjustments to the story to better demonstrate that the third-party payment app is the culprit.
Answer: A
NEW QUESTION 40 
Which two statements can be determined based on the Why it Happened graphic above' Choose 2 answers
- A. Call Center is a generally poor performing product, and since there is more in Germany that has a negative effect.
- B. Germany sells more Call Center product and that helps them increase their win rate.
- C. Germany performs lower than average but better when the product is Call Center.
- D. The -2.2 Unexplained means there are effects that Einstein will never be able to explain regardless of the dataset.
Answer: D
NEW QUESTION 41
Which permission gives you view-only access to Analytics?
- A. Use Analytics
- B. None of above
- C. Create and Edit Analytics Dashboard
- D. Manage Analytics
Answer: A
NEW QUESTION 42
Refer to the graphic.
Which conclusion can be made regarding the strength of the model shown?
- A. The strength of the model cannot be determined with the metrics shown.
- B. The model is very strong. A GINI coefficient of .535 shows that this model is very effective.
- C. The model is pretty good; the accuracy rating of .7597 means we can predict both wins and losses at a fairly high rate.
- D. The model is very weak and doesn't provide useful predictions due to the low threshold.
Answer: D
NEW QUESTION 43
What are Einstein Analytics prebuilt permission sets? Select 2:
- A. Einstein Analytics Platform Admin (Missed)
- B. Einstein Analytics Superadmin
- C. Einstein Analytics Platform User (Missed)
- D. Einstein Analytics
Answer: A,C
NEW QUESTION 44
After getting approval of the dashboard layout design for a desktop, the Einstein Analytics consultant is ready to start the design process for a mobile layout.
What are three considerations that the consultant should keep in mind when developing the layout? Choose 3 answers
- A. If no layouts are eligible for the mobile device, an error message will be displayed.
- B. A layout for mobile is eligible for use when the device meets all the device properties set in the Layout panel.
- C. If more than one layout is eligible, the one with the most device properties set is used. If there is a tie, the most recently defined layout is used. (Missed)
- D. There are widgets that cannot be displayed on mobile layouts.
- E. If no layouts are eligible for the mobile device, the first defined layout is used. (Missed)
Answer: B,C,E
Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/wave_dashboard_designer_basics/wave_take_analytics
NEW QUESTION 45
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. 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."
- B. 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. - C. Create one custom app for the datasets and share it with marketing and sales as "viewer."
- D. 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."
Answer: A
NEW QUESTION 46
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. Ensure the user has the Use Analytics permission.
- B. Assign the Viewer role to the user.
- C. Assign the Manager role to the user.
- D. Assign the Editor role to the user.
Answer: A
NEW QUESTION 47
The client is trying to create a SAQL step to predict sales in each sales region. They cannot get the query to return any results, but have identified that the error is in the time series statement. They have asked an Einstein Consultant to review the following query and fix any errors.
Which timeseries statement will fix the query'
- A. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter',
"Y-Q"), partition='Region', seasonality=4); - B. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year',
'Date_Month". "Y-M"), partition='Region'); - C. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter',
"Y-Q"), partition=Region', ignoreLast=true); - D. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter',
"Y-Q"), partition='Region');
Answer: B
NEW QUESTION 48
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 49
The model quality metrics of an Einstein Discovery story indicate that the GINI coefficient in the four folds are 0.82, 0.83, 0.84, and 0.75, respectively.
Which two actions should a consultant take? Choose 2 answers
- A. Deploy the story, because the variation in the metrics is within the normal range.
- B. Do not deploy the story immediately, and research why one fold is performing worse than the others.
- C. Confirm that the overall GINI coefficient is good prior to deploying the story.
- D. Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
Answer: B,C
NEW QUESTION 50
Which dataflow transformation does data sync (replication) reference, in an existing dataflow, to determine which Salesforce objects and fields are currently being extracted?
- A. sfdcDigest
- B. edgemart
- C. sfdcRegister
- D. export
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 51
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. delta transformation
- C. flatten transformation
- D. digest transformation
Answer: C
NEW QUESTION 52
In the Insights list, insights are ranked in what order?
- A. Geospatial
- B. Time
- C. Alphabetical
- D. There is no order
- E. Statistical significance
Answer: E
NEW QUESTION 53
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 link to download the list of opportunities as an Excel file
- B. Create a Visualforce page and display a list view of the opportunities on this new page
- C. Create a second dashboard and move the table to this new dashboard
- D. Create a second page on the dashboard and move the table to this new page
Answer: D
NEW QUESTION 54
What is an appropriate response when a client is disappointed that Einstein Discovery only detected patterns that were already known?
- A. Remind them that the technology is only as good as the data.
- B. Advise them that the use case may not be accurate.
- 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 from experience.
Answer: A
NEW QUESTION 55
What kind of insight is "What Is The Difference"?
- A. Descriptive
- B. Diagnostic
- C. Selective
- D. Prescriptive
- E. Predictive
Answer: B
NEW QUESTION 56
What can you change in a Compare Table formula column?
- A. The formula and the name
- B. The grouping
- C. The measure
- D. The filters
Answer: A
NEW QUESTION 57
......
Einstein-Analytics-and-Discovery-Consultant Dumps - Pass Your Certification Exam: https://www.dumpstillvalid.com/Einstein-Analytics-and-Discovery-Consultant-prep4sure-review.html
