A CRM Analytics team plans to enable data sync.
Which limit specific to data sync should the team consider before enabling the feature because it may impact existing jobs?
AMaximum number of Full Sync connection mode enabled
BMaximum number of objects that can be enabled for data sync
CMaximum number of data sync jobs cannot exceed the limit
A project team member uploads a CSV file to CRM Analytics, and they notice a few records failed during the upload. The manager wants to view the error log generated so this can be fixed and uploaded again. The manager has the CRM Analytics administrator permission but is unable to download the error log details.
Why is the manager unable to download the log details?
AThey do not have the Download CRM Analytics Data permission enabled.
BThey do not have the Upload External Data to CRM Analytics permission enabled.
COnly the user who uploaded the external data file can download the error log.
Cloud Kicks (CK) has a dashboard that is still showing 10 former account managers. CK has since expanded, and some have moved on from their former roles. CK wants the dashboard to reflect current account managers and stay up to date as new team members join.
How should the CRM Analytics developer accomplish this?
ACreate a Watchlist and when the number of account manager updates, update the dashboard to reflect the same.
BUse a Repeater Widget that updates automatically as the data flows through the system.
CBuild a report and get notified when a new account manager joins, and then edit the dashboard to add the account manager.
A CRM Analytics consultant at Cloud Kicks wants to create a new dashboard that uses custom GeoJSON to display data; however, they are unable to upload the file via the user interface (UI).
Which action should the consultant take?
AAdd the system permission “Manage Analytics Custom Maps” to the permission set used.
BUpload the GeoJSON via the API because it is NOT a function in the UI.
CEnable “Custom maps with GeoJSON” in the analytics settings.
Question 6
Analytics Dashboard Design
0
Question 7
Security
Question 8
Security
Question 9
Admin/Configuration
Question 10
Security
Question 11
Einstein Discovery
Question 12
Security
Question 13
Analytics Dashboard Implementation
Question 14
Einstein Discovery
Question 15
Data Layer
Question 16
Admin/Configuration
Question 17
Data Layer
Question 18
Analytics Dashboard Design
Question 19
Data Layer
Question 20
Einstein Discovery
Question 21
Data Layer
Question 22
Admin/Configuration
Question 23
Security
Question 24
Admin/Configuration
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ad
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
A CRM Analytics consultant has been asked to refactor a dashboard so that it loads quicker. After some analysis, the consultant found that most of the dashboard queries run in less than 5 seconds; however, the Opportunities Table takes more time to load when scrolled down from its initial view.
How should the consultant improve the performance of this dashboard?
ACreate a second dashboard and move the table to this new dashboard.
BCreate a second page on the dashboard and move the table to this new page.
CCreate a Visualforce page and display a list view of the Opportunities on this new page.
A consultant is tasked with creating a dataset and a dashboard for a sales team. During the requirements gathering, it was highlighted that security of the data is important.
It was noted that the Opportunity object has organization-wide defaults set to Private with access via the role hierarchy. Sales wants to keep this security in place for the dashboard. Looking at the Opportunity data, the consultant sees that the VP of sales can have access to up to 20,000 records and is unsure if sharing inheritance can be used.
Which approach ensures data security for the new Opportunity dataset?
ARun the Sharing Inheritance Coverage Assessment for the Opportunity object in the analytics settings.
BFlatten the role hierarchy in the dataflow recipe and set a security predicate based on Opportunity owner and role path.
CEnable Inherit Sharing from Salesforce in the analytics settings and set Opportunity as the source on the dataset.
The CRM Analytics consultant at Universal Containers notices that some users have access to sensitive data and dashboards they should not have access to in the Manager’s app.
How should the consultant fix the problem?
ADevelop separate dashboards and datasets and put them in the Manager’s app.
BApply data encryption using Salesforce Shield.
CCreate separate apps, datasets, and dashboards, and share them with the proper users.
A CRM Analytics consultant is asked to help a company report on its sales activity. The company wants to train some users to create dashboards. The company also wants one other specific team to be able to use the dashboards.
What should the consultant do to address these requirements?
AUse a permission set license with two different levels of access.
BConfigure a permission set license assignment with two different levels of access.
CClone the existing permission set with different system permissions.
A CRM Analytics consultant is working on Sales dashboards with multiple datasets and advanced queries in the Sales Analytics app. Sales managers in the organization have been given Editor/Manager access to the app, whereas sales reps have been given Viewer access. Some dashboards that are in progress are not ready to be rolled out to sales reps and should only be viewable by sales managers.
How should the consultant accomplish this?
ARemove the dashboard from the ‘Run App’ navigation list so the sales reps cannot navigate to these dashboards.
BLeverage the CRM Analytics asset visibility feature to hide the assets from the users.
CDuplicate the dashboards and their respective datasets, and move the assets to a separate app for the sales rep.
A company realizes it has a lot of rich information around its cases, but unfortunately, most of this is unstructured/textual data. The company is exploring how to include some of this information in its case prioritization.
Which option within CRM Analytics should a consultant leverage?
ABucket transformation in Recipes
BCluster transformation in Recipes
CDetect Sentiment transformation in Recipes
Universal Containers uses CRM Analytics to build dashboards for different departments: Sales, Service, and Marketing. Users in the same department have the same role and need to have access to the same dashboards. Dashboards for different departments use some common datasets with the same row-level security.
How should a CRM Analytics consultant address this need?
ACreate one app for each department, put common datasets in the shared app, and use permission sets to share apps.
BCreate one app for each department, put common datasets in the shared app, and use profiles to share apps.
CCreate one app for each department, put common datasets in the shared app, and use roles to share apps.
Universal Containers’ CRM Analytics team is building a dashboard with two widgets.
List widget associated to the query “Type_2” and grouped by the dimension “Type” (multi-selection)
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?
B
C
A consultant wants to understand what the important predictors are in a model.
Where is this information found?
AModel Settings
BEinstein Recommendations
CModel Deployment Wizard
Universal Containers (UC) is using CRM Analytics to create two datasets.
Dataset A: Contains a list of activities with an “activityID” dimension and a “userID” dimension
Dataset B: Contains a list of users with a “userID” dimension
UC wants to delete all activities from Dataset A related to users in Dataset B.
How should the CRM Analytics consultant help UC achieve this?
AUse the recipe node “delete” and set “userID” as the deletion ID.
BUse the “update” transformation and utilize the “filter” node.
CUse the combination of recipe transformations: “join” and “filter”.
A system administrator and a CRM Analytics consultant are working together on deploying a recipe/dataflow and a dataset to another org. Prior to this deployment, a package was deployed with all the custom fields used in the dataflow and dataset.
While running the recipe/dataflow in the target environment, the consultant encounters multiple errors related to these custom fields.
How should this be resolved?
ACheck whether the consultant has been provided access to these custom fields on the target org.
BCheck whether the Analytics Integration user has been provided access to these custom fields on the target org.
CCheck whether the system administrator has been provided access to these custom fields on the target org.
A CRM Analytics consultant has been asked to bring data from an external database as well as five external Salesforce environments into CRM Analytics. Twenty-five objects have been enabled from the local Salesforce connector.
The requirements are:
10 objects should be enabled from an external database
12 objects each from three of the external Salesforce environments
15 objects each from the remaining two external Salesforce environments
The consultant estimates each connector will, per object, bring between 1,000 and 1 million rows of data.
Which limit will be exceeded?
ATotal number of enabled objects
BSalesforce external connector number of synced rows
CStorage rows of data
Which statement best describes how to ensure CRM Analytics dashboards are easily used across both desktop and mobile devices?
ACreate multiple layouts and allow CRM Analytics to automatically select and organize dashboard contents to be optimal for the device type.
BCreate multiple layouts and reorder all the widgets so that they fit nicely within the new default width.
CCreate multiple layouts, ensure the layout selectors match the device, and resize/hide widgets to ensure the content is appropriate for the device screen size.
Universal Containers (UC) uses a Microsoft Azure SQL Data Warehouse to gather information about sales reps’ objectives. UC wants to use CRM Analytics to gain insights from this data and automatically load it into a CRM Analytics dataset daily. The data also needs to be transformed and merged with data from the company’s org.
Which CRM Analytics user interface features should be used to complete these requirements?
ACRM Analytics Connector for Excel used in conjunction with dataflows/recipes
BAnalytics REST API used in conjunction with dataflows/recipes
CMicrosoft Azure SQL Data Warehouse Connector used in conjunction with dataflows/recipes
Which capability can a consultant use if “Deploy without connecting to a Salesforce Object” is selected while deploying the model?
AEinstein Predictions Component score
BNo-Code Writeback to SFDC objects
CPredict Function in Salesforce flows
A consultant is preparing a dataset to predict customer lifetime value and is collecting data from a questionnaire that asks for demographic information. A very small number of respondents fill in the Income box, but the consultant thinks that it is an informative column even though it only represents 1% of respondents.
What should the consultant do?
AApply the predict missing values transformation in recipe nodes.
BFill in the missing data with an average of all incomes.
CDrop the field as it will be difficult to get future respondents.
A CRM Analytics administrator is working on deploying a dashboard and a dataset from a developer sandbox to a full sandbox. They have deployed the dataset via change set and manually copy-pasted the dashboard JSON into the target org. However, they notice that the conditional formatting and the widget-specific number formats have been lost in the target environment.
What is causing this issue?
AAnalytics Dashboard XMD was NOT included as part of the deployment package.
BAnalytics Dataset XMD was NOT included as part of the deployment package.
CThe recipe that generated the dataset also needs to be included as part of the package.
Universal Containers (UC) is rolling out CRM Analytics to its field sales that include dashboards with order data from an external source. UC has a well-defined role hierarchy where everyone is assigned to an appropriate node on the hierarchy. In addition, the order data has a reference to a Salesforce opportunity.
An individual sales rep should be able to view all orders that they own or as part of the account team or opportunity team. The sales manager should be able to view all orders for the entire sales team. Similarly, the VP of sales should be able to view orders for everyone who rolls up in that hierarchy.
The dataset has a field called OwnerId which represents the order owner.
Given this information, how should a CRM Analytics consultant implement the above requirements?
AAs part of the recipe, use a formula on the RoleId field to create an attribute called ‘ParentRoleIDs’ on the dataset, and apply the following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” | | ‘OwnerId’ = = “$User.Id”.
BAs part of the recipe, use a multi row formula on the RoleId field to create an attribute called ‘ParentRoleIDs” on the dataset, and apply the following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” | | ‘OwnerId’ = = “$User.Id”.
CAs part of the recipe, use the flatten operation on the role hierarchy, create a multi-value attribute called ‘ParentRoleIDs’ on the dataset, and apply the following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” | | ‘TeamMember.Id’ = = “$User.Id” | | ‘OwnerId’ = = “$User.Id”.
Cloud Kicks needs a CRM Analytics consultant to install the Appointment Analytics App. After installation, they realize the wrong field was picked and the app did not have access to a newly created field that should be used instead of the old one.
What is the first step the consultant should take to prevent erroneous dataset/dashboard creation?
AUpdate the app with the new field after installation.