ExamGecko
Home / Tableau / TDS-C01 / List of questions
Ask Question

Tableau TDS-C01 Practice Test - Questions Answers, Page 9

List of questions

Question 81

Report
Export
Collapse

What term is used to describe the following picture?

Tableau TDS-C01 image Question 81 76424 09232024004744000000

Larger image
Larger image
Parameter
Parameter
Set
Set
Hierarchy
Hierarchy
Group
Group
Suggested answer: C

Explanation:

When you connect to a data source, Tableau automatically separates date fields into hierarchies so you can easily break down the viz. You can also create your own custom hierarchies. For example, if you have a set of fields named Region, State, and County, you can create a hierarchy from these fields so that you can quickly drill down between levels in the viz.

Tableau TDS-C01 image Question 81 explanation 76424 09232024004744000000

Tableau TDS-C01 image Question 81 explanation 76424 09232024004744000000

asked 23/09/2024
Ramesh K
42 questions

Question 82

Report
Export
Collapse

True or False: A LEFT JOIN or INNER JOIN creates a row each time the join criteria is satisfied, which can result in duplicate rows. One way to avoid this is to use data blending instead.

True
True
False
False
Suggested answer: A

Explanation:

Joins combine tables by adding more columns of data across similar row structures. This can cause data loss or duplication if tables are at different levels of detail, and joined data sources must be fixed before analysis can begin.

Tableau TDS-C01 image Question 82 explanation 76425 09232024004744000000

Inner join

Tableau TDS-C01 image Question 82 explanation 76425 09232024004744000000

Left Join

Blends, unlike relationships or joins, never truly combine the data. Instead, blends query each data source independently, the results are aggregated to the appropriate level, then the results are presented visually together in the view.

asked 23/09/2024
Houshang Ardekani
39 questions

Question 83

Report
Export
Collapse

__________ is a technique in Tableau which will identify marks with similar characteristics

Clustering
Clustering
Grouping
Grouping
Sets
Sets
Union
Union
Suggested answer: A

Explanation:

Cluster analysis partitions marks in the view into clusters, where the marks within each cluster are more similar to one another than they are to marks in other clusters.

Tableau TDS-C01 image Question 83 explanation 76426 09232024004744000000

asked 23/09/2024
Nazarii Bybyk
36 questions

Question 84

Report
Export
Collapse

Which of the following is the correct way to calculate Profit Ratio in Tableau?

Profit / Sales
Profit / Sales
Sales / Profit
Sales / Profit
SUM(Profit) / SUM(Sales)
SUM(Profit) / SUM(Sales)
SUM(Sales)/SUM(Profit)
SUM(Sales)/SUM(Profit)
Suggested answer: C

Explanation:

THIS IS A VERY IMPORTANT QUESTION Aggregation is an important concept to consider when creating calculated fields. A calculated field for SUM([Profit]) / SUM([Sales]) will give you a very different answer than [Profit] / [Sales], even though both formulas are valid. If you do not provide the aggregation within the calculated field, Tableau will calculate the equation for every record ( row ) in your analysis, then aggregate the answers for all of the rows together when the calculated field is added to the view. In simple terms, if specify the aggregation such as SUM, what Tableau will do is that it will first calculate the sum of the Profit column ( say x ), then calculate the sum of the Sales column ( say y ), and then simply apply x/y ---> This is what we expect! Perfect! BUT, if you don't specify the aggregation, it will go to every single ROW, perform Profit / Sales, and then aggregate the answers calculated for each row. This is simply NOT what we wan't! An example:

Tableau TDS-C01 image Question 84 explanation 76427 09232024004744000000

asked 23/09/2024
HNO Oo
39 questions

Question 85

Report
Export
Collapse

Which of the following returns the Absolute Value of a given number?

ABS(Number)
ABS(Number)
CEILING(Number)
CEILING(Number)
FLOOR(Number)
FLOOR(Number)
ZN(Number)
ZN(Number)
Suggested answer: A

Explanation:

From the official Tableau website:

