What are two main steps for creating a dataset?
A. Run and monitor
B. Plan and map
C. Extract and prepare
D. Build and explore
Number of queries per user per day
A. 10,000
B. 50,000
C. 1,000
D. 20,000
Mosaic recently hired a new developmentcoordinator, Zoe. First, Danielle grants Zoe the Einstein Analytics Platform license, but Zoe reports that she still can't access Einstein Analytics. What could be the problem?
A. An admin hasn't run a dataflow.
B. Danielle still needs to grant Zoe a permission set containing the Manage Analytics permission.
C. Danielle didn't share the Mosaic app with Zoe in Einstein Analytics.
D. Danielle still needs to grant Zoe a permission set containing the Use Analytics permission.
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 new step in the dashboard using a compare table and define a formula.
B. Create a formula field on the lead object in Salesforce and add it to the dataset.
C. Create acomputeExpression in the dataflow.
D. Create a new step in the dashboard using a compare table and the running total function.
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 fetchrelated Activity data, if it exists?
A. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
B. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
C. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
D. q =cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
Page 11 out of 49 Pages |
Previous |