Pass the Salesforce Salesforce Consultant Analytics-Con-301 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

A client wants to see the average number of orders per customer per month, broken down by region. The client has created the following calculated field:

Orders per Customer: {FIXED [Customer ID]: COUNTD([Order ID])}

The client then creates a line chart that plots AVG(Orders per Customer) over MONTH(Order Date) by Region. The numbers shown by this chart are far higher

than the customer expects.

The client asks a consultant to rewrite the calculation so the result meets their expectation.

Which calculation should the consultant use?

Options:

A.

{INCLUDE [Customer ID]: COUNTD([Order ID])}


B.

{FIXED [Customer ID], [Region]: COUNTD([Order ID])}


C.

{EXCLUDE [Customer ID]: COUNTD([Order ID])}


D.

{FIXED [Customer ID], [Region], [Order Date]: COUNTD([Order ID])}


Expert Solution
Questions # 12:

An executive-level workbook leverages 37 of the 103 fields included in a data source. Performance for the workbook is noticeably slower than other workbooks

on the same Tableau Server.

What should the consultant do to improve performance of this workbook while following best practice?

Options:

A.

Split some visualizations on the dashboard into many smaller visualizations on the same dashboard.


B.

Connect to the data source via a custom SQL query.


C.

Use filters, hide unused fields, and aggregate values.

OD. Restrict users from accessing the workbook to reduce server load.


Expert Solution
Questions # 13:

A client has a pipeline dashboard that takes a long time to load. The dashboard is connected to only one large data source that is an extract.

It contains two calculated fields:

. TOTAL([Opportunities])

· SUM([Value])

It also contains two filters:

. A Relative Date filter on Created Date, a Date field containing values from 5 years ago until today

. A Multiple Values (Dropdown) filter on Account Name, a String field containing 1,000 distinct values

A consultant creates a Performance Recording to troubleshoot the issue, and finds out that the longest-running event is "Executing Query."

Which step should the consultant take to resolve this issue?

Options:

A.

Replace the Multiple Values (Dropdown) filter with a Multiple Values (Custom List) filter.


B.

Replace the Relative Date filter with a Multiple Values (Dropdown) filter on YEAR([Created Date]).


C.

Replace the TOTAL([Opportunities]) calculation with a Grand Total.


D.

Replace SUM([Value]) with WINDOW_SUM([Value]).


Expert Solution
Questions # 14:

A client wants to count all the distinct orders placed in 2010. They have written the following calculation, but the result is incorrect.

IF YEAR([Date])=2010 THEN COUNTD ([OrderID]) END

Which calculation will produce the correct result?

Options:

A.

IF MIN(YEAR([Date]))=2010 THEN WINDOW_COUNTD([OrderID]) END


B.

IF YEAR([Date])=2010 THEN {COUNTD ([OrderID])} END


C.

COUNTD(IF YEAR([Date])=2010 THEN [OrderID] END)


D.

COUNT(IF YEAR([Date])=2010 THEN [OrderID] END)


Expert Solution
Questions # 15:

A consultant plans a Tableau deployment for a client that uses Salesforce. The client wants users to automatically see Tableau views of regional sales filtered

by customer as soon as the users sign into Salesforce.

Which approach should the consultant use to deliver the final visualization?

Options:

A.

Embed views into Salesforce.


B.

Create a list of URLs that the users can click in Salesforce.


C.

Publish to Tableau Mobile for viewing.


D.

Create subscriptions for each view to deliver reports by email.


Expert Solution
Questions # 16:

A consultant is designing a dashboard that will be consumed on desktops, tablets, and phones. The consultant needs to implement a dashboard design that

provides the best user experience across all the platforms.

Which approach should the consultant take to achieve these results?

Options:

A.

Build one dashboard that has desktop, tablet, and phone layouts, and fix the size of the layouts.


B.

Build one dashboard and fix the size of the dashboard.


C.

Build one dashboard and set the size to Automatic.


D.

Build one dashboard for each type of device and fix the size of the layouts.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions