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

Free and Premium Salesforce Analytics-Con-301 Dumps Questions Answers

Salesforce Certified Tableau Consultant Questions and Answers

Question 1

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?

Options:

A.

Explorer (can publish)

B.

Site Administrator

C.

Viewer

D.

Creator

Buy Now
Question 2

A stakeholder has multiple files saved (CSV/Tables) in a single location. A few files from the location are required for analysis. Data transformation (calculations)

is required for the files before designing the visuals. The files have the following attributes:

. All files have the same schema.

. Multiple files have something in common among their file names.

. Each file has a unique key column.

Which data transformation strategy should the consultant use to deliver the best optimized result?

Options:

A.

Use join option to combine/merge all the files together before doing the data transformation (calculations).

B.

Use wildcard Union option to combine/merge all the files together before doing the data transformation (calculations).

C.

Apply the data transformation (calculations) in each require file and do the wildcard union to combine/merge before designing the visuals.

D.

Apply the data transformation (calculations) in each require file and do the join to combine/merge before designing the visuals.

Question 3

A consultant wants to improve the performance of reports by moving calculations to the data layer and materializing them in the extract.

Which calculation should the consultant use?

Options:

A.

ZN([Sales])*(1 - ZN([Discount]))

B.

CASE [Sector Parameter]

WHEN 1 THEN "green"

WHEN 2 THEN "yellow"

C.

SUM([Profit])/SUM([Sales])

D.

POWER(ZN(SUM([Sales]))/

LOOKUP(ZN(SUM([Sales])), FIRST()),ZN(1/(INDEX()-1)))

- 1

END

Question 4

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])}

Question 5

For a new report, a consultant needs to build a data model with three different tables, including two that contain hierarchies of locations and products. The third

table contains detailed warehousing data from all locations across six countries. The consultant uses Tableau Cloud and the size of the third table excludes

using an extract.

What is the most performant approach to model the data for a live connection?

Options:

A.

Relating the tables in Tableau Desktop

B.

Blending the first two tables with the third

C.

Joining the tables in Tableau Prep

D.

Joining the tables in Tableau Desktop

Question 6

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?

Options:

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.

Question 7

From the desktop, open the CC workbook.

Open the Incremental worksheet.

You need to add a line to the chart that

shows the cumulative percentage of sales

contributed by each product to the

incremental sales.

From the File menu in Tableau Desktop, click

Save.

Options:

Question 8

From the desktop, open the CC workbook. Use the US Population Estimates data source.

You need to shape the data in US Population Estimates by using Tableau Desktop. The data must be formatted as shown in the following table.

Open the Population worksheet. Enter the total number of records contained in the data set into the Total Records parameter.

From the File menu in Tableau Desktop, click Save.

Options:

Question 9

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.

Options:

Question 10

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.

Options:

Question 11

From the desktop, open the CC workbook.

Open the Manufacturers worksheet.

The Manufacturers worksheet is used to

analyze the quantity of items contributed by

each manufacturer.

You need to modify the Percent

Contribution calculated field to use a Level

of Detail (LOD) expression that calculates

the percentage contribution of each

manufacturer to the total quantity.

Enter the percentage for Newell to the

nearest hundredth of a percent into the

Newell % Contribution parameter.

From the File menu in Tableau Desktop, click

Save.

Options:

Question 12

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\.

Options:

Question 13

A client wants to flag orders that have sales higher than the regional average.

Which calculated field will produce the required result?

Options:

A.

[Sales]

>

{ FIXED [Order ID] : SUM([Sales]) }

B.

{ FIXED [Order ID] : SUM([Sales]) }

>

{ FIXED [Region] : SUM([Sales]) }

C.

{ FIXED [Order ID] : SUM([Sales]) }

>

{ FIXED [Region] : AVG({ FIXED [Order ID] : SUM([Sales]) }) }

D.

{ FIXED [Order ID] : SUM([Sales]) }

>

{ INCLUDE [Region] : AVG({ FIXED [Order ID] : SUM([Sales]) }) }

Question 14

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.

Question 15

A client calculates the percent of total sales for a particular region compared to all regions.

Which calculation will fix the automatic recalculation on the % of total field?

Options:

A.

{FIXED [Region]:[Sales]}/{FIXED: SUM([Sales])}

B.

{FIXED [Region]:sum([Sales])}

C.

{FIXED [Region]:sum([Sales])}/{FIXED :SUM([Sales])

D.

{FIXED [Region]:sum([Sales])}/SUM([Sales]}

Question 16

A client wants guidance for Creators to build efficient extracts from large data sources.

What are three Tableau best practices that the Creators should use? Choose three.

Options:

A.

Keep only the data required for analysis by using extract filters.

B.

Use aggregate data for visible dimensions, whenever possible.

C.

Use only live connections as they are always faster than extracts.

D.

Include all the data from the original data source in the extract.

E.

Hide all unused fields.