Complete list of current Q & A>> Download Salesforce Einstein Analytics and Discovery Consultant – Quiz 1 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant You can configure access to data at all of the following levels, except: A. Organization B. Records C. Page Layouts D. Objects 2 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant In a story investigating margin, large variations between product groups are dominating the story. Which actionmight an Einstein Consultant take to resolve this? A. Add more data to the dataset. B. Normalize the margin by product group. C. Eliminate extreme values in the dataset. D. Run separate stories for each region. 3 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant The Universal Containers company built three Einstein Discovery stories that they want to use in Salesforce topredict 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 set the region field as an actionable variable. C. Deploy the same model to all accounts and use an Apex trigger to call the appropriate prediction. D. Segment the account data per region and deploy the appropriate model for each segment. 4 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant Which statement best describes how to ensure Einstein Analytics dashboards are easily used across both desktop and mobile devices? A. Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width B. Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device C. Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type D. Create multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size. 5 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant Which widget property allows a consultant to restrict the view to a domain bounded by the values entered? A. Add Custom Range B. Add Filter C. Filter by Range D. Add Custom Domain 6 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant An insurance company has many Einstein Analytics dashboards that show the influence of weather, such as atmospheric temperature, on customer cases. A service agent commented that it is sometimes difficult to determine, by looking at a dashboard, whether the temperature data is reported in degrees Fahrenheit or in degrees Celsius. How can a dashboard designer ensure the temperature data is easier to interpret on the dashboards? A. Customize the number format in the number widget properties of the dashboard B. Use the XMD node in the dataflow to customize the number format of the field C. Add a text widget to the dashboard to indicate Fahrenheit or Celsius D. In Explorer, go to the Fields menu and then customize the number format of the measure 7 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant The Universal Containers company plans to upload target data from an external tool to Einstein Analytics so they can calculate the Sales team target attainments. The target data changes every month, so the datasets need to be updated on a monthly basis. The target data is CSV file that contains the Salesforce ID of the sales representative, the target amount, and the month of the target. For each sales representative, the file contains a target for every month of the current year as well as all previous years. Based on this information, which operation should a consultant use with the Analytics External Data API to upload the file? A. Overwrite B. Upsert C. Append D. Update 8 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant A consultant wants to optimize data loads by extracting Salesforce objects using independent Einstein Analytics dataflows ahead of time. Which construct should be used to accomplish this? A. Dataflow B. Data Sync (Replication) C. Augment D. Clone 9 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant An Einstein Analytics team reports that when they start their dataflow it runs successfully with no errors or warnings, but one of the fields does not return values when it is queried. What can be the origin of this issue? A. The user who runs the dataflow does not have access to the field B. The “Security User Profile” does not have access to the field C. The “Integration User Profile” does not have access to the field D. The field does not contain any data in Salesforce 10 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant A consultant built an Einstein Analytics dashboard for a company. The company then requested an enhancement to the dashboard and provided additional data that needs to be displayed. As a result, the consultant decides to “augment” the dataflow. Which phrase describes this transformation? A. Join data similar to an SQL statement B. Join data based on a many-to-many relationship C. Add data based on the right-side grain D. Add data as a lookup relationship (left side is the lowest grain) 11 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant An Einstein Consultant receives a request from the Marketing department to help them understand lead conversion. Presently, they are unaware of the percentage of leads that get converted to sales. They hope to view results by account manager, value, and quarter. The data is there, so the consultant can add it to the marketing dashboard. How should this metric be calculated? A. Create a formula field on the lead object in Salesforce and add it to the dataset B. Create a new step in the dashboard using a compare table and define a formula C. Create a computeExpression in the dataflow D. Create a new step in the dashboard using a compare table and the running total function 12 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant What is an appropriate response when a client is disappointed that Einstein Discovery only detected patterns that were already known? A. Highlight that Einstein reduces time to insight, which is much faster than learning experience B. Recommend using a visualization tool, like Einstein Analytics, to uncover the details C. Remind them that the technology is only as good as the data D. Advise them that the use case may not be accurate 13 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant 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. Change sets C. Analytics External Data API D. Analytics REST API E. Analytics dashboard connector 14 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant Which set of statements generates monthly amount on a cumulative basis annually? A. result = load “opportunity1”; result = group result by (‘CloseDate_Year’,’CloseDate_Month’); result = foreach result generate ‘CloseDate_Year’,’CloseDate_Month’, sum(sum(Amount)) over ([..0] partition by ‘CloseDate_Year’ order by (‘CloseDate_Year’,’CloseDate_Month’)) as ‘Cumulative Closed Amount’; B. result = load “opportunity1”; result = group result by (‘CloseDate_Year’,’CloseDate_Month’); result = foreach result generate ‘CloseDate_Year’,’CloseDate_Month’, sum(sum(Amount)) over ([..] partition by ‘CloseDate_Year’ order by (‘CloseDate_Year’,’CloseDate_Month’)) as ‘Cumulative Closed Amount’; C. result = load “opportunity1”; result = group result by (‘CloseDate_Year’,’CloseDate_Month’); result = foreach result generate ‘CloseDate_Year’,’CloseDate_Month’, sum(sum(Amount)) over ([..0] partition by all order by (‘CloseDate_Year’,’CloseDate_Month’)) as ‘Cumulative Closed Amount’; D. result = load “opportunity1”; result = group result by (‘CloseDate_Year ~ ~ ~ CloseDate_Month’); result = foreach result generate ‘CloseDate_Year’,’CloseDate_Month’, sum(sum(Amount)) over ([..0] partition by ‘CloseDate_Year’ order by (‘CloseDate_Year’,’CloseDate_Month’)) as ‘Cumulative Closed Amount’; 15 / 15 Category: Salesforce Einstein Analytics and Discovery Consultant Which chart type is suitable for rendering five measures in a lens visualization? A. Metric Radar chart B. Scatter chart C. Treemap chart D. Stacked Bar chart Your score is 0% Restart quiz Send feedback