Salesforce Certified Einstein Analytics and Discovery Consultant Exam Practice Questions (P. 1)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
What is an appropriate response when a client is disappointed that Einstein Discovery only detected patterns that were already known?
- AHighlight that Einstein reduces time to insight, which is much faster than learning experience
- BRecommend using a visualization tool, like Einstein Analytics, to uncover the details
- CRemind them that the technology is only as good as the data
- DAdvise them that the use case may not be accurate
Correct Answer:
C
C
send
light_mode
delete
Question #2
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.)
To complete the migration, what are the consultant’s three options? (Choose three.)
- AAnt Migration Tool
- BChange sets
- CAnalytics External Data API
- DAnalytics REST API
- EAnalytics dashboard connector
Correct Answer:
ABD
ABD
send
light_mode
delete
Question #3
Which set of statements generates monthly amount on a cumulative basis annually?
- Aresult = 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’;Most Voted - Bresult = 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’; - Cresult = 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’; - Dresult = 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’;
Correct Answer:
D
D
send
light_mode
delete
Question #4
Which chart type is suitable for rendering five measures in a lens visualization?
send
light_mode
delete
Question #5
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?
How should this metric be calculated?
- ACreate a formula field on the lead object in Salesforce and add it to the dataset
- BCreate a new step in the dashboard using a compare table and define a formula
- CCreate a computeExpression in the dataflow
- DCreate a new step in the dashboard using a compare table and the running total function
Correct Answer:
D
D
send
light_mode
delete
All Pages