Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce CRM-Analytics-and-Einstein-Discovery-Consultant - Salesforce Certified CRM Analytics and Einstein Discovery Consultant Exam (SP25)

A manager at Cloud Kicks asks for data in a dashboard to be refreshed after the sync of an external connection to Google BigQuery.

How should the consultant accomplish this?

A.

Schedule the recipe to run as event-based and check the Salesforce external connection syncs checkbox.

B.

Create 3 Salesforce flow to trigger the recipe to run once the connection sync has finished running.

C.

Check the scheduled date/time of the sync and schedule the recipe to run 15 minutes after the start time of the sync.

Universal Containers (UC) builds three Einstein Discovery models in Salesforce to predict and maximize its revenue per customer. The modelsare for every region UC has a business: EMEA, AMER, and APAC.

How should a consultant help UC deploy the three Einstein models to Salesforce?

A.

Filter the account data per region and deploy the same model to all segments.

B.

Segment the account data per region and deploy the appropriate model for each segment.

C.

Deploy the same mode! to all accounts and use an Apex trigger to segment the prediction.

The marketing team at Cloud Kicks has five dashboards in an app. Four widgets are replicas of each other in three of the dashboards.

What is the best way to maintain these widgets?

A.

Create/Edit a lens and add each dashboard.

B.

Create/Edit the widgets individually on each dashboard.

C.

Create/Edit a component for the widgets.

A new picklist value was added for the Category field on the Account object. This field is already added as part of the Account object data sync and the respective recipe that uses this field.

The CRM Analytics team reports that when they start the recipe it runs successfully with no errors or warnings, but theyare unable to See this new valueson their existing dashboards.

What is the oridi4 of this issue?

A.

The user who runs the dataflow/recipe does not have access to the field.

B.

The Integration User profile does not have access to the field.

C.

There are no records in Salesforce with this new plicklist value.

Universal Containers has a well-defined role hierarchy in Salesforce where everyone is assigned to an appropriate node. The accounts within their instance are categorized by their demography.

An individual sales rep should be able to view all accounts that they own. In addition, sales reps should be able to see any accounts where the value of the account demography matches the demography defined on their user record. A user could have more than one demography defined on their user record.

To meet this requirement, the CRM Analytics consultant has set up a security predicate of the existing 'Account' dataset as follows:

This, however, does not seem to be working as expected.

What is causing the issue?

A.

The Sales Rep is not provided access permission on custom field Demographic__c on the User object.

B.

The security predicate needs to be updated as 'Ownerld’ == "sUser.id” || ‘Demography’ = "$User.Demographic__c’.

C.

The Analytics Security User is not provided access permission on custom field Demographic_c on the User object.

CRM Analytics consultant receives a new project from a client that wants to implement CRM Analytics. They do not currently have CRM Analytics but want guidance on how to ensure their users have the correct access.

They have 1,000 users with a small team of three people who will build both datasets and dashboards. An additional 15 people should be able to only create dashboards. The remaining users should only be able to view dashboards.

Which recommendation should the consultant give the client?

Which recommendation should the consultant give the client?

A.

Assign the app permissions "viewer", "editor", and "manager" to the three types of roles defined.

B.

Create and assign three new Salesforce profiles according to the three types of roles defined.

C.

Create and assign Salesforce permission sets according to the three types of roles defined.

Universal Containers wants to create two dashboards and has two user groups. The 'Regional Performance’ dashboard should be accessible to sales reps and managers/executives to keep track of

how sales reps are performing in each region. Sales reps must only be able to see data pertaining to their respective region. The ‘National Performance’ dashboard is using the same data as the other

dashboard but should only be accessible to managers/executives to compare data across all regions.

In addition to row-level security to view only regional data, how should a consultant ensure that sales reps are unable to view the ‘National Performance’ dashboard?

A.

Create one dataset, two apps; store 'Regional Performance’ dashboard and dataset In one app; and provide access to both user groups to this app. Store ‘National Performance’ dashboard in another app and only provide access tomanagers/executives.

B.

Create two datasets, one app; store both 'Regional Performance’ dashboard, ‘National Performance’ dashboard, and dataset in the app; and provide access to both user groups to this app.

C.

Create one dataset, one app; store both ‘Regional Performance’ dashboard, ‘National Performance’ dashboard, and dataset in the app; and provide access to both user groups to this app. Use row-level security to restrict sales repsfrom seeing data in 'National Performance’ dashboard.

Universal Containers intends to use a custom Salesforce big object in its org and visualize the data using CRM Analytics. As the number of rows to be synced is quite large, the CRM Analytics consultant is looking to set up an incremental sync with additional filters added as part of the data sync to improve performance.

What should the consultant keep in mind while implementing this?

A.

Incremental data syne Is NOT supported for big objects.

B.

Custom big objects are NOT supported by CRM Analytics.

C.

Only SOSL queries can be used as data syne filters.

The CRM Analytics consultant at Cloud Kicks is asked to a dashboard displaying Opportunities data on the account's record page. The dashboard should display only opportunity data related to the current account viewed.

How should the consultant accomplish this?

A.

Create the dashboard, insert in the account's record page, and apply a filter based on the opportunity's Id field.

B.

Create the dashboard, insert in the account's record page, and apply a filter based on the account's Id field.

C.

Create a dashboard, clone it and filter It for each account record, and embed them into the account's record pages accordingly.

Universal Containers’ CRM Analytics team is building a dashboard with two widgets.

1. List widget associated to the query "Type_2" and grouped by the dimension "Type" (multi-selection)

2. Donut chart widget associated to the query "Step_pie_3" and grouped by the dimension "Type"

The team wants to use bindings/interactions so any selection in the List widget will filter the Donut chart. The queries use different datasets,

and users should be able to choose more than one Type (multi-selection).

What is the right syntax for the binding/interaction?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C