New Year Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Tableau TCC-C01 Dumps Questions Answers

Page: 1 / 4
Total 55 questions

Tableau Certified Consultant Questions and Answers

Question 1

A client has a large data set that contains more than 10 million rows.

A consultant wants to calculate a profitability threshold as efficiently as possible. The calculation must classify the profits by using the following specifications:

. Classify profit margins above 50% as Highly Profitable.

. Classify profit margins between 0% and 50% as Profitable.

. Classify profit margins below 0% as Unprofitable.

Which calculation meets these requirements?

Options:

A.

IF [ProfitMargin]>0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSE 'Unprofitable'

END

B.

IF [ProfitMargin]>=0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSE 'Unprofitable'

END

C.

IF [ProfitMargin]>0.50 Then 'Highly Profitable'

ELSEIF [ProfitMargin]>=0 Then 'Profitable'

ELSEIF [ProfitMargin] <0 Then 'Unprofitable'

END

D.

IF([ProfitMargin]>=0.50,'Highly Profitable', 'Profitable')

ELSE 'Unprofitable'

END

Buy Now
Question 2

A client notices that several groups are sharing content across divisions and are not complying with their data governance strategy. During a Tableau Server

audit, a consultant notices that the asset permissions for the client's top-level projects are set to "Locked," but that "Apply to Nested Projects" is not checked.

The consultant recommends checking "Apply to Nested Projects" to enforce compliance.

Which impact will the consultant's recommendation have on access to the existing nested projects?

Options:

A.

Current custom access will be maintained, but new custom permissions will not be granted.

B.

Access will be automatically rolled back to the top-level project permissions immediately.

C.

Users will be prompted to manually update permissions for all nested projects.

D.

Users will be notified that they will automatically lose access to content after 30 days.

Question 3

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?

Options:

A.

Tableau Prep Conductor

B.

Ask Data

C.

Tableau Catalog

D.

Tableau Resource Monitoring Tool

Question 4

A new Tableau user created a simple dashboard on Tableau Server using supply chain data. Now, the user wants to know if they created the dashboard in

accordance with specific performance best practices.

Which approach should the consultant recommend for the client to make this determination?

Options:

A.

Use inbuilt dashboards in Tableau Server to troubleshoot the performance.

B.

Use Performance Recording on Tableau Server.

C.

Use Performance Recording in Tableau Desktop.

D.

Run Workbook Optimizer.

Question 5

A client is using Tableau to visualize data by leveraging security token-based credentials. Suddenly, sales representatives in the field are reporting that they

cannot access the necessary workbooks. The client cannot recreate the error from their offices, but they have seen screenshots from the field agents. The client

wants to restore functionality for the field agents with minimal disruption.

Which step should the consultant recommend to accomplish the client's goal?

Options:

A.

Ensure that "Allow Refresh Access" was checked when the data source was published.

B.

Change the data source permissions for the connection to "Prompt User."

C.

Ask the workbook owners to republish the workbooks to refresh the security token.

D.

Renew the security token via the Data Connection on Tableau Server.

Question 6

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

Question 7

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:

Question 8

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.

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 9

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 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 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 13

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 14

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 15

A client has a published dashboard. They change the dashboard and then republish it. Now, usersreport that their web browser bookmarks to the dashboard

are broken.

What are two possible causes for this issue? Choose two.

Options:

A.

New credentials were embedded into the data source.

B.

The dashboard was published to a different project.

C.

Tableau Server was upgraded.

D.

The dashboard was published with a new name.

Question 16

A consultant migrated a data source to improve performance. The consultant wants to identify which workbooks need to be updated to point to the new data

source.

Which Tableau tool should the consultant use?

Options:

A.

Data Management

B.

Prep Conductor

C.

Activity Log

D.

Tableau Advanced Management

Page: 1 / 4
Total 55 questions