• Cloud Kicks has a dashboard that displays accounts and opportunities data in a table that
contains actions to open the records in Salesforce. Sincethe company has allowed several
accounts to be
created with the same names, when users try to perform actions, they areprompted with only a
record ID to select, leaving the users confused and unable to act.
How should the CRM Analytics consultant solve this problem?
Options:
A. Insert more fields in the dataset action 'Display Fields' so the users knowwhich account
they are acting on.
B. Discuss with the stakeholders If the action Is really necessary for the table.
C. Ask the admin to start applying duplicate rules based on the account's Name field.: A
• Universal Containers (UC) recently activated data sync in the CRM Analyt- ics data
manager. After running the sync, UC notices that the aggregate sum of a field within the
company's dataset is different than what they manually calculated by summing the same data
in the Sales-force object.
What is causing the issue with the newly synced data?
Options:
ADifferences involving flow-updated fields
BDifferences involving formula fields
CDifferences involving trigger-updated fields: B
• The CRM Analytics project team at Universal Containers is creating an app with
dashboards, datasets, and lenses. The app has been shared with multiple users with Viewer,
Editor, and/or Manager access.
One end user is unable to view the dashboard watchlist that was previously set up. They are
receiving a ''Resource not found'' error while trying to accessthe dashboard. The team confirms
that the end user has Viewer access to the app but the project team is able to view the
dashboard.
What is the reason for this error?
,Options:
AThe dashboard is deleted by a user with Manager access to the App.
BThe dashboard has been hidden by a user with Manager access to the App.
CThe dashboard or App permission needs to be updated to Editor.: B
• CRM Analytics uses permissions of the Integration User to extract datafrom Salesforce
objects and fields when a dataflow/recipe job runs.
Why should a consultant be cautious while syncing objects and fields con-taining sensitive
data?
Options:
AThe Integration User has Create and Modify All Data access.
BThe Integration User has Modify All Data access.
CThe Integration User has View All Data access.: C
• Several users are complaining they are unable to see a specific dashboard on a Salesforce
Lightning page anymore. The CRM Analytics consultant logs in as one of the users and sees an
error page once the dashboard is opened.
How should the consultant solve this issue?
Options:
AClone the dashboard and replace the existing one on the Lightning page withthe new one
BCheck the Analytics Studio app to see if user's access has been removed.
COpen the Lightning page, remove the dashboard component, reinsert it, andsave the page.: B
• Cloud Kicks (CK) wants to use CRM Analytics to analyze trends of its sales pipeline in
order to accelerate the company's sales process. To do so, CK needs to know the average time
an opportunity spends in each stage. The data can be found in the Opportunity History object, but
the value is not pre-calculated in Salesforce, so a consultant recommends using a recipe to
calculate it.
How should the consultant use a recipe to calculate the average time an
opportunity spends in each stage?
,Options:
AAn aggregate transformation with offset parameter to calculate the duration
BFlatten transformation with offset expressions to calculate the duration
CCustom transformation with a multiple row formula to calculate the duration-
:C
• A CRM Analytics consultant is adding direct data into an existing recipe. When trying to
click on the input node, data preview is taking a long time toshow any results.
How should the consultant resolve this?
Options:
AUpdate the Sample Size under Data Preview Sampling to 5,000 rows.
BRegister the Salesforce object and use Filtered Rows under Data PreviewSampling.
CUse the Filtered Rows sampling mode under Data Preview Sampling to filterrecords.: C
• A CRM Analytics consultant is reviewing results from an Einstein Discov-ery story with
a business user. They agree with the findings but notice that none of the fields used in the
story have a correlation value greater than 4%.
The client is now concerned that the modelmay not be good enough to deploy.
Which action should the consultant take?
Options:
AA Identify additional data that may have a stronger relationship with theoutcome variable.
BEdit the model accuracy settings and rerun it to evaluate the correlation.CUse the
appropriate algorithm and update the model.: A
• Which recommended technique should a CRM Analytics consultantuse to access CRM
Analytics data from a remote app or website?
Options:
AUse HTTPS to call the /wave/query API, supplying an encoded SAQL queryas a parameter.
BUse an iFrame to embed the Salesforce page in a remote site.CExport the data to a CSV file
and load it on the remote site.: A
• Universal Containers builds a new sales dashboard and wants to makesure account
, managers can access the dashboard while traveling.
What should the consultant consider doing in this process?
Options:
AA Set the optimal Dashboard width for the Phone layout to get a moreaccurate preview.
BMake sure the dashboard automatically is optimized for mobile viewing.CEnable mobile
optimization in the analytics settings under Setup.: A
• A data architect wants to use a recipe transformation to implement rowlevel security
based on role hierarchy in Salesforce.
Which transformation should the architect use to level the dataset hierarchy?
Options:
AAggregateBFlatten CJoin: B
• In a dataset, there are multiple boolean fields. When displayed on any dashboard, the
boolean fields should all be displayed in the same way: a valueof true should result in the
display of the word 'Yes' in
green; a value of false should result in the display of the word 'No' in red.How should the
consultant accomplish this?
Options:
ACreate an XMD node in the recipe to change the label and color of the valuesin the fields.
BIn the explorer's field panel, select the boolean fields and use the 'editvalues'' option on the
fields to change values and colors.
CSelect the boolean fields in the explorer's field panel, select the booleanfields, then create a
derived dimension.: B
• Universal Containers intends to use a custom Salesforce big object in itsorg 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?
Options:
AIncremental data syne Is NOT supported for big objects.