ExamGecko
Home Home / Tableau / TDS-C01

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

Question list
Search
Search

What is the following icon in the Data pane used to do?

Larger image

A.
View Data
A.
View Data
Answers
B.
Clean Data
B.
Clean Data
Answers
C.
Extract Data
C.
Extract Data
Answers
D.
Sort Data
D.
Sort Data
Answers
Suggested answer: A

Explanation:

View Data allows you to inspect your data in a spreadsheet-like layout. You can view data either for the data source as a whole, or to see the underlying data for an individual mark or a group of marks. In a worksheet, the rows that you see in the View Data window are always scoped to the current selection or the current view.

The View Data window displays as much of the data as possible by default, up to 10,000 rows. Field names are shown as column headers and can be dragged and dropped to change their display order. Click a column header to sort the values in that column.

From the official website:

Yes or No: The number of marks will increase when you increase the number of Dimensions in a view

A.
No
A.
No
Answers
B.
Yes
B.
Yes
Answers
Suggested answer: B

Explanation:

Of course! As an example, see below:

1) Using the Sample Superstore data, let's plot a bar chart showing the Sales for each Category:

Observe that we have 3 marks - Each bar in a bar chart is called a mark. Similarly, each point in a scatter plot is also a mark , and so on for all charts.

1 row by 3 columns means that clearly on the y-axis (Sales), we have only a single mark - a single continous axis, but 3 different marks (Technology, Furniture and Office supplies ) on the x-axis.

2) Now let's add subcategory to the view as well (another dimension):

Observe that the number of marks has increased - i.e the number of Bars.

Also, notice we now have 1 row and 17 columns. Simply because 1 row = Sales (on the y-axis), and on the x-axis, we have 17 different columns (i.e product sub categories!!)

Which of the following are valid ways of Grouping Data?

A.
Using Marks in the view
A.
Using Marks in the view
Answers
B.
Using Labels in the View
B.
Using Labels in the View
Answers
C.
From the Analytics Pane
C.
From the Analytics Pane
Answers
D.
From the Dimensions Shelf
D.
From the Dimensions Shelf
Answers
Suggested answer: A, B, D

Explanation:

**IMPORTANT QUESTION AND EXPLANATION, PLEASE READ**

3 ways to group data -

1) Marks

2) Labels

3) Dimensions shelf.

*IMPORTANT*

If we Group the data by selecting the marks, then they remain separate marks in the view and then have the same colour. Also, a new group is created in the Dimensions shelf. Example -

Using the sample superstore dataset, first plot a bar chart showing sales for each sub-category:

Here, if we Select Phones, Chairs and Storage by selecting the MARKS (Bars), and then group them:

They remain seperate marks (BARS) but are grouped by the same colour.

Now, if we didn't do this, and rather grouped by selecting their Labels (Names):

Then they no longer remain separate Marks (bars) but are rather consolidated into a single Bar:

Finally, we can group directly from the Dimensions shelf as follows:

Now choose Phones, Chairs and Storage and Click Group:

You will now automatically have a new Dimension as follows:

Which of the following would you use to edit the Shape, colour, and Text of your visualisations?

A.
Marks Card
A.
Marks Card
Answers
B.
Data Pane
B.
Data Pane
Answers
C.
Filter Shelf
C.
Filter Shelf
Answers
D.
Analytics Pane
D.
Analytics Pane
Answers
Suggested answer: A

Explanation:

The Marks Card allows us not only to edit the Shape, Text and Colour, but also to modify the Tooltip and the level of detail of the visualisation!

The Marks card is a key element for visual analysis in Tableau. As you drag fields to different properties in the Marks card, you add context and detail to the marks in the view.

You use the Marks card to set the mark type (see Change the Type of Mark in the View), and to encode your data with color, size, shape, text, and detail. To change the mark settings, see Control the Appearance of Marks in the View.

In this example, three different fields have been dragged to different properties in the Marks card. Segment is on Color, Region is on Shape, and Quantity is on Size.

After you add a field to the Marks card, you can click the icon next to the field to change the property it is using. You can also click the property buttons in the Marks card to change those settings.

Many properties can have multiple fields. For example, you can add multiple fields to Label, Detail, Tooltip, and Color. Size and Shape can only have one field at a time. For more details, see Control the Appearance of Marks in the View.

Question 45: Skipped

You have just created a histogram and now want to be able to change the size of bins dynamically. Using which of the following will easily satisfy your requirement?

A.
Sets
A.
Sets
Answers
B.
Groups
B.
Groups
Answers
C.
Calculation
C.
Calculation
Answers
D.
Parameters
D.
Parameters
Answers
Suggested answer: D

Explanation:

A parameter is a global placeholder value such as a number, date, or string that can replace a constant value in a calculation, filter, or reference line.

