Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

TCC-C01 Sample Questions Answers

Questions 4

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:

Buy Now
Questions 5

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

Buy Now
Questions 6

A consultant creates a histogram that presents the distribution of profits across a client's customers. The labels on the bars show percent shares. The consultant

used a quick table calculation to create the labels.

Now, the client wants to limit the view to the bins that have at least a 15% share. The consultant creates a profit filter but it changes the percent labels.

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

Options:

A.

Use a calculation with TOTAL() function instead of a quick table calculation.

B.

Add the [Profit] filter to the context.

C.

Filter with a table calculation WINDOW_AVG(MIN([Profit]), first(), last())

D.

Filter with the table calculation used to create labels.

Buy Now
Questions 7

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

Buy Now
Questions 8

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

Which calculation should the consultant recommend?

Options:

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

Buy Now
Questions 9

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

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.

Buy Now
Questions 11

A consultant plans a Tableau deployment for a client that uses Salesforce. The client wants users to automatically see Tableau views of regional sales filtered

by customer as soon as the users sign into Salesforce.

Which approach should the consultant use to deliver the final visualization?

Options:

A.

Embed views into Salesforce.

B.

Create a list of URLs that the users can click in Salesforce.

C.

Publish to Tableau Mobile for viewing.

D.

Create subscriptions for each view to deliver reports by email.

Buy Now
Questions 12

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

Buy Now
Questions 13

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

Buy Now
Questions 14

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.

Buy Now
Questions 15

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.

Buy Now
Questions 16

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

Buy Now
Exam Code: TCC-C01
Exam Name: Tableau Certified Consultant
Last Update: Nov 26, 2024
Questions: 55
$66  $164.99
$50  $124.99
$42  $104.99
buy now TCC-C01