Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

Tableau TCC-C01 Dumps

Page: 1 / 6
Total 55 questions

Tableau Certified Consultant Questions and Answers

Question 1

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 2

A company has a data source for sales transactions. The data source has the following characteristics:

. Millions of transactions occur weekly.

. The transactions are added nightly.

. Incorrect transactions are revised every week on Saturday.

· The end users need to see up-to-date data daily.

A consultant needs to publish a data source in Tableau Server to ensure that all the transactions in the data source are available.

What should the consultant do to create and publish the data?

Options:

A.

Publish an incremental extract refresh every day and perform a full extract refresh every Saturday.

B.

Publish a live connection to Tableau Server.

C.

Publish an incremental refresh every Saturday.

D.

Publish an incremental extract refresh every day and publish a secondary data set containing data revisions.

Question 3

A client creates a report and publishes it to Tableau Server where each department has its own user group set on the server. The client wants to limit visibility of

the report to the sales and marketing groups in the most efficient manner.

Which approach should the consultant recommend?

Options:

A.

Grant access to the report on the Tableau Server only to the members of sales and marketing user groups.

B.

Prepare a row-level security (RLS) entitlement table to define limitations of the access and use it to build user filters in the report's data

source.

C.

Add user filters from Tableau Server to each worksheet and select only sales and marketing user groups.

D.

Use user groups defined on Tableau Server to build user filters in the report's data source.

Question 4

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 5

An online sales company has a table data source that contains Order Date. Products ship on the first day of each month for all orders from the previous month.

The consultant needs to know the average number of days that a customer must wait before a product is shipped.

Which calculation should the consultant use?

Options:

A.

Calc1: DATETRUNC ('month', DATEADD('month', 1, [Order Date]))

Calc2: AVG(DATEDIFF ('week', [Order Date], [Calc1]))

B.

Calc1: DATETRUNC ('month', DATEADD ('month', 1, [Order Date]))

Calc2: AVG(DATEDIFF ('day', [Order Date], [Calc1]))

C.

Calc1: DATETRUNC ('day', DATEADD('week', 4, [Order Date]))

Calc2: AVG([Order Date] - [Calc1])

D.

Calc1: DATETRUNC ('day', DATEADD ('day', 31, [Order Date]))

Calc2: AVG ([Order Date] - [Calc1])

Question 6

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.

Question 7

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?

Options:

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

Question 8

A company has a sales team that is segmented by territory. The team's manager wants to make sure each sales representative can see only data relevant to

that representative's territory in the team Sales Dashboard.

The team is large and has high turnover, and the manager wants the mechanism for restricting data access to be as automated as possible. However, the

team does not have a Tableau Data Management license.

What should the consultant recommend to meet the company's requirements?

Options:

A.

Create one group for each territory and assign sales representatives to the appropriate groups. Map each group to a territory in the Sales

Dashboard. Publish this dashboard to the Sales Dashboard project and ensure all users have permissions to view the dashboard.

B.

Create separate workbooks for each territory. Publish each dashboard to the same Sales Dashboard project, and set permissions so each

sales representative can see only the dashboards for their territories.

C.

Create a data source by joining the sales data table to an entitlements data table. Add a data source filter to restrict access and publish the

data source. Connect the Sales Dashboard to this published data source.

D.

Create a user filter in the Sales Dashboard workbook and map each sales representative to the territories they are responsible for. Publish

this dashboard to the Sales Dashboard project and ensure all users have permissions to view the dashboard.

Question 9

A university has data on its undergraduate students and their majors by grade level (Freshman, Sophomore, Junior, Senior). The university is interested in

visualizing the path students take as they change majors across grade levels.

Which visualization type should the consultant recommend?

Options:

A.

Chord Chart

B.

Tree Chart

C.

Radar Chart

D.

Sankey Diagram

Question 10

A client currently has a workbook with the table shown below.

as

Which method will produce the output for the Total Sales Value field for all the categories shown in the table?

Options:

A.

Quick Table Calculation

B.

A Window Function

C.

Level of Detail (LOD) Calculation

D.

MAX() Function

Question 11

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

Question 12

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?

Options:

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.

Question 13

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 14

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 15

From the desktop, open the CCworkbook. Use the US PopulationEstimates data source.

You need to shape the data in USPopulation Estimates by using TableauDesktop. The data must be formatted asshown in the following table.

as

Open the Population worksheet. Enterthe total number of records contained inthe data set into the Total Recordsparameter.

From the File menu in Tableau Desktop,click Save.

Options:

Question 16

From the desktop, open the CC workbook.

Open the City Pareto worksheet.

You need to complete the Pareto chart toshow the percentage of sales compared tothe percentage of cities. The chart mustshow references lines to visualize how thedata compares to the Pareto principle.

From the File menu in Tableau Desktop, clickSave.

Options:

Page: 1 / 6
Total 55 questions