[Nov 24, 2021] Einstein-Analytics-and-Discovery-Consultant Dumps Full Questions - Exam Study Guide [Q54-Q70]

Share

[Nov 24, 2021] Einstein-Analytics-and-Discovery-Consultant Dumps Full Questions - Exam Study Guide

Salesforce Consultant  Free Certification Exam Material from ExamsLabs with 210 Questions

NEW QUESTION 54
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 an Apex batch on Opportunity and use the REST API to get predictions from Einstein Discovery.
  • B. Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.
  • C. Create a trigger on Opportunity and use the REST API to get predictions from Einstein Discovery.
  • D. Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange.

Answer: D

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

 

NEW QUESTION 55
A customer wants to change the default blue color on a bar chart. What is the easiest way to change blue to another color?

  • A. Use conditional formatting under the bar chart widget properties by selecting the measure.
  • B. Use bindings to specify a color per bar.
  • C. Create a compare table formula to specify a hidden metric for coloring purposes.
  • D. Use conditional formatting under the bar chart widget properties by selecting the dimension.

Answer: A

 

NEW QUESTION 56
Which set of statements generates monthly amount on a cumulative basis annually?
A)

B)

C)

D)

  • A. Option B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: D

 

NEW QUESTION 57
What are two benefits of designing using the "Progressive Disclosure" principle? (Choose two.)

  • A. Discounted EA licenses when growth is achieved
  • B. Better dashboard performance
  • C. Improved ease of use for end users
  • D. Automatic conditional formatting

Answer: B,C

 

NEW QUESTION 58
In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?

  • A. digest
  • B. export
  • C. sfdcDigest
  • D. edgemart

Answer: D

 

NEW QUESTION 59
After loading data to Einstein Discovery and creating a story, the client asks the Einstein Consultant to explain the "Unexplained Bar" in the "Why it Happened" chart.
Which explanation is correct?

  • A. It shows the difference between the predicted outcome and the observed outcome.
  • B. It should always be 0 or the model should not be used.
  • C. It displays the difference between the analyzed data and the data not reviewed.
  • D. It only appears for outcomes that do not have an explanation.

Answer: C

 

NEW QUESTION 60
Trending data limits: Maximum number of trended datasets per user and rows per snapshot:

  • A. 10 per user, 200,000 per snapshot
  • B. 5 per user, 200,000 per snapshot
  • C. 10 per user, 100,000 per snapshot
  • D. 5 per user, 100,000 per snapshot

Answer: D

 

NEW QUESTION 61
You can configure access to data at all of the following levels, except:

  • A. Organization
  • B. Objects
  • C. Records
  • D. Page Layouts

Answer: D

 

NEW QUESTION 62
An Einstein Consultant is implementing encryption for a customer.
Which two statements about Einstein Analytics Encryption are true7 Choose 2 answers

  • A. By default, the same keys are used to encrypt data in Einstein Analytics as are used to encrypt data in Salesforce objects.
  • B. The customer's org must have a Shield Platform Encryption tenant secret.
  • C. When Einstein Analytics Encryption is enabled, all newly registered datasets are encrypted at rest.
  • D. Bring Your Own Key is not supported.

Answer: B

 

NEW QUESTION 63
A company wants to use Einstein Analytics to analyze the trend of their sales pipeline. The company wants to accelerate the sales process. To do so, they need to know the average time an opportunity spends in each stage. This value is not pre-calculated in Salesforce, so a consultant recommends using a dataflow to calculate it.
How can a dataflow be used to calculate the average time an opportunity spends in each stage?

  • A. computeRelative Transformation with offset parameter to calculate the duration
  • B. flatten Transformation with Offset Expressions to calculate the duration
  • C. computeExpression Transformation with SAQL Expression to calculate the duration
  • D. computeRelative Transformation with SAQL Expression to calculate the duration

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 64
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. Filter out the data that causes the unexpected pattern and analyze the new results
  • B. Consult a Data Scientist for further analysis
  • C. Accept the new pattern and have confidence that Einstein knows the business as accurately as the customer
  • D. Determine if the pattern is a data issue or a new insight

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 65
The Universal Containers company built three Einstein Discovery stories that they want to use in Salesforce to predict and maximize their revenue per customer. The stories are for every region where they have business:
EMEA, AMER, and APAC.
How can a consultant help them deploy the three Einstein models to Salesforce7

  • A. Segment the account data per region and deploy the same model to all segments.
  • B. Deploy the same model to all accounts and use an Apex trigger to call the appropriate prediction.
  • C. Segment the account data per region and deploy the appropriate model for each segment.
  • D. Deploy the same model to all accounts and set the region field as an actionable variable.

Answer: C

 

NEW QUESTION 66
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: A,D

 

NEW QUESTION 67
The Universal Containers company uses a Microsoft Azure SQL Data Warehouse to gather information about sales representatives' objectives. They want to use Einstein Analytics to gain insights from this data; therefore, they need to automatically load the warehouse's data into an Einstein Analytics dataset on a daily basis. The data also needs to be transformed and merged with data from the company's org.
Which three Einstein Analytics user interface features can be used to complete these requirements? Choose 3 answers

  • A. Dataflow
  • B. Microsoft Azure SQL Data Warehouse Connector
  • C. Einstein Analytics Connector for Excel
  • D. Analytics REST API
  • E. Recipes

Answer: A,B,E

 

NEW QUESTION 68
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 69
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.
What can the consultant do to give the Sales team more choices and options with future apps that are generated from the Sales Operations app?

  • A. Ensure the Sales team has the necessary permissions to customize their apps
  • B. Update contents in the Sales Operations app and create new template versions of the app
  • C. Update contents in the Sales Operations app and changes will be pushed down to its generated apps
  • D. Create a configuration wizard for the app

Answer: D

 

NEW QUESTION 70
......

Dumps Brief Outline Of The Einstein-Analytics-and-Discovery-Consultant Exam: https://certificationsdesk.examslabs.com/Salesforce/Salesforce-Consultant/best-Einstein-Analytics-and-Discovery-Consultant-exam-dumps.html