Pass Your Next TDS-C01 Certification Exam Easily & Hassle Free [Q189-Q208]

Share

Pass Your Next TDS-C01 Certification Exam Easily & Hassle Free

Free Tableau TDS-C01 Exam Question Practice Exams

NEW QUESTION # 189
By default, measures placed in a view are aggregated by ______________

  • A. COUNT
  • B. SUM
  • C. MEDIAN
  • D. AVERAGE

Answer: B

Explanation:
By default, measures placed in a view are aggregated by SUM, which means that the data for that field in all of the rows is combined. Measures can also be aggregated as average, median, count, or count distinct.


NEW QUESTION # 190
Question 30: Skipped
Using the CoffeeChain table, create a scatter plot of Profit (x-axis) vs Sales (y-axis) broken down by State. Add a Linear trend line to the view. What is its R-squared value?

  • A. 0.739284
  • B. 0.759329
  • C. 0.783262
  • D. 0.748472

Answer: C

Explanation:
Trend lines have become popular questions in recent Tableau examinations. Follow along:
1) First drag Sales to the Rows shelf and Profit to the Columns shelf:

You will only see a single mark since the view is aggregated.
2) Now, break down this view by state. Drag State into Detail on the Marks shelf ( or directly to the view):

3) Finally, move to the Analytics pane, and drag Trend line to the view. When you drag it, select the Linear option!:


4) The following is our view. Hover over the trend line to see the R-squared value:


NEW QUESTION # 191
Is it possible to use measures in the same view multiple times (e.g. SUM of the measure and AVG of the measure)?

  • A. Yes
  • B. No

Answer: A

Explanation:
Yes, it is very much possible to use measures in the same view multiple times. For example, refer to the image below:

We are using BOTH the Sum of the revenue and the AVG of the revenue in the same view!


NEW QUESTION # 192
________________ can only create header. _______________ will create header and axis both.

  • A. Dates, Strings
  • B. Dimensions, Measures
  • C. Groups, Sets
  • D. Measures, Dimensions

Answer: B

Explanation:
Using the Sample superstore as a reference:
1) Let's plot a bar chart showing SUM(Quantity) for each Segment:
2) Right click on the x-axis (Segment):
Notice we don't have an option to edit the axis, only header. This is because only continous values form the AXIS.
3) Similarly, right click on the y-axis (Quantity):

Now we have the option to edit BOTH the axis and the header.
Reference:
2) Right click on the x-axis (Segment):
Notice we don't have an option to edit the axis, only header. This is because only continous values form the AXIS.
3) Similarly, right click on the y-axis (Quantity):

Now we have the option to edit BOTH the axis and the header.


NEW QUESTION # 193
How does Tableau know at which level to aggregate values?

  • A. Values are always aggregated at the level of the Date Part
  • B. Tableau doesn't aggregate values, we do!
  • C. Aggregation is always done by using Tableau special formulas
  • D. Values are always aggregated at the level of granularity of the worksheet.

Answer: D

Explanation:
In Tableau, you can aggregate measures or dimensions, though it is more common to aggregate measures. Whenever you add a measure to your view, an aggregation is applied to that measure by default. The type of aggregation applied varies depending on the context of the view.
When you add a measure to the view, Tableau automatically aggregates its values. Sum, average, and median are common aggregations; for a complete list, see List of Predefined Aggregations in Tableau.
The current aggregation appears as part of the measure's name in the view. For example, Sales becomes SUM(Sales). Every measure has a default aggregation which is set by Tableau when you connect to a data source. You can view or change the default aggregation for a measure-see Set the Default Aggregation for a Measure.
You can change the aggregation for a measure in the view from its context menu:


NEW QUESTION # 194
A Tableau Data Source File (.tds) contains which of the following?

  • A. Copy of any local file-based data
  • B. Default Field Properties
  • C. Calculated Fields
  • D. Data Source Type

Answer: B,C,D

Explanation:
All are correct, except - Copy of any local file-based data. This is contained in a .tdsx file (Tableau Packaged Data Source)!
According to the official documentation -


NEW QUESTION # 195
Which of the following are valid Dashboard size options?

  • A. Fixed Size
  • B. Range
  • C. Scaled
  • D. Automatic

Answer: A,B,D

Explanation:
Scaled is NOT a valid size options when creating Dashboards in Tableau!
After you create a dashboard, you might need to resize and reorganize it to work better for your users.



NEW QUESTION # 196
Which of the following are interactive elements that can be added to a dashboard for users?

  • A. Edit Tooltip Action
  • B. Filter Action
  • C. URL Action
  • D. Highlight Action

Answer: A,C,D

Explanation:
Explanation
We can perform filter, URL and highlight actions out of the above given choices on a dashboard. Please refer to the image below:


NEW QUESTION # 197
What term is used to describe the following picture?

  • A. Hierarchy
  • B. Larger image
  • C. Group
  • D. Parameter
  • E. Set

Answer: E

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.


NEW QUESTION # 198
Which of the following would you use to connect to multiple tables in a single data source at once?

  • A. A Set
  • B. A Hierarchy
  • C. A Join
  • D. A Blend

Answer: C

Explanation:
The data that you analyze in Tableau is often made up of a collection of tables that are related by specific fields (that is, columns). Joining is a method for combining data on based on those common fields. The result of combining data using a join is a virtual table that is typically extended horizontally by adding columns of data.
For example, consider the following two tables originating from a single data source:

