ExamGecko
Home Home / Tableau / TDS-C01

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

Question list
Search
Search

What should you use to apply bold text formatting to rows or columns independent of each other?

A.
Text on the Marks card
A.
Text on the Marks card
Answers
B.
The Field Format Font pane
B.
The Field Format Font pane
Answers
C.
The Rows tab or the Columns tab on the Format Font pane
C.
The Rows tab or the Columns tab on the Format Font pane
Answers
D.
The Sheets tab on the Format Font pane
D.
The Sheets tab on the Format Font pane
Answers
Suggested answer: C

Explanation:

To apply bold text formatting to rows or columns independently in Tableau, you should use the Rows tab or the Columns tab on the Format Font pane. This approach provides control over the formatting of text within individual rows or columns. By selecting the appropriate tab (Rows or Columns), you can apply formatting settings, including bold text, to only the selected rows or columns. This is a crucial feature for enhancing the readability and visual appeal of specific parts of a Tableau worksheet, allowing for emphasis on particular data points or categories.

You want to update the font of an entire workbook.

What should you use to configure the default fonts?

A.
The Formal Font pane
A.
The Formal Font pane
Answers
B.
The Format Workbook pane
B.
The Format Workbook pane
Answers
C.
Field labels
C.
Field labels
Answers
D.
Titles and captions
D.
Titles and captions
Answers
Suggested answer: B

Explanation:

To update the font of an entire workbook in Tableau, you should use the 'Format Workbook' pane. This feature allows you to set and modify the default font settings for the entire workbook, ensuring consistency in font style across all sheets and dashboards. It's a global setting that applies to all visual elements in the workbook, including titles, captions, axis labels, and other text elements.

Which two elements can have their values changed by using a dashboard action? Choose two.

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

Explanation:

In Tableau, the two elements that can have their values changed by using a dashboard action are Sets and Parameters. Dashboard actions can be configured to modify the values within a set or a parameter, allowing for interactive and dynamic changes in the visualization based on user interactions. For example, selecting a specific data point in a dashboard can trigger an action that updates a set or changes the value of a parameter, which in turn can alter the displayed data or the appearance of visualizations within the dashboard.

You have the following visualization.

You need to show how Internet Usage values change from year-to-year as a percentage. Which quick table calculation should you apply to the Internet Usage field?

A.
Compound A. growth rate
A.
Compound A. growth rate
Answers
B.
Percent difference
B.
Percent difference
Answers
C.
Difference
C.
Difference
Answers
D.
Percentile
D.
Percentile
Answers
Suggested answer: B

Explanation:

To show how Internet Usage values change from year to year as a percentage, you should apply the 'Percent Difference' quick table calculation to the Internet Usage field. This calculation compares each value to the previous value and computes the difference as a percentage, which is ideal for analyzing the rate of change over a sequential time period such as consecutive years.

What are two outcomes when you drag a continuous date value to the Rows shelf? Choose two,

A.
The pill on the Rows shelf is green.
A.
The pill on the Rows shelf is green.
Answers
B.
The pill on the Rows shelf is blue.
B.
The pill on the Rows shelf is blue.
Answers
C.
A quantitative axis is shown.
C.
A quantitative axis is shown.
Answers
D.
The date part Is displayed as labels.
D.
The date part Is displayed as labels.
Answers
Suggested answer: A, C

Explanation:

Dragging a continuous date value to the Rows shelf in Tableau results in a green pill on the Rows shelf, indicating a continuous field. It also results in a quantitative axis being displayed on the visualization. Continuous fields are used to create axes on charts and can represent a range of values smoothly. This is opposed to discrete date values, which would be represented by a blue pill and typically show headers or labels rather than a continuous axis.

You need to display the complete list of potential data connections when you connect to a server. What action should you perform?

A.
Select File on the menu, and then select New
A.
Select File on the menu, and then select New
Answers
B.
Select Connecting to Data.
B.
Select Connecting to Data.
Answers
C.
Select More under To a Server
C.
Select More under To a Server
Answers
D.
Select More under To a File.
D.
Select More under To a File.
Answers
Suggested answer: C

Explanation:

To display the complete list of potential data connections when connecting to a server in Tableau, you should select 'More' under the 'To a Server' option. This action will provide a comprehensive list of server types and data sources that Tableau can connect to.

You have the following string value: Sales Data.

Which calculated field produces an output of Sales?

A.
LTRIM('Sales Data')
A.
LTRIM('Sales Data')
Answers
B.
LEFT ('Sales Data', 5)
B.
LEFT ('Sales Data', 5)
Answers
C.
LEFT ('Sales Data')
C.
LEFT ('Sales Data')
Answers
D.
RTRIM( 'Sales Data')
D.
RTRIM( 'Sales Data')
Answers
Suggested answer: B

Explanation:

The calculated field formula LEFT('Sales Data', 5) will correctly produce the output 'Sales' from the string value 'Sales Data'. The LEFT function in Tableau returns the specified number of characters from the start of the string. Here, the first 5 characters of 'Sales Data' are 'Sales'.

Which two types of aggregations can be applied to string fields? Choose two.

A.
Sum
A.
Sum
Answers
B.
Count Distinct
B.
Count Distinct
Answers
C.
Average
C.
Average
Answers
D.
Minimum
D.
Minimum
Answers
Suggested answer: B, D

Explanation:

The two types of aggregations that can be applied to string fields in Tableau are Count Distinct and Minimum. Count Distinct counts the unique values of a field, and Minimum finds the smallest value in a field based on the alphanumeric order. String fields do not support numeric aggregations like Sum or Average.

What is the default behavior of Tableau when you add a measure to the view?

A.
You are prompted to add an aggregation.
A.
You are prompted to add an aggregation.
Answers
B.
An aggregation is applied that is independent of the context of the view.
B.
An aggregation is applied that is independent of the context of the view.
Answers
C.
The measure is added disaggregated.
C.
The measure is added disaggregated.
Answers
D.
An aggregation is applied that varies depending on the context of the view.
D.
An aggregation is applied that varies depending on the context of the view.
Answers
Suggested answer: D

Explanation:

The default behavior of Tableau when you add a measure to the view is to automatically apply an aggregation to that measure. The type of aggregation applied can vary depending on the context of the view. For example, if no other measures or dimensions affect the measure, Tableau might default to SUM. However, if there are other dimensions in the view that define the level of detail, the aggregation might be different to reflect the context.

What are two benefits of using a live connection to a data source as compared to an extract? Choose two.

A.
Alive connection to a database server requires less network overhead than an extract.
A.
Alive connection to a database server requires less network overhead than an extract.
Answers
B.
A workbook connected to a live connection will have fresher data than a workbook connected to an extract.
B.
A workbook connected to a live connection will have fresher data than a workbook connected to an extract.
Answers
C.
A live connection reduces the amount of memory used on a client computer as compared to an extract.
C.
A live connection reduces the amount of memory used on a client computer as compared to an extract.
Answers
D.
A live connection is always faster than an extract.
D.
A live connection is always faster than an extract.
Answers
Suggested answer: B, C

Explanation:

The benefits of using a live connection over an extract include:

B: A live connection ensures that the data in the workbook is as up-to-date as the database itself, providing fresher data compared to a static extract which is updated at intervals.

C: A live connection queries the database server directly, which means it uses the server's memory and processing power rather than relying on the client computer's resources.

A live connection does not necessarily require less network overhead (A) as it may continually send queries over the network, and it is not always faster than an extract (D) because extracts can provide quicker response times for complex queries or large datasets.

Total 318 questions
Go to page: of 32