Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
 

Salesforce Certified Einstein Analytics and Discovery Consultant Exam Actual Questions

The questions for Certified Einstein Analytics and Discovery Consultant were last updated on Nov. 5, 2024.
  • Viewing page 1 out of 15 pages.
  • Viewing questions 1-4 out of 60 questions

Topic 1 - Exam A

Question #1 Topic 1

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
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Question #2 Topic 1

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
Reveal Solution Hide Solution   Discussion   1

Correct Answer: ABD 🗳️

Question #3 Topic 1

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’;
Reveal Solution Hide Solution   Discussion   1

Correct Answer: D 🗳️

Question #4 Topic 1

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
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...