Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Tableau TCC-C01 Tableau Certified Consultant Exam Practice Test

Demo: 15 questions
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

Question 2

A client has a published data source in Tableau Server and they want to revert to the previous version of the data source. The solution must minimize the impact

on users.

What should the consultant do to accomplish this task?

Options:

A.

Request that a server administrator restore a Tableau Server backup.

B.

Delete and recreate the data source manually.

C.

Select a previous version from Tableau Server, download it, and republish that data source.

D.

Select a previous version from Tableau Server, and then click Restore.

Question 3

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 4

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 5

A client collects information about a web browser customers use to access their website. They then visualize the breakdown of web traffic by browser version.

The data is stored in the format shown below in the related table, with a NULL BrowserID stored in the Site Visitor Table if an unknown browser version

accesses their website.

The client uses "Some Records Match" for the Referential Integrity setting because a match is not guaranteed. The client wants to improve the performance of

the dashboard while also getting an accurate count of site visitors.

Which modifications to the data tables and join should the consultant recommend?

Options:

A.

Continue to use NULL as the BrowserID in the Site Visitor Table and leave the Referential Integrity set to "Some Records Match."

B.

Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and change the Referential Integrity to "All

Records Match."

C.

Add an "Unknown" option to the Browser Table, reference its BrowserID in the Site Visitor Table, and leave the Referential Integrity set to

"Some Records Match."

D.

Continue to use NULL as the BrowserID in the Site Visitor Table and change the Referential Integrity to "All Records Match."

Question 6

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

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 11

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 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 has several long-term shipping contracts with different vendors that set rates based on shipping volume and speed. The client requests a dashboard

that allows them to model shipping costs for the next week based on the selected shipping vendor. Speed for the end user is critical.

Which dashboard building strategy will deliver the desired result?

Options:

A.

Recommend that the client model for only profitability for the next 24 hours instead of a full week.

B.

Calculate the potential shipping cost for each order with each vendor, display the aggregate costs in a large table, and use quick filters to

limit the options visible to the user.

C.

Aggregate the orders then use a calculated field that refers to a user-selected parameter to calculate the shipping costs.

D.

Use a calculated field that refers to a user-selected parameter to calculate shipping costs for each order and then display the aggregate

values.

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

Demo: 15 questions
Total 55 questions