ExamGecko
Home Home / Tableau / TDS-C01

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

Question list
Search
Search

What term is used to describe the following picture?

A.
Larger image
A.
Larger image
Answers
B.
Parameter
B.
Parameter
Answers
C.
Set
C.
Set
Answers
D.
Hierarchy
D.
Hierarchy
Answers
E.
Group
E.
Group
Answers
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.

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.

A.
True
A.
True
Answers
B.
False
B.
False
Answers
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.

Inner join

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.

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

A.
Clustering
A.
Clustering
Answers
B.
Grouping
B.
Grouping
Answers
C.
Sets
C.
Sets
Answers
D.
Union
D.
Union
Answers
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.

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

A.
Profit / Sales
A.
Profit / Sales
Answers
B.
Sales / Profit
B.
Sales / Profit
Answers
C.
SUM(Profit) / SUM(Sales)
C.
SUM(Profit) / SUM(Sales)
Answers
D.
SUM(Sales)/SUM(Profit)
D.
SUM(Sales)/SUM(Profit)
Answers
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:

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

A.
ABS(Number)
A.
ABS(Number)
Answers
B.
CEILING(Number)
B.
CEILING(Number)
Answers
C.
FLOOR(Number)
C.
FLOOR(Number)
Answers
D.
ZN(Number)
D.
ZN(Number)
Answers
Suggested answer: A

Explanation:

From the official Tableau website:

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

A.
Measure Names
A.
Measure Names
Answers
B.
Number of Records
B.
Number of Records
Answers
C.
Measure Values
C.
Measure Values
Answers
D.
Calculated Fields
D.
Calculated Fields
Answers
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.

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

A.
Tableau Data Extract (.tde)
A.
Tableau Data Extract (.tde)
Answers
B.
Tableau Packaged Workbook (.twbx)
B.
Tableau Packaged Workbook (.twbx)
Answers
C.
Tableau Bookmark (.tbm)
C.
Tableau Bookmark (.tbm)
Answers
D.
Tableau Workbook (.twb)
D.
Tableau Workbook (.twb)
Answers
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.

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

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

A.
Tableau Reader
A.
Tableau Reader
Answers
B.
Tableau Desktop
B.
Tableau Desktop
Answers
C.
Tableau Server
C.
Tableau Server
Answers
D.
Tableau Public
D.
Tableau Public
Answers
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/

What will the following function return?

LEFT('Tableau', 3)

A.
An error
A.
An error
Answers
B.
Tab
B.
Tab
Answers
C.
eau
C.
eau
Answers
D.
ble
D.
ble
Answers
Suggested answer: A

Explanation:

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

The row and column shelves contain ___________________

A.
Pills
A.
Pills
Answers
B.
Grand Totals
B.
Grand Totals
Answers
C.
Filters
C.
Filters
Answers
D.
Parameters
D.
Parameters
Answers
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:

Total 318 questions
Go to page: of 32