Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: myex65

Home > Salesforce > Salesforce Consultant > Analytics-Con-301

Analytics-Con-301 Salesforce Certified Tableau Consultant Question and Answers

Question # 4

From the desktop, open the CC workbook.

Open the City Pareto worksheet.

You need to complete the Pareto chart to show the percentage of sales compared to the percentage of cities. The chart must show references lines to visualize how the data compares to the Pareto principle.

From the File menu in Tableau Desktop, click Save.

Full Access
Question # 5

Use the following login credentials to sign in

to the virtual machine:

Username: Admin

Password:

The following information is for technical

support purposes only:

Lab Instance: 40201223

To access Tableau Help, you can open the

Help.pdf file on the desktop.

From the desktop, open the CC workbook.

Open the Categorical Sales worksheet.

You need to use table calculations to

compute the following:

. For each category and year, calculate

the average sales by segment.

. Create another calculation to

compute the year-over-year

percentage change of the average

sales by category calculation. Replace

the original measure with the year-

over-year percentage change in the

crosstab.

From the File menu in Tableau Desktop, click

Save.

Full Access
Question # 6

From the desktop, open the NYC

Property Transactions workbook.

You need to record the performance of

the Property Transactions dashboard in

the NYC Property Transactions.twbx

workbook. Ensure that you start the

recording as soon as you open the

workbook. Open the Property

Transactions dashboard, reset the filters

on the dashboard to show all values, and

stop the recording. Save the recording in

C:\CC\Data\.

Create a new worksheet in the

performance recording. In the worksheet,

create a bar chart to show the elapsed

time of each command name by

worksheet, to show how each sheet in

the Property Transactions dashboard

contributes to the overall load time.

From the File menu in Tableau Desktop,

click Save. Save the performance

recording in C:\CC\Data\.

Full Access
Question # 7

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?

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.

Full Access
Question # 8

A client has many published data sources in Tableau Server. The data sources use the same databases and tables. The client notices different departments

give different answers to the same business questions, and the departments cannot trust the data. The client wants to know what causes data sources to return

different data.

Which tool should the client use to identify this issue?

A.

Tableau Prep Conductor

B.

Ask Data

C.

Tableau Catalog

D.

Tableau Resource Monitoring Tool

Full Access
Question # 9

A client wants to provide sales users with the ability to perform the following tasks:

· Access published visualizations and published data sources outside the company network.

· Edit existing visualizations.

· Create new visualizations based on published data sources.

. Minimize licensing costs.

Which site role should the client assign to the sales users?

A.

Explorer (can publish)

B.

Site Administrator

C.

Viewer

D.

Creator

Full Access
Question # 10

A client uses Tableau Data Management and notices that when they view a data source, they sometimes see a different count of workbooks in the Connected

Workbooks tab compared to the lineage count in Tableau Catalog.

What is the cause of this discrepancy?

A.

Some workbooks have been connected to the data source, but do not use any fields from it.

B.

Some workbooks have not been viewed by enough users yet.

C.

Some of the workbooks connected to the data source are not visible to the user due to permissions.

D.

Some Creators have connected to the data source in Tableau Desktop but have not yet published a workbook.

Full Access
Question # 11

A client wants to report Saturday and Sunday regardless of the workbook's data source's locale settings.

Which calculation should the consultant recommend?

A.

DATEPART('weekday', [Order Date])>=6

B.

DATEPART('iso-weekday', [Order Date])>=6

C.

DATENAME('iso-weekday', [Order Date])>=6

D.

DATEPART('iso-weekday', [Order Date])=1 or DATEPART('iso-weekday', [Order Date])=7

Full Access
Question # 12

A client builds a dashboard that presents current and long-term stock measures. Currently, the data is at a daily level. The data presents as a bar chart that

presents monthly results over current and previous years. Some measures must present as monthly averages.

What should the consultant recommend to limit the data source for optimal performance?

A.

Limit data to current and previous years and leave data at daily level to calculate the averages in the report.

B.

Limit data to current and previous years, move calculating averages to data layer, and aggregate dates to monthly level.

C.

Move calculating averages to data layer and aggregate dates to monthly level.

D.

Limit data to current and previous years as well as to the last day of each month to eliminate the need to use the averages.

Full Access
Question # 13

A client wants to migrate their Tableau Server to Tableau Cloud. The Tableau Server is configured with three sites: Finance, Strategy, and Marketing. A

consultant must provide a solution that minimizes user impact and costs.

Which configuration should the consultant recommend for Tableau Cloud to meet the client's requirements?

A.

One Tableau Cloud instance configured with a Finance project folder, Strategy project folder, and Marketing project folder

B.

One Tableau Cloud instance with two sites for Strategy and Marketing, and one Tableau Server instance for Finance

C.

Three separate Tableau Cloud instances for Finance, Strategy, and Marketing

D.

One Tableau Cloud instance configured with all workbooks in a single project

Full Access
Question # 14

A client wants to see data for only the last day in a dataset and the last day is always yesterday. The date is represented with the field Ship Date.

The client is not concerned about the daily refresh results. The volume of data is so large that performance is their priority. In the future, the client will be able

to move the calculation to the underlying database, but not at this time.

The solution should offer the best performance.

Which approach should the consultant use to produce the desired results?

A.

Filter MONTH/DAY/YEAR on [Ship Date] field and use an option to filter to the latest date value when the workbook opens.

B.

Filter on calculation [Ship Date]=TODAY()-1.

C.

Filter on Ship Date field using the Yesterday option.

D.

Filter on calculation [Ship Date]={MAX([Ship Date])}.

Full Access
Question # 15

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?

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)

Full Access
Question # 16

A client requests a published Tableau data source that is connected to SQL Server. The client needs to leverage the multiple tables option to create an

extract. The extract will include partial data from the SQL Server data source.

Which action will reduce the amount of data in the extract?

A.

Use an extract filter.

B.

Aggregate the extract to the visible dimensions.

C.

Define the filters by using custom SQL.

D.

Set up the extract as an incremental refresh.

Full Access