We can combine these 2 tables, simply by joining the tables on ID to answer questions like, "How much was paid in royalties for authors from a given publisher?". By combining tables using a join, you can view and use related data from different tables in your analysis.


NEW QUESTION # 199
Which of the following are valid ways to trigger actions for a Dashboard?

  • A. Menu
  • B. Select
  • C. Double click
  • D. Click
  • E. Hover

Answer: A,B,E

Explanation:
Whenever we want to add actions to a Dashboard, we can trigger then in the following 3 ways:
1) Select
2) Hover
3) Menu
Hover is best for highlighting, select for filtering. Menu action is added to the tooltip and user can decide whether to run that action or not (best for URL actions)


NEW QUESTION # 200
Suppose I have the following view. What will be the total number of marks if I drag a new measure to the row shelf vs the column shelf?

  • A. If dragged to row shelf : 7 marks ; If dragged to column shelf : 7 marks
  • B. If dragged to row shelf : 7 marks ; If dragged to column shelf : 14 marks
  • C. If dragged to row shelf : 14 marks ; If dragged to column shelf : 14 marks
  • D. If dragged to row shelf : 14 marks ; If dragged to column shelf : 7
    marks

Answer: D

Explanation:
This is a tricky question often asked in the exam.
If we drag a new measure to the row shelf, the following happens:
We now have 2 rows, and the same 7 columns for both these rows. Therefore, 2x7 = 14 marks!
Graphical user interface, chart, bar chart Description automatically generated with medium confidence

But if we drag the same measure to the column shelf, we have just 1 row and a chart created for each of the columns. So (1x7) = 7 marks!
Graphical user interface, text, application Description automatically generated

Reference and
notes: https://medium.com/@justindixon91/tableau-specialist-exam-notes-part-4-understanding-tableau-concepts


NEW QUESTION # 201
Broadly speaking, when users connect to Tableau, the data fields in their data set are automatically assigned a
____________ and a ____________.

  • A. Data type, Value
  • B. type, role
  • C. dimension, measure
  • D. role, type

Answer: D

Explanation:
When users connect to Tableau, the data fields in their data set are automatically assigned a role and a type.
Role can be of the following two types:
1) Dimension
2) Measure
Type can be of the following :
1) String
2) Number
3) Geographic
4) Boolean
5) Date
6) Date and Time


NEW QUESTION # 202
When using Animations in a Tableau, which of the following is the default duration for animations?

  • A. 0.5s
  • B. 0.2s
  • C. 0.4s
  • D. 0.3s

Answer: D

Explanation:
Explanation
The LATEST Tableau Desktop Sepcialist exam blueprint now requires you to know some basics about animations as well!
NOTE: Animations are DISABLED by default and must be manually enabled.


You can also reset all settings to default by clickin on 'Reset All'


NEW QUESTION # 203
Dragging a ______________ to colour creates distinct colours for each item whereas dragging a ______________ to colour creates a gradient

  • A. Geographic Value, Discrete Value
  • B. Longitude, Latitude
  • C. Continuous Value, Discrete Value
  • D. Discrete value, Continuous Value

Answer: D

Explanation:
Remember that dragging a discrete value to colour creates distinct colours for each item whereas dragging a continuous value to colour creates a gradient. ( Same for Map ) From the official documentation:


NEW QUESTION # 204
Which of these is NOT a type of Quick Filter available in Tableau?

  • A. Multiple Values (dropdown)
  • B. Regex Match
  • C. Wildcard Match
  • D. Single Value (slider)

Answer: B

Explanation:
Upon clicking on a filter, we see the following options:

Clearly, Regex Match is not one of these options!


NEW QUESTION # 205
From which three locations can you sort a visualization? Choose three.

  • A. DCA header
  • B. The Worksheet menu
  • C. An axis
  • D. The Analysis menu
  • E. Afield label
  • F. Tooltip on the Marks card

Answer: B,C,E

Explanation:
According to the Tableau Desktop Specialist Exam Guide, one of the exam objectives is to "Sort data in a visualization". The guide also states that "You can sort data in a visualization from three locations: the Worksheet menu, an axis, or a field label" (page 15).


NEW QUESTION # 206
Larger image

What is this entire view referred to as in Tableau?

  • A. Summary Pane
  • B. Data pane
  • C. Distribution Pane
  • D. Analytics Pane

Answer: D

Explanation:
Explanation
Distribution Pane
Explanation
This is the Analytics pane! Read more from the official documentation below:


NEW QUESTION # 207
What are two examples of a date value?
Choose two.

  • A. 2020-05-01
  • B. December
  • C. January 1.1995
  • D. Wednesday

Answer: A,C

Explanation:
Date values in Tableau represent specific points in time and are typically formatted in a standard date format.
Option A, "2020-05-01", is a standard date format representing the 1st of May, 2020.
Option D, "January 1, 1995", is another example of a date value, representing the 1st of January, 1995.
Options B ("December") and C ("Wednesday") represent a month and a day of the week, respectively, but do not specify a particular date.


NEW QUESTION # 208
......

Ace TDS-C01 Certification with 315 Actual Questions: https://vceplus.actualtestsquiz.com/TDS-C01-test-torrent.html