Tableau TDS-C01 image Question 85 explanation 76428 09232024004744000000

Tableau TDS-C01 image Question 85 explanation 76428 09232024004744000000

Tableau TDS-C01 image Question 85 explanation 76428 09232024004744000000

Tableau TDS-C01 image Question 85 explanation 76428 09232024004744000000

asked 23/09/2024
Charalambos Pasvantis
40 questions

Question 86

Report
Export
Collapse

Which of the following 2 columns CANNOT be deleted in Tableau?

Measure Names
Measure Names
Number of Records
Number of Records
Measure Values
Measure Values
Calculated Fields
Calculated Fields
Suggested answer: A, C

Explanation:

Measure names and values CANNOT be deleted in Tableau like other columns can. These are auto-generated.

Calculated Fields, and Number of records can both be deleted.

asked 23/09/2024
Kelvin Galabuzi
37 questions

Question 87

Report
Export
Collapse

_____________ contains the visualisations, info needed to build the visualisations, and a copy of the data source.

Tableau Data Extract (.tde)
Tableau Data Extract (.tde)
Tableau Packaged Workbook (.twbx)
Tableau Packaged Workbook (.twbx)
Tableau Bookmark (.tbm)
Tableau Bookmark (.tbm)
Tableau Workbook (.twb)
Tableau Workbook (.twb)
Suggested answer: B

Explanation:

TWBX is all in one. It contains viz, info needed to build the viz, and a copy of the data source. It doesn't contain extracts of the data but can contain both live and data extracts. Best if want to eliminate the barrier of data access.

Create a .twbx with file-based data sources

1) Select File > Save As.

2) Specify a file name for the packaged workbook in the Save As dialog box.

Tableau TDS-C01 image Question 87 explanation 76430 09232024004744000000

3)Select Tableau Packaged Workbooks on the Save as type drop-down list.

4) Click Save.

5) The default location is the Workbooks folder of the Tableau repository. However, you can save packaged workbooks to any directory you choose.

The following files are included in packaged workbooks:

--> Background images

--> Custom geocoding

--> Custom shapes

--> Local cube files

--> Microsoft Access files

--> Microsoft Excel files

--> Tableau extract files (.hyper or .tde)

--> Text files (.csv, .txt, etc.)

asked 23/09/2024
Ivan Galir
47 questions

Question 88

Report
Export
Collapse

________________ is hosted by Tableau to share our visualisations publically with the world.

Tableau Reader
Tableau Reader
Tableau Desktop
Tableau Desktop
Tableau Server
Tableau Server
Tableau Public
Tableau Public
Suggested answer: D

Explanation:

Tableau Public is a free service that lets anyone publish interactive data visualizations to the web. Visualizations that have been published to Tableau Public (''vizzes'') can be embedded into web pages and blogs, they can be shared via social media or email, and they can be made available for download to other users.

Check it out : https://public.tableau.com/en-us/s/

asked 23/09/2024
Amidou Florian TOURE
33 questions

Question 89

Report
Export
Collapse

What will the following function return?

LEFT('Tableau', 3)

An error
An error
Tab
Tab
eau
eau
ble
ble
Suggested answer: A

Explanation:

The following is the official documentation for the String function LEFT:

Tableau TDS-C01 image Question 89 explanation 76432 09232024004744000000

asked 23/09/2024
Joe Evanchak
39 questions

Question 90

Report
Export
Collapse

The row and column shelves contain ___________________

Pills
Pills
Grand Totals
Grand Totals
Filters
Filters
Parameters
Parameters
Suggested answer: A

Explanation:

We can drag fields from the Data pane to create the structure for your visualizations.

The Columns shelf creates the columns of a table, while the Rows shelf creates the rows of a table. You can place any number of fields on these shelves.

These FIELDS are also referred to as PILLS. See below:

Tableau TDS-C01 image Question 90 explanation 76433 09232024004744000000

asked 23/09/2024
Vageesh Shanmukha
48 questions
Total 318 questions
Go to page: of 32