Knowledge Based Questions Flashcards

(92 cards)

1
Q

To connect to multiple tables in a single data source at one time, what must be specified?

A

A join

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tableau can create worksheet-specific filters

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the box in a box plot represent

A

The range of the middle half of the data points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The interquartile range is the difference between the 2nd and 3rd quantiles

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The median is the number separating the lower half of the data from the higher half. It is the same as the 50th percentile or the 2nd quartile.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The calculation [ship date] - [order date] will return

A

Number of days between them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is wrong with this if statement:

IF Sales > 100 AND “Delivery Truck” THEN 0 END

A

There should be a clause for “Delivery Truck” e.g.

[shipping mode] = “Delivery Truck”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What will the function LEFT(3, “Tableau”) return?

A

Error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

All rows from both tables are returned in an INNER JOIN

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

LEFT JOIN returns all rows from the left table, with the matching rows in the right table

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The term “addressing” refers to the direction of a calculation

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SUM is a table calculation

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The benefits of creating a Tableau data extract include improving performance and allowing offline access to the data

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The metadata grid displays the fields in your data source in columns

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

Clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which of the following is used to assess trend line significance

A

p-value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

If you would like your Top N or Bottom N set to change depending on what filter choices are changed, what type of filter should use?

A

Context filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Sorts can break the dimension hierarchy. In other words, Tableau will rearrange any the headers of the fields that appear to the left of the sorted field.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which of the following are generated fields in Tableau?

A

Number of Records, Measure Names, Measure Values, Longitude & Latitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Pareto charts combine the following element

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Bullet graphs combine bar charts and reference lines

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

You want to email a packaged workbook containing a Tableau dashboard to a coworker who does not have a license for Tableau Desktop. Which application will allow her to view the dashboard you send via email?

A

Tableau reader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A visual best practice is that if you are using a colour gradient to represent a continuous variable which can be negative or positive, you could use a single colour range

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
The AVG function does nit treat null values as zeros. Rather, the AVG function ignores null values.
TRUE
26
An aggregated calculation can be multiplied by a non-aggregated constant
True
27
When using a ____ join the result is a table that contains all values from the LEFT table and corresponding matches from the right table.
LEFT JOIN
28
If you see duplicate data after doing a join you may be able to eliminate the duplication by which of the following?
Change the join condition
29
______ is a tendency to increase or decrease over time
Trend
30
Which of the following graph types provide information on the distribution of a continuous measure?
Box Plot
31
Positive Skewness means the extreme values are to the right, while negative skewness means the extreme values are to the left.
True
32
When you sort data in a hierarchy, Tableau rearranges headers that appear before the sorted field.
False
33
Context filters are executed after data source filters
True
34
Tableau displays an axis when you drop this onto the Rows or Columns shelf.
Continuous field, Measure values
35
Gantt charts are useful for
Displaying duration of events or activities over time
36
Bins acts as a containers that summarise data for a specific range of values. Without using a calculated field, Tableau’s bin feature allows you to create variable sized bins.
False
37
You can combine multiple worksheets in a single dashboard
True
38
If a dashboard is difficult to view on a smartphone, you can use the ____ designer to create a phone-specific view of your dashboard
Device designer
39
A ____ action allows Tableau to open a page on an external website
URL
40
To connect to multiple tables in a single data source at one time, what must be specified.
A JOIN
41
What is the use of data interpreter option in Tableau
To structure the unstructured data
42
While using custom SQL option during data connection, which options get disable/removed from data page?
Data Interpreter and Union
43
When to use extract option in Tableau
When you want to embed data inside Tableau file AND when you want to share the file without sharing the data connection information
44
To add cross data source join _____ must be specified
Primary and foreign key
45
If I changed the layout of worksheet from standard to fit entire view and next I changed the chart using show me, what will be the layout of the worksheet?
Standard
46
What is the correct way to calculate price of a product?
SUM(sales/quantity)
47
Which columns you cannot delete in Tableau
Measure Names and Measure Values
48
You cannot change a dimension to continuous
True
49
You cannot create bins of measures
False
50
Latitude and longitude are Tableau generated fields
True
51
We can use measure names in creating custom column
False
52
For bullet graph, you need ____ dimensions
0 or more
53
For creating line chart, what is required
Continuous field
54
What is the colour of attribute in Tableau?
Blue
55
In shelf calculated columns are ______
Worksheet specific
56
What is the colour tick mark on primary and secondary data source
Blue, orange
57
A dimension is a field that typically holds
Discrete qualitative data
58
Dates are typically treated as ____
Dimensions
59
The globe icon next to a field means that field is _____
Geographic
60
Which of the following charts types always includes bars sorted in descending order?
Pareto Chart
61
Which of the following charts uses binned data?
Histogram
62
If a field has a blue background, that means that the field is ____
Discrete
63
When might you want to use a context filter?
First apply a filter and then show the Top N or Bottom N elements
64
This type level of detail expression computes total sales for the region, regardless of what dimensions are shown in the view
{ FIXED [Region] : SUM([Sales])}
65
Adding a dimension to the row or column shelf will filter your data
False
66
Suppose that your data has a dimension called “Product Category”, which has the values “Furniture”, “Office Supplies”, and “Technology.” Which of the following should you use to combine Furniture and Office Supplies into a single category?
Hierarchy
67
All rows from both tables are returned in an INNER JOIN
False
68
LEFT JOIN returns all rows from the left table, with the matching rows in the right table
True
69
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
70
What is the colour of Discrete Measures in Tableau
Blue
71
For Bullet Graphs we need at least _____ times
2
72
Which graph is the best to show comparison between Actual and Target measure
Bullet Graph
73
Which Aggregate Function is used to calculate Distinct Count?
COUNTD()
74
Which is an LOD function
INCLUDE, EXCLUDE, FIXED
75
Which is not an action out of below?
Tooltip
76
______ is used to distribute these interactive workbooks and/or reports to the right audience
Tableau Desktop
77
Tableau 10 new feature can Join data from ______ data source(s) and can connect to ______
different, Google sheet
78
Which is not a new feature in Tableau 10
Now you can blend data from different data sources
79
Below is an example of continuous field (by default)
Date
80
Which is a false statement about Parameters
Parameters can’t be used in calculation
81
Which is not a filter
Tooltip filter
82
Parameters can be used in
Tooltip
83
Which language does Tableau support for data manipulation while importing the dataset
SQL
84
Which of the following returns an Absolute value of a given number
ABS()
85
How is data stored in a .tde file?
Column wise
86
If blending is applied, then is it necessary to drop common field in a view containing fields of two different data sources on which blending is applied
False
87
If we drop 2 measures in rows/columns, what will be the output
Axis
88
Link to data is shown in which tab
Data source page
89
Null values are counted along with other items in a column while using the COUNT function
False
90
Which chart is used to show the interquartile range in Tableau
Box chart
91
Sorting can be done at the following levels
Data source order, alphabetic, field, and manual
92
How to use parameter value to filter the view in worksheet?
Calculated Field