For example, you may create a calculated field that returns True if Sales is greater than $500,000 and otherwise returns False. You can replace the constant value of ''500000'' in the formula with a parameter. Then, using the parameter control, you can dynamically change the threshold in your calculation.

For example -

When is an axis created for the visualisation in Tableau?

A.
When we drag a measure to the row/column shelf
A.
When we drag a measure to the row/column shelf
Answers
B.
When we drag a dimension to the row/column shelf
B.
When we drag a dimension to the row/column shelf
Answers
C.
When we drag a discrete field to the row/column shelf
C.
When we drag a discrete field to the row/column shelf
Answers
D.
When we drag a continuous field to the row/column shelf
D.
When we drag a continuous field to the row/column shelf
Answers
Suggested answer: D

Explanation:

An Individual Axis in Tableau is obtained by adding a continuous into Rows or Columns Shelf.

Example:

In order to show Individual Axis in Tableau First, we drag and drop the Color from Dimension shelf to Column Shelf. Next, we drag and drop the Sales Amount from measures shelf to Rows Shelf. Since it is a continuous value, the Sales Amount will be aggregated to default Sum. Once you drag them, following Chart report will be generated.

Next, we drag and Drop one more measure value, i.e., Total Product Cost from Measures Region to Rows Shelf. Because it is a Measure value, Total Product Cost is aggregated to default Sum. From the below screenshot, you can observe that Tableau has created an individual axis for each measure (continuous field).

When working with Excel, text file data, JSON file, .pdf file data, you can use _________________ to union files across folders, and worksheets across workbooks. Search is scoped to the selected connection.

A.
Regex Search
A.
Regex Search
Answers
B.
Union Search
B.
Union Search
Answers
C.
Pattern Search
C.
Pattern Search
Answers
D.
Wildcard Search
D.
Wildcard Search
Answers
Suggested answer: D

Explanation:

You can use Wildcard Search to set up search criteria to automatically include tables in your union. Use the wildcard character, which is an asterisk (*), to match a sequence or pattern of characters in the Excel workbook and worksheet names, Google Sheets workbook and worksheet names, text file names, JSON file names, .pdf file names, and database table names.

When working with Excel, text file data, JSON file, .pdf file data, you can also use this method to union files across folders, and worksheets across workbooks. Search is scoped to the selected connection. The connection and the tables available in a connection are shown on the left pane of the Data source page.

Is it possible to make a Measure discrete?

A.
No
A.
No
Answers
B.
Yes
B.
Yes
Answers
Suggested answer: B

Explanation:

Of course! Follow along:

Right click on any measure, and choose Discrete as shown:

Once you do this, the green pill becomes blue in colour, indicating that it is now Discrete!

How can you format an axis as Bold in Tableau?

A.
By choosing the axis and selecting Command/Control + B on your keyboard
A.
By choosing the axis and selecting Command/Control + B on your keyboard
Answers
B.
By right clicking on the axis, choosing Edit Axis, and then setting its font to bold.
B.
By right clicking on the axis, choosing Edit Axis, and then setting its font to bold.
Answers
C.
By right clicking on the axis, choosing format, and then setting its font to bold.
C.
By right clicking on the axis, choosing format, and then setting its font to bold.
Answers
D.
By clicking on Format on the main menu bar, choosing field labels, and setting it to bold.
D.
By clicking on Format on the main menu bar, choosing field labels, and setting it to bold.
Answers
Suggested answer: C

Explanation:

To make an axis bold, simply right click it, select format, and then click on Font to choose Bold:

None of the other options are valid ways to make the axis bold.

Read more about editing axis: https://help.tableau.com/current/pro/desktop/en-us/formatting_editaxes.htm

What is a story point in Tableau?

A.
A single worksheet or dashboard
A.
A single worksheet or dashboard
Answers
B.
A collection of dashboards
B.
A collection of dashboards
Answers
C.
A collection of both worksheets and dashboards
C.
A collection of both worksheets and dashboards
Answers
D.
A collection of worksheets
D.
A collection of worksheets
Answers
Suggested answer: A

Explanation:

In Tableau, a story is a sequence of visualizations that work together to convey information. You can create stories to tell a data narrative, provide context, demonstrate how decisions relate to outcomes, or to simply make a compelling case.

A story is a sheet, so the methods you use to create, name, and manage worksheets and dashboards also apply to stories (for more details, see Workbooks and Sheets). At the same time, a story is also a collection of sheets, arranged in a sequence. Each individual sheet (worksheet or dashboard) in a story is called a story point.

When you share a story ---for example, by publishing a workbook to Tableau Public, Tableau Server, or Tableau Online---users can interact with the story to reveal new findings or ask new questions of the data.

Total 318 questions
Go to page: of 32