ExamGecko
Home Home / Tableau / TDS-C01

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

Question list
Search
Search

True or False: A reference line cannot be added from the Analytics Pane

A.
True
A.
True
Answers
B.
False
B.
False
Answers
Suggested answer: B

Explanation:

You can add a reference line to any continuous axis in the view.

To add a reference line:

Drag Reference Line from the Analytics pane into the view. Tableau shows the possible destinations. The range of choices varies depending on the type of item and the current view.

In a simple case, the drop target area offers three options:

True or False: LEFT JOIN returns all rows from the left table, with the matching rows in the right table

A.
True
A.
True
Answers
B.
False
B.
False
Answers
Suggested answer: A

Explanation:

This is true, indeed!

The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is NULL from the right side, if there is no match.

To use a quick table calculation, which of the following programming languages do you need to know?

A.
ython
A.
ython
Answers
B.
Java
B.
Java
Answers
C.
Javascript
C.
Javascript
Answers
D.
None of these
D.
None of these
Answers
Suggested answer: D

Explanation:

You don't need to know ANY programming language to use quick table calculations!

Follow along with the steps below to learn how to apply a quick table calculation to a visualization:

1) Open Tableau Desktop and connect to the Sample-Superstore data source, which comes with Tableau.

2) Navigate to a new worksheet.

3) From the Data pane, under Dimensions, drag Order Date to the Columns shelf.

4) From the Data pane, under Dimensions, drag State to the Rows shelf.

5) From the Data pane, under Measures, drag Sales to Text on the Marks Card.

6) From the Data pane, under Measures, drag Profit to Color on the Marks Card.

7) On the Marks card, click the Mark Type drop-down and select Square.

The visualization updates to look like this:

Apply the quick table calculation

1) On the Marks card, right-click SUM(Profit) and select Quick Table Calculation > Moving Average.

Note: You can only perform quick table calculations on measures in the view.

A delta symbol appears on the field to indicate that a quick table calculation is being applied to the field. The colors in the visualization update to show the moving average of profit across the years.

Given a map, which of the following fields can be placed in Size,Shape,Detail,Color

A.
Profit, State, Number of Records, Sales
A.
Profit, State, Number of Records, Sales
Answers
B.
Region, Country, Profit, State
B.
Region, Country, Profit, State
Answers
C.
Longitude, Country, State, Sales
C.
Longitude, Country, State, Sales
Answers
D.
Sales, State, Country, Profit
D.
Sales, State, Country, Profit
Answers
Suggested answer: D

Explanation:

Since Sales is a measure, it can easily be depicted via size.

To drill down and change the level of detail, Country is the correct choice since it will contain STATE. We can then depict the various states by different shapes such as circle, square etc.

Finally, the Profit can be depicted via a color! Eg - Red for poor and green for excellent profits!

When using a Blend, what is the color of tick-mark on the primary and secondary data sources respectively?

A.
Red, Blue
A.
Red, Blue
Answers
B.
Orange, Blue
B.
Orange, Blue
Answers
C.
Blue, Red
C.
Blue, Red
Answers
D.
Blue, Orange
D.
Blue, Orange
Answers
Suggested answer: D

Explanation:

When using a Blend, the primary data source appears with a BLUE tick-mark and the secondary data source appears with a ORANGE tick-mark.

See below:

True or False: Context Filters are executed after Data Source filters

A.
True
A.
True
Answers
B.
False
B.
False
Answers
Suggested answer: A

Explanation:

THIS IS A VERY IMPORTANT QUESTION

To answer this question, you need to understand Tableau's Order of Operations. See below and remember this always:

For a relative date filter, the default anchor is _________________

A.
The current time
A.
The current time
Answers
B.
Today's date
B.
Today's date
Answers
C.
The target date
C.
The target date
Answers
D.
The date we specify
D.
The date we specify
Answers
Suggested answer: B

Explanation:


True or False: To concatenate fields, they must be of same data type

A.
True
A.
True
Answers
B.
False
B.
False
Answers
Suggested answer: A

Explanation:

Yes! To concatenate fields, they must be of same data type. However, there is a workaround which we can use - Type casting. See below:

Here, State and City are Strings, but Postal Code? Nope. It's an Integer. So we can simply use the STR() function to convert it into a String, and hence the entire equation becomes valid!

Using the dataset, create a bar chart showing the average Quantity broken down by Region, and filtered by Country to only show Japan. What was the average Quantity in the State of Tokyo?

A.
3.000
A.
3.000
Answers
B.
3.840
B.
3.840
Answers
C.
3.704
C.
3.704
Answers
D.
3.500
D.
3.500
Answers
Suggested answer: C

Explanation:

Since we need to focus on 1 country -> Japan, let's filter on it first as follows:

1) Drag Country to the filter shelf, and choose only Japan. Click OK.

2) Read the Question Carefully, we need to break down the visualisation by Region, then by Country, and then by State. So let's do that:

Drag Region to the column shelf, followed by Country. Drill down into Country to include states as well.

Then drag Quantity to the Row Shelf, and change the Aggregation to AVERAGE.

The following is our visualisation:

Now that you think of it, EVEN IF YOU REMOVE THE REGION, THE ANSWER REMAINS THE SAME. Such elements will be present in the actual exam too, just to make the question sound a little difficult, but actually it is pretty straightforward :)

Using the dataset, plot a Map showing all the countries, filtered by Market to only include LATAM. Which country in the LATAM Market has the highest shipping delay (sum of total number of days between the order date and the ship date)?

A.
Brazil
A.
Brazil
Answers
B.
Peru
B.
Peru
Answers
C.
Argentina
C.
Argentina
Answers
D.
Mexico
D.
Mexico
Answers
Suggested answer: D

Explanation:

VERY IMPORTANT QUESTION FOR THE EXAM, PAY ATTENTION

1) To find the number of days between order date and shipping date, we will make use of a calculated field:

In the data pane, click on the dropdown arrow, and choose create calculated field.

Let's name this calculated field 'ShippingDelay' (you can name it anything you want :) )

2) Use the DATEDIFF() function, and pass it the arguments as follows:

'day' depicts that we want to calculate the number of DAYS between the two dates. The first argument is 'start_date' which is the ORDER_DATE (day the order was placed), the second argument is 'end_date', which is the SHIP_DATE (date the order was shipped). So by subtracting as follows: SHIP_DATE - ORDER_DATE, we can find the delay in shipping.

Click OK.

3) You should now have a new measure as follows:

4) Phew! The hard part is done! Now let's filter by Market to include only LATAM:

5) Drag Country to the view, and the new calculated field 'ShippingDelay' to SIZE on the Marks Shelf as follows:

*You can also click on Show Text Labels to be sure that you're choosing the Largest value*

Clearly, Mexico has the highest Shipping Delay!

Total 318 questions
Go to page: of 32